Package net.minecraft.entity.passive
Class FoxEntity.BiteGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.FoxEntity.BiteGoal
- Enclosing class:
- FoxEntity
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancanUse()protected voidcheckAndPerformAttack(LivingEntity p_190102_1_, double p_190102_2_) voidstart()Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalcanContinueToUse, getAttackInterval, getAttackReachSqr, getTicksUntilNextAttack, isTimeToAttack, resetAttackCooldown, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalgetFlags, isInterruptable, setFlags, toString
- 
Constructor Details- 
BiteGoalpublic BiteGoal(double p_i50731_2_, boolean p_i50731_4_) 
 
- 
- 
Method Details- 
checkAndPerformAttack- Overrides:
- checkAndPerformAttackin class- MeleeAttackGoal
 
- 
startpublic void start()- Overrides:
- startin class- MeleeAttackGoal
 
- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- MeleeAttackGoal
 
 
-