public class RandomSwimmingGoal extends RandomWalkingGoal
creature, executionChance, mustUpdate, speed, x, y, z
Constructor and Description |
---|
RandomSwimmingGoal(CreatureEntity p_i48937_1_,
double p_i48937_2_,
int p_i48937_4_) |
Modifier and Type | Method and Description |
---|---|
protected Vec3d |
getPosition() |
makeUpdate, setExecutionChance, shouldContinueExecuting, shouldExecute, startExecuting
getMutexFlags, isPreemptible, resetTask, setMutexFlags, tick
public RandomSwimmingGoal(CreatureEntity p_i48937_1_, double p_i48937_2_, int p_i48937_4_)
@Nullable protected Vec3d getPosition()
getPosition
in class RandomWalkingGoal