Package net.minecraft.entity.monster
Class PhantomEntity.SweepAttackGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.PhantomEntity.MoveGoal
-
- net.minecraft.entity.monster.PhantomEntity.SweepAttackGoal
-
- Enclosing class:
- PhantomEntity
class PhantomEntity.SweepAttackGoal extends PhantomEntity.MoveGoal
-
-
Constructor Summary
Constructors Modifier Constructor Description private
SweepAttackGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.monster.PhantomEntity.MoveGoal
touchingTarget
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classGoal
-
-