Package net.minecraft.entity.monster
Class PhantomEntity.AttackPlayerGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.monster.PhantomEntity.AttackPlayerGoal
-
- Enclosing class:
- PhantomEntity
class PhantomEntity.AttackPlayerGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private EntityPredicate
attackTargeting
private int
nextScanTick
-
Constructor Summary
Constructors Modifier Constructor Description private
AttackPlayerGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
-
-
-
Field Detail
-
attackTargeting
private final EntityPredicate attackTargeting
-
nextScanTick
private int nextScanTick
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classGoal
-
-