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 private
OrbitPointGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
private void
selectNext()
void
start()
void
tick()
-
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
-
-