Class HLStaircase
java.lang.Object
zombie.pathfind.highLevel.HLLevelTransition
zombie.pathfind.highLevel.HLStaircase
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintintintgetDir()floatgetSearchNodeX(boolean boolean0) floatgetSearchNodeY(boolean boolean0) intintintbooleanisDir(IsoDirections directions) booleanisNorth()booleanbooleanisWest()voidset(IsoDirections directions, int int0, int int1, int int2) set(HLStaircase hLStaircase1) Methods inherited from class zombie.pathfind.highLevel.HLLevelTransition
getBottomFloorChunk, getBottomFloorSquare, getTopFloorChunk, getTopFloorSquare, isBottomFloorAt
-
Constructor Details
-
HLStaircase
public HLStaircase()
-
-
Method Details
-
equals
-
set
-
set
-
getDir
-
getReverseDir
-
isDir
-
isNorth
public boolean isNorth() -
isWest
public boolean isWest() -
getBottomFloorX
public int getBottomFloorX()- Specified by:
getBottomFloorXin classHLLevelTransition
-
getBottomFloorY
public int getBottomFloorY()- Specified by:
getBottomFloorYin classHLLevelTransition
-
getBottomFloorZ
public int getBottomFloorZ()- Specified by:
getBottomFloorZin classHLLevelTransition
-
getTopFloorX
public int getTopFloorX()- Specified by:
getTopFloorXin classHLLevelTransition
-
getTopFloorY
public int getTopFloorY()- Specified by:
getTopFloorYin classHLLevelTransition
-
getTopFloorZ
public int getTopFloorZ()- Specified by:
getTopFloorZin classHLLevelTransition
-
getSearchNodeX
public float getSearchNodeX(boolean boolean0) - Specified by:
getSearchNodeXin classHLLevelTransition
-
getSearchNodeY
public float getSearchNodeY(boolean boolean0) - Specified by:
getSearchNodeYin classHLLevelTransition
-
isOnEdgeOfLoadedArea
public boolean isOnEdgeOfLoadedArea()- Overrides:
isOnEdgeOfLoadedAreain classHLLevelTransition
-
renderDebug
public void renderDebug()- Overrides:
renderDebugin classHLLevelTransition
-