public class AbstractRaiderEntity.FindTargetGoal extends Goal
修飾子とタイプ | フィールドと説明 |
---|---|
EntityPredicate |
field_220851_a |
コンストラクタと説明 |
---|
FindTargetGoal(AbstractIllagerEntity p_i50573_2_,
float p_i50573_3_) |
修飾子とタイプ | メソッドと説明 |
---|---|
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
|
void |
tick()
Keep ticking a continuous task that has already been started
|
getMutexFlags, isPreemptible, setMutexFlags, shouldContinueExecuting, toString
public final EntityPredicate field_220851_a
public FindTargetGoal(AbstractIllagerEntity p_i50573_2_, float p_i50573_3_)
public boolean shouldExecute()
shouldExecute
クラス内 Goal
public void startExecuting()
startExecuting
クラス内 Goal
public void resetTask()