Package zombie.iso.areas
Class IsoRoom
java.lang.Object
zombie.iso.areas.IsoRoom
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSquare
(IsoGridSquare square) CreateBuilding
(IsoCell cell) void
createLights
(boolean boolean1) getName()
boolean
boolean
hasWater()
boolean
isInside
(int int1, int int2, int int3) void
onSee()
void
void
removeSquare
(IsoGridSquare square) void
setWaterSources
(ArrayList arrayList) void
void
useWater()
-
Field Details
-
Beds
-
bounds
-
building
-
Containers
-
Windows
-
Exits
-
layer
public int layer -
RoomDef
-
TileList
-
transparentWalls
public int transparentWalls -
lightSwitches
-
roomLights
-
WaterSources
-
seen
public int seen -
visited
public int visited -
def
-
rects
-
Squares
-
-
Constructor Details
-
IsoRoom
public IsoRoom()
-
-
Method Details
-
getBuilding
-
getName
-
CreateBuilding
-
isInside
public boolean isInside(int int1, int int2, int int3) -
getFreeTile
-
getWaterSources
-
setWaterSources
-
hasWater
public boolean hasWater() -
useWater
public void useWater() -
getWindows
-
addSquare
-
refreshSquares
public void refreshSquares() -
removeSquare
-
spawnZombies
public void spawnZombies() -
onSee
public void onSee() -
getTileList
-
getSquares
-
getContainer
-
getRandomSquare
-
getRandomFreeSquare
-
hasLightSwitches
public boolean hasLightSwitches() -
createLights
public void createLights(boolean boolean1) -
getRoomDef
-
getLightSwitches
-