public class DolphinJumpGoal extends JumpGoal
| Constructor and Description |
|---|
DolphinJumpGoal(DolphinEntity p_i50329_1_,
int p_i50329_2_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPreemptible() |
void |
resetTask() |
boolean |
shouldContinueExecuting() |
boolean |
shouldExecute() |
void |
startExecuting() |
void |
tick() |
updateRotationgetMutexFlags, setMutexFlagspublic DolphinJumpGoal(DolphinEntity p_i50329_1_, int p_i50329_2_)
public boolean shouldExecute()
shouldExecute in class Goalpublic boolean shouldContinueExecuting()
shouldContinueExecuting in class Goalpublic boolean isPreemptible()
isPreemptible in class Goalpublic void startExecuting()
startExecuting in class Goal