Package zombie.iso
Class BuildingDef
java.lang.Object
zombie.iso.BuildingDef
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
CalculateBounds
(ArrayList arrayList) long
calculateMetaID
(int int1, int int2) boolean
containsRoom
(String string) void
Dispose()
int
int
float
getClosestPoint
(float float1, float float2, Vector2f vector2f) int
getH()
int
getID()
int
getKeyId()
int
getRandomRoom
(int int1) getRooms()
getTable()
int
getW()
int
getX()
int
getX2()
int
getY()
int
getY2()
getZone()
boolean
boolean
boolean
boolean
boolean
boolean
overlapsChunk
(int int1, int int2) void
void
void
setAlarmed
(boolean boolean1) void
setAllExplored
(boolean boolean1) void
setHasBeenVisited
(boolean boolean1) void
setKeyId
(int int1) void
setKeySpawned
(int int1)
-
Field Details
-
emptyoutside
-
table
-
seen
public boolean seen -
hasBeenVisited
public boolean hasBeenVisited -
stash
-
lootRespawnHour
public int lootRespawnHour -
overlappedChunks
public gnu.trove.list.array.TShortArrayList overlappedChunks -
bAlarmed
public boolean bAlarmed -
x
public int x -
y
public int y -
x2
public int x2 -
y2
public int y2 -
rooms
-
zone
-
food
public int food -
items
-
itemTypes
-
metaID
public long metaID
-
-
Constructor Details
-
BuildingDef
public BuildingDef()
-
-
Method Details
-
getTable
-
getRooms
-
getRoom
-
isAllExplored
public boolean isAllExplored() -
setAllExplored
public void setAllExplored(boolean boolean1) -
getFirstRoom
-
getChunkX
public int getChunkX() -
getChunkY
public int getChunkY() -
getX
public int getX() -
getY
public int getY() -
getX2
public int getX2() -
getY2
public int getY2() -
getW
public int getW() -
getH
public int getH() -
getID
public int getID() -
refreshSquares
public void refreshSquares() -
CalculateBounds
-
calculateMetaID
public long calculateMetaID(int int1, int int2) -
recalculate
public void recalculate() -
overlapsChunk
public boolean overlapsChunk(int int1, int int2) -
getFreeSquareInRoom
-
containsRoom
-
isFullyStreamedIn
public boolean isFullyStreamedIn() -
isAnyChunkNewlyLoaded
public boolean isAnyChunkNewlyLoaded() -
getZone
-
getKeyId
public int getKeyId() -
setKeyId
public void setKeyId(int int1) -
getKeySpawned
public int getKeySpawned() -
setKeySpawned
public void setKeySpawned(int int1) -
isHasBeenVisited
public boolean isHasBeenVisited() -
setHasBeenVisited
public void setHasBeenVisited(boolean boolean1) -
isAlarmed
public boolean isAlarmed() -
setAlarmed
public void setAlarmed(boolean boolean1) -
getRandomRoom
-
getClosestPoint
-
Dispose
public void Dispose()
-