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 GlobalObjectGlobalObjectSystem.getObjectAt(int x, int y, int z) final GlobalObjectGlobalObjectSystem.getObjectAt(IsoGridSquare square) final GlobalObjectGlobalObjectSystem.getObjectByIndex(int index) final GlobalObjectGlobalObjectSystem.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 TypeMethodDescriptionvoidGlobalObjectLookup.addObject(GlobalObject object) static voidSGlobalObjectNetwork.removeGlobalObjectOnClient(GlobalObject globalObject) voidGlobalObjectLookup.removeObject(GlobalObject object) final voidGlobalObjectSystem.removeObject(GlobalObject object) Method parameters in zombie.globalObjects with type arguments of type GlobalObjectModifier and TypeMethodDescriptionfinal voidGlobalObjectSystem.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