Package net.minecraft.entity.ai.goal
Class SwimAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.ai.goal.SwimAroundGoal
- Direct Known Subclasses:
FishEntity.SwimToRandomPlaceGoal
public class SwimAroundGoal extends WanderAroundGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, ignoringChance, mob, speed, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description SwimAroundGoal(PathAwareEntity mob, double speed, int chance)
-
Method Summary
Modifier and Type Method Description protected Vec3d
getWanderTarget()
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
canStart, ignoreChanceOnce, setChance, shouldContinue, start, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Constructor Details
-
SwimAroundGoal
-
-
Method Details
-
getWanderTarget
- Overrides:
getWanderTarget
in classWanderAroundGoal
-