public class DolphinJumpGoal extends JumpGoal
コンストラクタと説明 |
---|
DolphinJumpGoal(DolphinEntity p_i50329_1_,
int p_i50329_2_) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isPreemptible() |
void |
resetTask()
Reset the task's internal state.
|
boolean |
shouldContinueExecuting()
Returns whether an in-progress EntityAIBase should continue executing
|
boolean |
shouldExecute()
Returns whether execution should begin.
|
void |
startExecuting()
Execute a one shot task or start executing a continuous task
|
void |
tick()
Keep ticking a continuous task that has already been started
|
getMutexFlags, setMutexFlags, toString
public DolphinJumpGoal(DolphinEntity p_i50329_1_, int p_i50329_2_)
public boolean shouldExecute()
shouldExecute
クラス内 Goal
public boolean shouldContinueExecuting()
shouldContinueExecuting
クラス内 Goal
public boolean isPreemptible()
isPreemptible
クラス内 Goal
public void startExecuting()
startExecuting
クラス内 Goal
public void resetTask()