Package net.minecraft.entity.monster
Class GhastEntity.MoveHelperController
- java.lang.Object
-
- net.minecraft.entity.ai.controller.MovementController
-
- net.minecraft.entity.monster.GhastEntity.MoveHelperController
-
- Enclosing class:
- GhastEntity
static class GhastEntity.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 int
floatDuration
private GhastEntity
ghast
-
Fields inherited from class net.minecraft.entity.ai.controller.MovementController
mob, operation, speedModifier, strafeForwards, strafeRight, wantedX, wantedY, wantedZ
-
-
Constructor Summary
Constructors Constructor Description MoveHelperController(GhastEntity p_i45838_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private boolean
canReach(Vector3d p_220673_1_, int p_220673_2_)
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.controller.MovementController
getSpeedModifier, getWantedX, getWantedY, getWantedZ, hasWanted, rotlerp, setWantedPosition, strafe
-
-
-
-
Field Detail
-
ghast
private final GhastEntity ghast
-
floatDuration
private int floatDuration
-
-
Constructor Detail
-
MoveHelperController
public MoveHelperController(GhastEntity p_i45838_1_)
-
-
Method Detail
-
tick
public void tick()
- Overrides:
tick
in classMovementController
-
canReach
private boolean canReach(Vector3d p_220673_1_, int p_220673_2_)
-
-