public class RestrictSunGoal extends Goal
| コンストラクタと説明 |
|---|
RestrictSunGoal(CreatureEntity creature) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
resetTask()
Reset the task's internal state.
|
boolean |
shouldExecute()
Returns whether execution should begin.
|
void |
startExecuting()
Execute a one shot task or start executing a continuous task
|
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, tick, toStringpublic RestrictSunGoal(CreatureEntity creature)
public boolean shouldExecute()
shouldExecute クラス内 Goalpublic void startExecuting()
startExecuting クラス内 Goal