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, toStringpublic LandOnOwnersShoulderGoal(ShoulderRidingEntity entityIn)
public boolean shouldExecute()
shouldExecute クラス内 Goalpublic boolean isPreemptible()
isPreemptible クラス内 Goalpublic void startExecuting()
startExecuting クラス内 Goal