com.jme3.network.sync
クラス ServerSyncService

java.lang.Object
  上位を拡張 com.jme3.network.events.ConnectionAdapter
      上位を拡張 com.jme3.network.sync.ServerSyncService
すべての実装されたインタフェース:
ConnectionListener, Service

推奨されていません。

@Deprecated
public class ServerSyncService
extends ConnectionAdapter
implements Service


コンストラクタの概要
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
 

コンストラクタの詳細

ServerSyncService

public ServerSyncService(Server server)
推奨されていません。 
メソッドの詳細

setNetworkSimulationParams

public void setNetworkSimulationParams(float packetDropRate,
                                       long latency)
推奨されていません。 

addNpc

public void addNpc(SyncEntity entity)
推奨されていません。 

removeNpc

public void removeNpc(SyncEntity entity)
推奨されていません。 

clientConnected

public void clientConnected(Client client)
推奨されていません。 
定義:
インタフェース ConnectionListener 内の clientConnected
オーバーライド:
クラス ConnectionAdapter 内の clientConnected

clientDisconnected

public void clientDisconnected(Client client)
推奨されていません。 
定義:
インタフェース ConnectionListener 内の clientDisconnected
オーバーライド:
クラス ConnectionAdapter 内の clientDisconnected

update

public void update(float tpf)
推奨されていません。