Class ObjectDef

java.lang.Object
com.jme3.network.rmi.ObjectDef

public class ObjectDef extends Object
  • Field Details

    • objectName

      public String objectName
      The object name, can be null if undefined.
    • objectId

      public int objectId
      Object ID
    • methods

      public Method[] methods
      Methods of the implementation on the local client. Set to null on remote clients.
    • methodDefs

      public MethodDef[] methodDefs
      Method definitions of the implementation. Set to null on the local client.
  • Constructor Details

    • ObjectDef

      public ObjectDef()
  • Method Details