Package net.minecraft.entity.monster
Class PhantomEntity.OrbitPointGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.PhantomEntity.MoveGoal
-
- net.minecraft.entity.monster.PhantomEntity.OrbitPointGoal
-
- Enclosing class:
- PhantomEntity
class PhantomEntity.OrbitPointGoal extends PhantomEntity.MoveGoal
-
-
Constructor Summary
Constructors Modifier Constructor Description privateOrbitPointGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanUse()private voidselectNext()voidstart()voidtick()-
Methods inherited from class net.minecraft.entity.monster.PhantomEntity.MoveGoal
touchingTarget
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, stop, toString
-
-