Package zombie.globalObjects
Class SGlobalObjectNetwork
java.lang.Object
zombie.globalObjects.SGlobalObjectNetwork
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final bytestatic final bytestatic final bytestatic final bytestatic final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddGlobalObjectOnClient(SGlobalObject sGlobalObject) static voidreceive(ByteBuffer byteBuffer, IsoPlayer player) static voidremoveGlobalObjectOnClient(GlobalObject globalObject) static voidsendServerCommand(String string, String string2, KahluaTable kahluaTable) static voidupdateGlobalObjectOnClient(SGlobalObject sGlobalObject)
-
Field Details
-
PACKET_ServerCommand
public static final byte PACKET_ServerCommand- See Also:
-
PACKET_ClientCommand
public static final byte PACKET_ClientCommand- See Also:
-
PACKET_NewLuaObjectAt
public static final byte PACKET_NewLuaObjectAt- See Also:
-
PACKET_RemoveLuaObjectAt
public static final byte PACKET_RemoveLuaObjectAt- See Also:
-
PACKET_UpdateLuaObjectAt
public static final byte PACKET_UpdateLuaObjectAt- See Also:
-
-
Constructor Details
-
SGlobalObjectNetwork
public SGlobalObjectNetwork()
-
-
Method Details
-
receive
-
sendServerCommand
-
addGlobalObjectOnClient
- Throws:
IOException
-
removeGlobalObjectOnClient
-
updateGlobalObjectOnClient
- Throws:
IOException
-