|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.jme3.network.events.ConnectionAdapter
com.jme3.network.sync.ServerSyncService
@Deprecated public class ServerSyncService
コンストラクタの概要 | |
---|---|
ServerSyncService(Server server)
推奨されていません。 |
メソッドの概要 | |
---|---|
void |
addNpc(SyncEntity entity)
推奨されていません。 |
void |
clientConnected(Client client)
推奨されていません。 |
void |
clientDisconnected(Client client)
推奨されていません。 |
void |
removeNpc(SyncEntity entity)
推奨されていません。 |
void |
setNetworkSimulationParams(float packetDropRate,
long latency)
推奨されていません。 |
void |
update(float tpf)
推奨されていません。 |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public ServerSyncService(Server server)
メソッドの詳細 |
---|
public void setNetworkSimulationParams(float packetDropRate, long latency)
public void addNpc(SyncEntity entity)
public void removeNpc(SyncEntity entity)
public void clientConnected(Client client)
ConnectionListener
内の clientConnected
ConnectionAdapter
内の clientConnected
public void clientDisconnected(Client client)
ConnectionListener
内の clientDisconnected
ConnectionAdapter
内の clientDisconnected
public void update(float tpf)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |