Class AStarDebugWithTarget
java.lang.Object
com.hypixel.hytale.server.npc.navigation.AStarDebugBase
com.hypixel.hytale.server.npc.navigation.AStarDebugWithTarget
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.npc.navigation.AStarDebugBase
aStarBase, BLOCKED_NODE, BORDER_PATTERN, CENTER, CENTER_PATTERN, CLOSED_NODE, CLOSED_PATH_NODE, CROSS, END_POSITION, HLINE, logger, loggerInfo, OPEN_NODE, OPEN_PATH_NODE, START_POSITION, VLINE -
Constructor Summary
ConstructorsConstructorDescriptionAStarDebugWithTarget(AStarWithTarget aStarWithTarget, com.hypixel.hytale.logger.HytaleLogger logger) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawMapFinish(StringBuilder[] map, int minX, int minZ) protected intgetDumpMapRegionX(int def) protected intgetDumpMapRegionZ(int def) protected StringgetExtraLogString(com.hypixel.hytale.server.npc.movement.controllers.MotionController controller)
-
Field Details
-
aStarWithTarget
-
-
Constructor Details
-
Method Details
-
getDumpMapRegionZ
protected int getDumpMapRegionZ(int def) - Overrides:
getDumpMapRegionZin classAStarDebugBase
-
getDumpMapRegionX
protected int getDumpMapRegionX(int def) - Overrides:
getDumpMapRegionXin classAStarDebugBase
-
drawMapFinish
- Overrides:
drawMapFinishin classAStarDebugBase
-
getExtraLogString
@Nonnull protected String getExtraLogString(com.hypixel.hytale.server.npc.movement.controllers.MotionController controller) - Overrides:
getExtraLogStringin classAStarDebugBase
-