Package net.minecraft.entity.monster
Class PhantomEntity.MoveGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.PhantomEntity.MoveGoal
-
- Direct Known Subclasses:
PhantomEntity.OrbitPointGoal
,PhantomEntity.SweepAttackGoal
- Enclosing class:
- PhantomEntity
abstract class PhantomEntity.MoveGoal extends Goal
-
-
Constructor Summary
Constructors Constructor Description MoveGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
touchingTarget()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, canUse, getFlags, isInterruptable, setFlags, start, stop, tick, toString
-
-