Interface IWorldRegion
- All Known Implementing Classes:
IsoWorldRegion
public interface IWorldRegion
-
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
boolean
boolean
-
Method Details
-
getDebugConnectedNeighborCopy
ArrayList getDebugConnectedNeighborCopy() -
getNeighbors
ArrayList getNeighbors() -
isFogMask
boolean isFogMask() -
isPlayerRoom
boolean isPlayerRoom() -
isFullyRoofed
boolean isFullyRoofed() -
getRoofCnt
int getRoofCnt() -
getSquareSize
int getSquareSize() -
getDebugIsoChunkRegionCopy
ArrayList getDebugIsoChunkRegionCopy()
-