public class LandOnOwnersShoulderGoal extends Goal
コンストラクタと説明 |
---|
LandOnOwnersShoulderGoal(ShoulderRidingEntity entityIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
isPreemptible() |
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, resetTask, setMutexFlags, shouldContinueExecuting, toString
public LandOnOwnersShoulderGoal(ShoulderRidingEntity entityIn)
public boolean shouldExecute()
shouldExecute
クラス内 Goal
public boolean isPreemptible()
isPreemptible
クラス内 Goal
public void startExecuting()
startExecuting
クラス内 Goal