public class MoveTowardsVillageGoal extends RandomWalkingGoal
creature, executionChance, mustUpdate, speed, x, y, z
コンストラクタと説明 |
---|
MoveTowardsVillageGoal(CreatureEntity p_i50325_1_,
double p_i50325_2_) |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Vec3d |
getPosition() |
boolean |
shouldExecute()
Returns whether execution should begin.
|
makeUpdate, resetTask, setExecutionChance, shouldContinueExecuting, startExecuting
getMutexFlags, isPreemptible, setMutexFlags, tick, toString
public MoveTowardsVillageGoal(CreatureEntity p_i50325_1_, double p_i50325_2_)
public boolean shouldExecute()
shouldExecute
クラス内 RandomWalkingGoal
@Nullable protected Vec3d getPosition()
getPosition
クラス内 RandomWalkingGoal