public class EntityAIWanderAvoidWater extends EntityAIWander
Modifier and Type | Field and Description |
---|---|
protected float |
probability |
entity, executionChance, mustUpdate, speed, x, y, z
Constructor and Description |
---|
EntityAIWanderAvoidWater(EntityCreature p_i47301_1_,
double p_i47301_2_) |
EntityAIWanderAvoidWater(EntityCreature p_i47302_1_,
double p_i47302_2_,
float p_i47302_4_) |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
getPosition() |
makeUpdate, setExecutionChance, shouldContinueExecuting, shouldExecute, startExecuting
getMutexBits, isInterruptible, resetTask, setMutexBits, updateTask
public EntityAIWanderAvoidWater(EntityCreature p_i47301_1_, double p_i47301_2_)
public EntityAIWanderAvoidWater(EntityCreature p_i47302_1_, double p_i47302_2_, float p_i47302_4_)
@Nullable protected Vec3d getPosition()
getPosition
in class EntityAIWander