Package zombie.globalObjects
Class CGlobalObjectSystem
java.lang.Object
zombie.globalObjects.GlobalObjectSystem
zombie.globalObjects.CGlobalObjectSystem
-
Field Summary
Fields inherited from class zombie.globalObjects.GlobalObjectSystem
lookup, modData, name, objects -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected GlobalObjectmakeObject(int int1, int int2, int int3) voidreceiveNewLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable) voidreceiveRemoveLuaObjectAt(int int1, int int2, int int3) voidreceiveServerCommand(String string, KahluaTable kahluaTable) voidreceiveUpdateLuaObjectAt(int int1, int int2, int int3, KahluaTable kahluaTable) voidReset()voidsendCommand(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
-
Constructor Details
-
CGlobalObjectSystem
-
-
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
-