Interface WorldAction
- All Known Implementing Classes:
BlockBreakAction, BlockPlaceAction, GapJumpAction, JumpAndPlaceBelowAction, MovementAction, RecalculatePathAction
public sealed interface WorldAction
permits BlockBreakAction, BlockPlaceAction, GapJumpAction, JumpAndPlaceBelowAction, MovementAction, RecalculatePathAction
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanisCompleted(BotConnection connection) targetPosition(BotConnection connection) voidtick(BotConnection connection)
-
Method Details
-
isCompleted
-
targetPosition
-
tick
-
getAllowedTicks
int getAllowedTicks()
-