Class Fox.FoxMeleeAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.animal.Fox.FoxMeleeAttackGoal
- Enclosing class:
- Fox
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanUse()protected voidcheckAndPerformAttack(LivingEntity p_28724_) voidstart()Methods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalcanContinueToUse, canPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldown, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Constructor Details- 
FoxMeleeAttackGoalpublic FoxMeleeAttackGoal(double p_28720_, boolean p_28721_) 
 
- 
- 
Method Details- 
checkAndPerformAttack- Overrides:
- checkAndPerformAttackin class- MeleeAttackGoal
 
- 
startpublic void start()- Overrides:
- startin class- MeleeAttackGoal
 
- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- MeleeAttackGoal
 
 
-