Uses of Class
zombie.iso.areas.IsoRoom
Packages that use IsoRoom
-
Uses of IsoRoom in zombie
Modifier and TypeMethodDescriptionvoidVirtualZombieManager.addIndoorZombiesToChunk(IsoChunk chunk, IsoRoom room) voidVirtualZombieManager.addIndoorZombiesToChunk(IsoChunk chunk, IsoRoom room, int zombieCountForRoom, ArrayList<IsoZombie> zombies) voidVirtualZombieManager.roomSpotted(IsoRoom room) -
Uses of IsoRoom in zombie.iso
Fields in zombie.iso declared as IsoRoomModifier and TypeFieldDescriptionIsoCamera.FrameState.camCharacterRoomIsoGridSquare.roomIsoRoomLight.roomFields in zombie.iso with type parameters of type IsoRoomMethods in zombie.iso that return IsoRoomModifier and TypeMethodDescriptionRoomDef.getIsoRoom()IsoCell.getRoom(int ID) IsoChunk.getRoom(long roomID) IsoChunkMap.getRoom(int iD) IsoGridSquare.getRoom()IsoMetaGrid.getRoomByID(long roomID) Methods in zombie.iso that return types with arguments of type IsoRoomMethods in zombie.iso with parameters of type IsoRoomModifier and TypeMethodDescriptionIsoCell.getClosestBuildingExcept(IsoGameCharacter chr, IsoRoom except) voidIsoCell.roomSpotted(IsoRoom room) voidConstructors in zombie.iso with parameters of type IsoRoomModifierConstructorDescriptionIsoRoomLight(IsoRoom room, int x, int y, int z, int width, int height) -
Uses of IsoRoom in zombie.iso.areas
Fields in zombie.iso.areas declared as IsoRoomFields in zombie.iso.areas with type parameters of type IsoRoomMethods in zombie.iso.areas that return IsoRoomModifier and TypeMethodDescriptionIsoBuilding.getRandomRoom()IsoBuilding.getRandomRoom(String room) Methods in zombie.iso.areas with parameters of type IsoRoomConstructors in zombie.iso.areas with parameters of type IsoRoomModifierConstructorDescriptionIsoRoomExit(IsoRoom from, int x, int y, int layer) IsoRoomExit(IsoRoom from, IsoRoomExit to, int x, int y, int layer)