Package zombie.globalObjects
Class CGlobalObjectSystem
java.lang.Object
zombie.globalObjects.GlobalObjectSystem
zombie.globalObjects.CGlobalObjectSystem
public final class CGlobalObjectSystem extends GlobalObjectSystem
-
Field Summary
Fields inherited from class zombie.globalObjects.GlobalObjectSystem
lookup, modData, name, objects
-
Constructor Summary
Constructors Constructor Description CGlobalObjectSystem(java.lang.String string)
-
Method Summary
Modifier and Type Method Description protected GlobalObject
makeObject(int int1, int int2, int int3)
void
receiveNewLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)
void
receiveRemoveLuaObjectAt(int int1, int int2, int int3)
void
receiveServerCommand(java.lang.String string, KahluaTable kahluaTable)
void
receiveUpdateLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)
void
Reset()
void
sendCommand(java.lang.String string, IsoPlayer player, KahluaTable kahluaTable)
Methods inherited from class zombie.globalObjects.GlobalObjectSystem
allocList, finishedWithList, getModData, getName, getObjectAt, getObjectByIndex, getObjectCount, getObjectsAdjacentTo, getObjectsInChunk, hasObjectsInChunk, newObject, removeObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CGlobalObjectSystem
public CGlobalObjectSystem(java.lang.String string)
-
-
Method Details
-
makeObject
- Specified by:
makeObject
in classGlobalObjectSystem
-
sendCommand
-
receiveServerCommand
-
receiveNewLuaObjectAt
-
receiveRemoveLuaObjectAt
public void receiveRemoveLuaObjectAt(int int1, int int2, int int3) -
receiveUpdateLuaObjectAt
-
Reset
public void Reset()- Overrides:
Reset
in classGlobalObjectSystem
-