Class Square
java.lang.Object
zombie.pathfind.Square
-
Method Summary
Modifier and TypeMethodDescriptiongetAdjacentSquare(IsoDirections directions) floatgetSlopedSurfaceHeight(float float0, float float1) floatgetSlopedSurfaceHeight(IsoDirections directions1) floatfloatintgetX()intgetY()intgetZ()booleanhas(int int0) booleanhasIdenticalSlopedSurface(Square square0) booleanbooleanhasSlopedSurfaceBottom(IsoDirections directions) booleanhasSlopedSurfaceToLevelAbove(IsoDirections directions1) booleanhasTransitionToLevelAbove(IsoDirections directions) booleanisInside(int int3, int int1, int int2, int int0) booleanbooleanbooleanbooleanisSlopedSurfaceEdgeBlocked(IsoDirections directions1) booleanbooleanbooleantestPathFindAdjacent(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
-