Class HLSlopedSurface
java.lang.Object
zombie.pathfind.highLevel.HLLevelTransition
zombie.pathfind.highLevel.HLSlopedSurface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
getDir()
float
getSearchNodeX
(boolean boolean0) float
getSearchNodeY
(boolean boolean0) int
int
int
boolean
isDir
(IsoDirections isoDirections) boolean
isEast()
boolean
isNorth()
boolean
boolean
isSouth()
boolean
isWest()
void
set
(IsoDirections isoDirections, int int0, int int1, int int2) set
(HLSlopedSurface hLSlopedSurface1) Methods inherited from class zombie.pathfind.highLevel.HLLevelTransition
getBottomFloorChunk, getBottomFloorSquare, getTopFloorChunk, getTopFloorSquare, isBottomFloorAt
-
Constructor Details
-
HLSlopedSurface
public HLSlopedSurface()
-
-
Method Details
-
equals
-
set
-
set
-
getDir
-
getReverseDir
-
isDir
-
isNorth
public boolean isNorth() -
isSouth
public boolean isSouth() -
isWest
public boolean isWest() -
isEast
public boolean isEast() -
getBottomFloorX
public int getBottomFloorX()- Specified by:
getBottomFloorX
in classHLLevelTransition
-
getBottomFloorY
public int getBottomFloorY()- Specified by:
getBottomFloorY
in classHLLevelTransition
-
getBottomFloorZ
public int getBottomFloorZ()- Specified by:
getBottomFloorZ
in classHLLevelTransition
-
getTopFloorX
public int getTopFloorX()- Specified by:
getTopFloorX
in classHLLevelTransition
-
getTopFloorY
public int getTopFloorY()- Specified by:
getTopFloorY
in classHLLevelTransition
-
getTopFloorZ
public int getTopFloorZ()- Specified by:
getTopFloorZ
in classHLLevelTransition
-
getSearchNodeX
public float getSearchNodeX(boolean boolean0) - Specified by:
getSearchNodeX
in classHLLevelTransition
-
getSearchNodeY
public float getSearchNodeY(boolean boolean0) - Specified by:
getSearchNodeY
in classHLLevelTransition
-
isOnEdgeOfLoadedArea
public boolean isOnEdgeOfLoadedArea()- Overrides:
isOnEdgeOfLoadedArea
in classHLLevelTransition
-
renderDebug
public void renderDebug()- Overrides:
renderDebug
in classHLLevelTransition
-