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 GlobalObjectmakeObject(int int1, int int2, int int3)voidreceiveNewLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)voidreceiveRemoveLuaObjectAt(int int1, int int2, int int3)voidreceiveServerCommand(java.lang.String string, KahluaTable kahluaTable)voidreceiveUpdateLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable)voidReset()voidsendCommand(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, removeObjectMethods 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:
makeObjectin classGlobalObjectSystem
-
sendCommand
-
receiveServerCommand
-
receiveNewLuaObjectAt
-
receiveRemoveLuaObjectAt
public void receiveRemoveLuaObjectAt(int int1, int int2, int int3) -
receiveUpdateLuaObjectAt
-
Reset
public void Reset()- Overrides:
Resetin classGlobalObjectSystem
-