Class RecalculatePathAction
java.lang.Object
com.soulfiremc.server.pathfinding.execution.RecalculatePathAction
- All Implemented Interfaces:
WorldAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanisCompleted(BotConnection connection) targetPosition(BotConnection connection) voidtick(BotConnection connection) toString()
-
Constructor Details
-
RecalculatePathAction
public RecalculatePathAction()
-
-
Method Details
-
isCompleted
- Specified by:
isCompletedin interfaceWorldAction
-
targetPosition
- Specified by:
targetPositionin interfaceWorldAction
-
tick
- Specified by:
tickin interfaceWorldAction
-
getAllowedTicks
public int getAllowedTicks()- Specified by:
getAllowedTicksin interfaceWorldAction
-
toString
-