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 byte
PACKET_ClientCommand
static byte
PACKET_NewLuaObjectAt
static byte
PACKET_RemoveLuaObjectAt
static byte
PACKET_ServerCommand
static byte
PACKET_UpdateLuaObjectAt
-
Constructor Summary
Constructors Constructor Description SGlobalObjectNetwork()
-
Method Summary
Modifier and Type Method Description static void
addGlobalObjectOnClient(SGlobalObject sGlobalObject)
static void
receive(java.nio.ByteBuffer byteBuffer, IsoPlayer player)
static void
removeGlobalObjectOnClient(GlobalObject globalObject)
static void
sendServerCommand(java.lang.String string, java.lang.String string2, KahluaTable kahluaTable)
static void
updateGlobalObjectOnClient(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
-