Class Phantom.PhantomSweepAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Phantom.PhantomMoveTargetGoal
net.minecraft.world.entity.monster.Phantom.PhantomSweepAttackGoal
- Enclosing class:
- Phantom
- 
Nested Class Summary
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate intprivate boolean
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.monster.Phantom.PhantomMoveTargetGoaltouchingTargetMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, requiresUpdateEveryTick, setFlags, toString
- 
Field Details- 
CAT_SEARCH_TICK_DELAYprivate static final int CAT_SEARCH_TICK_DELAY- See Also:
 
- 
isScaredOfCatprivate boolean isScaredOfCat
- 
catSearchTickprivate int catSearchTick
 
- 
- 
Constructor Details- 
PhantomSweepAttackGoalPhantomSweepAttackGoal()
 
- 
- 
Method Details- 
canUsepublic boolean canUse()
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- Goal
 
- 
startpublic void start()
- 
stoppublic void stop()
- 
tickpublic void tick()
 
-