Class Square
java.lang.Object
zombie.pathfind.Square
-
Method Summary
Modifier and TypeMethodDescriptiongetAdjacentSquare
(IsoDirections isoDirections) float
getSlopedSurfaceHeight
(float float0, float float1) float
getSlopedSurfaceHeight
(IsoDirections isoDirections1) float
float
int
getX()
int
getY()
int
getZ()
boolean
has
(int int0) boolean
hasIdenticalSlopedSurface
(Square square0) boolean
boolean
hasSlopedSurfaceBottom
(IsoDirections isoDirections) boolean
hasSlopedSurfaceToLevelAbove
(IsoDirections isoDirections1) boolean
hasTransitionToLevelAbove
(IsoDirections isoDirections) boolean
isInside
(int int3, int int1, int int2, int int0) boolean
boolean
boolean
boolean
isSlopedSurfaceEdgeBlocked
(IsoDirections isoDirections1) boolean
boolean
boolean
testPathFindAdjacent
(PMMover pMMover, int int2, int int1, int int0) boolean
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
getZ
public int getZ() -
has
public boolean has(int int0) -
TreatAsSolidFloor
public boolean TreatAsSolidFloor() -
isReallySolid
public boolean isReallySolid() -
isUnblockedWindowN
public boolean isUnblockedWindowN() -
isUnblockedWindowW
public boolean isUnblockedWindowW() -
getAdjacentSquare
-
isInside
public boolean isInside(int int3, int int1, int int2, int int0) -
testPathFindAdjacent
-
hasTransitionToLevelAbove
-
hasSlopedSurface
public boolean hasSlopedSurface() -
getSlopedSurfaceDirection
-
getSlopedSurfaceHeightMin
public float getSlopedSurfaceHeightMin() -
getSlopedSurfaceHeightMax
public float getSlopedSurfaceHeightMax() -
hasIdenticalSlopedSurface
-
isSlopedSurfaceDirectionVertical
public boolean isSlopedSurfaceDirectionVertical() -
isSlopedSurfaceDirectionHorizontal
public boolean isSlopedSurfaceDirectionHorizontal() -
getSlopedSurfaceHeight
public float getSlopedSurfaceHeight(float float0, float float1) -
getSlopedSurfaceHeight
-
isSlopedSurfaceEdgeBlocked
-
hasSlopedSurfaceToLevelAbove
-
hasSlopedSurfaceBottom
-