Uses of Class
zombie.globalObjects.GlobalObject
Packages that use GlobalObject
-
Uses of GlobalObject in zombie.globalObjects
Subclasses of GlobalObject in zombie.globalObjectsFields in zombie.globalObjects with type parameters of type GlobalObjectModifier and TypeFieldDescriptionprotected final ArrayList
<GlobalObject> GlobalObjectSystem.objects
Methods in zombie.globalObjects that return GlobalObjectModifier and TypeMethodDescriptionGlobalObjectLookup.getObjectAt
(int x, int y, int z) final GlobalObject
GlobalObjectSystem.getObjectAt
(int x, int y, int z) final GlobalObject
GlobalObjectSystem.getObjectAt
(IsoGridSquare isoGridSquare) final GlobalObject
GlobalObjectSystem.getObjectByIndex
(int index) protected GlobalObject
CGlobalObjectSystem.makeObject
(int int0, int int1, int int2) protected abstract GlobalObject
GlobalObjectSystem.makeObject
(int var1, int var2, int var3) protected GlobalObject
SGlobalObjectSystem.makeObject
(int int0, int int1, int int2) final GlobalObject
GlobalObjectSystem.newObject
(int x, int y, int z) Methods in zombie.globalObjects that return types with arguments of type GlobalObjectModifier and TypeMethodDescriptionfinal ArrayList
<GlobalObject> GlobalObjectSystem.allocList()
GlobalObjectLookup.getObjectsAdjacentTo
(int x, int y, int z, ArrayList<GlobalObject> objects) final ArrayList
<GlobalObject> GlobalObjectSystem.getObjectsAdjacentTo
(int x, int y, int z) GlobalObjectLookup.getObjectsInChunk
(int wx, int wy, ArrayList<GlobalObject> objects) final ArrayList
<GlobalObject> GlobalObjectSystem.getObjectsInChunk
(int wx, int wy) Methods in zombie.globalObjects with parameters of type GlobalObjectModifier and TypeMethodDescriptionvoid
GlobalObjectLookup.addObject
(GlobalObject object) static void
SGlobalObjectNetwork.removeGlobalObjectOnClient
(GlobalObject globalObject) void
GlobalObjectLookup.removeObject
(GlobalObject object) final void
GlobalObjectSystem.removeObject
(GlobalObject object) Method parameters in zombie.globalObjects with type arguments of type GlobalObjectModifier and TypeMethodDescriptionfinal void
GlobalObjectSystem.finishedWithList
(ArrayList<GlobalObject> list) GlobalObjectLookup.getObjectsAdjacentTo
(int x, int y, int z, ArrayList<GlobalObject> objects) GlobalObjectLookup.getObjectsInChunk
(int wx, int wy, ArrayList<GlobalObject> objects) -
Uses of GlobalObject in zombie.iso
Methods in zombie.iso that return GlobalObject