Package net.minecraft.entity.mob
Class PhantomEntity.SwoopMovementGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.mob.PhantomEntity.MovementGoal
net.minecraft.entity.mob.PhantomEntity.SwoopMovementGoal
- Enclosing class:
- PhantomEntity
class PhantomEntity.SwoopMovementGoal extends PhantomEntity.MovementGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Constructor Summary
Constructors Modifier Constructor Description privateSwoopMovementGoal() -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()voidtick()Methods inherited from class net.minecraft.entity.mob.PhantomEntity.MovementGoal
isNearTargetMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
SwoopMovementGoal
private SwoopMovementGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal
-
start
public void start() -
stop
public void stop() -
tick
public void tick()
-