Class AbstractFishEntity.MoveHelperController
- java.lang.Object
-
- net.minecraft.entity.ai.controller.MovementController
-
- net.minecraft.entity.passive.fish.AbstractFishEntity.MoveHelperController
-
- Enclosing class:
- AbstractFishEntity
static class AbstractFishEntity.MoveHelperController extends MovementController
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.entity.ai.controller.MovementController
MovementController.Action
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractFishEntity
fish
-
Fields inherited from class net.minecraft.entity.ai.controller.MovementController
mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
-
-
Constructor Summary
Constructors Constructor Description MoveHelperController(AbstractFishEntity p_i48857_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick()
-
Methods inherited from class net.minecraft.entity.ai.controller.MovementController
getSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, setWantedPosition, strafe
-
-
-
-
Field Detail
-
fish
private final AbstractFishEntity fish
-
-
Constructor Detail
-
MoveHelperController
MoveHelperController(AbstractFishEntity p_i48857_1_)
-
-
Method Detail
-
tick
public void tick()
- Overrides:
tick
in classMovementController
-
-