Package net.minecraft.entity.mob
Class DrownedEntity.WanderAroundOnSurfaceGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.DrownedEntity.WanderAroundOnSurfaceGoal
- Enclosing class:
- DrownedEntity
static class DrownedEntity.WanderAroundOnSurfaceGoal extends Goal
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WanderAroundOnSurfaceGoal(MobEntityWithAi mob, double speed) -
Method Summary
Modifier and Type Method Description booleancanStart()private Vec3dgetWanderTarget()booleanshouldContinue()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, stop, tick, toString
-
Field Details
-
Constructor Details
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal
-
start
public void start() -
getWanderTarget
-