Package net.minecraft.entity.mob
Class GuardianEntity.GuardianMoveControl
java.lang.Object
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.mob.GuardianEntity.GuardianMoveControl
- Enclosing class:
- GuardianEntity
static class GuardianEntity.GuardianMoveControl 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 GuardianEntityguardianFields inherited from class net.minecraft.entity.ai.control.MoveControl
entity, forwardMovement, sidewaysMovement, speed, state, targetX, targetY, targetZ -
Constructor Summary
Constructors Constructor Description GuardianMoveControl(GuardianEntity guardian) -
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
-
guardian
-
-
Constructor Details
-
GuardianMoveControl
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classMoveControl
-