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 TypeMethodDescriptionint
boolean
isCompleted
(BotConnection connection) targetPosition
(BotConnection connection) void
tick
(BotConnection connection)
-
Method Details
-
isCompleted
-
targetPosition
-
tick
-
getAllowedTicks
int getAllowedTicks()
-