Class RecalculatePathAction
java.lang.Object
com.soulfiremc.server.pathfinding.execution.RecalculatePathAction
- All Implemented Interfaces:
WorldAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
isCompleted
(BotConnection connection) targetPosition
(BotConnection connection) void
tick
(BotConnection connection) toString()
-
Constructor Details
-
RecalculatePathAction
public RecalculatePathAction()
-
-
Method Details
-
isCompleted
- Specified by:
isCompleted
in interfaceWorldAction
-
targetPosition
- Specified by:
targetPosition
in interfaceWorldAction
-
tick
- Specified by:
tick
in interfaceWorldAction
-
getAllowedTicks
public int getAllowedTicks()- Specified by:
getAllowedTicks
in interfaceWorldAction
-
toString
-