Package net.minecraft.entity.passive
Class PandaEntity.MoveHelperController
- java.lang.Object
-
- net.minecraft.entity.ai.controller.MovementController
-
- net.minecraft.entity.passive.PandaEntity.MoveHelperController
-
- Enclosing class:
- PandaEntity
static class PandaEntity.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 PandaEntity
panda
-
Fields inherited from class net.minecraft.entity.ai.controller.MovementController
mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
-
-
Constructor Summary
Constructors Constructor Description MoveHelperController(PandaEntity p_i51456_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
-
panda
private final PandaEntity panda
-
-
Constructor Detail
-
MoveHelperController
public MoveHelperController(PandaEntity p_i51456_1_)
-
-
Method Detail
-
tick
public void tick()
- Overrides:
tick
in classMovementController
-
-