Package zombie.globalObjects
Class SGlobalObjectNetwork
java.lang.Object
zombie.globalObjects.SGlobalObjectNetwork
public final class SGlobalObjectNetwork
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static bytePACKET_ClientCommandstatic bytePACKET_NewLuaObjectAtstatic bytePACKET_RemoveLuaObjectAtstatic bytePACKET_ServerCommandstatic bytePACKET_UpdateLuaObjectAt -
Constructor Summary
Constructors Constructor Description SGlobalObjectNetwork() -
Method Summary
Modifier and Type Method Description static voidaddGlobalObjectOnClient(SGlobalObject sGlobalObject)static voidreceive(java.nio.ByteBuffer byteBuffer, IsoPlayer player)static voidremoveGlobalObjectOnClient(GlobalObject globalObject)static voidsendServerCommand(java.lang.String string, java.lang.String string2, KahluaTable kahluaTable)static voidupdateGlobalObjectOnClient(SGlobalObject sGlobalObject)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
PACKET_ServerCommand
public static final byte PACKET_ServerCommand- See Also:
- Constant Field Values
-
PACKET_ClientCommand
public static final byte PACKET_ClientCommand- See Also:
- Constant Field Values
-
PACKET_NewLuaObjectAt
public static final byte PACKET_NewLuaObjectAt- See Also:
- Constant Field Values
-
PACKET_RemoveLuaObjectAt
public static final byte PACKET_RemoveLuaObjectAt- See Also:
- Constant Field Values
-
PACKET_UpdateLuaObjectAt
public static final byte PACKET_UpdateLuaObjectAt- See Also:
- Constant Field Values
-
-
Constructor Details
-
SGlobalObjectNetwork
public SGlobalObjectNetwork()
-
-
Method Details
-
receive
-
sendServerCommand
public static void sendServerCommand(java.lang.String string, java.lang.String string2, KahluaTable kahluaTable) -
addGlobalObjectOnClient
- Throws:
java.io.IOException
-
removeGlobalObjectOnClient
-
updateGlobalObjectOnClient
public static void updateGlobalObjectOnClient(SGlobalObject sGlobalObject) throws java.io.IOException- Throws:
java.io.IOException
-