Uses of Class
zombie.globalObjects.GlobalObject
Packages that use GlobalObject
-
Uses of GlobalObject in zombie.globalObjects
Subclasses of GlobalObject in zombie.globalObjectsMethods 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 square) final GlobalObject
GlobalObjectSystem.getObjectByIndex
(int index) 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