Class CGlobalObjectSystem
java.lang.Object
zombie.globalObjects.GlobalObjectSystem
zombie.globalObjects.CGlobalObjectSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
receiveNewLuaObjectAt
(int x, int y, int z, KahluaTable args) void
receiveRemoveLuaObjectAt
(int x, int y, int z) void
receiveServerCommand
(String command, KahluaTable args) void
receiveUpdateLuaObjectAt
(int x, int y, int z, KahluaTable args) void
Reset()
void
sendCommand
(String command, IsoPlayer player, KahluaTable args) Methods inherited from class zombie.globalObjects.GlobalObjectSystem
allocList, finishedWithList, getModData, getName, getObjectAt, getObjectAt, getObjectByIndex, getObjectCount, getObjectsAdjacentTo, getObjectsInChunk, hasObjectsInChunk, newObject, removeObject
-
Constructor Details
-
CGlobalObjectSystem
-
-
Method Details
-
sendCommand
-
receiveServerCommand
-
receiveNewLuaObjectAt
-
receiveRemoveLuaObjectAt
public void receiveRemoveLuaObjectAt(int x, int y, int z) -
receiveUpdateLuaObjectAt
-
Reset
public void Reset()- Overrides:
Reset
in classGlobalObjectSystem
-