Package zombie.globalObjects
Class SGlobalObjectNetwork
java.lang.Object
zombie.globalObjects.SGlobalObjectNetwork
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte
static final byte
static final byte
static final byte
static final byte
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addGlobalObjectOnClient
(SGlobalObject sGlobalObject) static void
receive
(ByteBuffer byteBuffer, IsoPlayer player) static void
removeGlobalObjectOnClient
(GlobalObject globalObject) static void
sendServerCommand
(String string, String string2, KahluaTable kahluaTable) static void
updateGlobalObjectOnClient
(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
-