Package net.minecraft.entity.passive
Class PandaEntity.PandaMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.passive.PandaEntity.PandaMoveControl
- Enclosing class:
- PandaEntity
static class PandaEntity.PandaMoveControl extends MoveControl
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.control.MoveControl
MoveControl.State -
Field Summary
Fields Modifier and Type Field Description private PandaEntitypandaFields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ -
Constructor Summary
Constructors Constructor Description PandaMoveControl(PandaEntity panda) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.entity.ai.control.MoveControl
changeAngle, getSpeed, getTargetX, getTargetY, getTargetZ, isMoving, moveTo, strafeTo
-
Field Details
-
panda
-
-
Constructor Details
-
PandaMoveControl
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classMoveControl
-