Class Bee.BeeAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.animal.Bee.BeeAttackGoal
- Enclosing class:
- Bee
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalcanPerformAttack, checkAndPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldown, start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Constructor Details- 
BeeAttackGoalBeeAttackGoal(PathfinderMob p_27960_, double p_27961_, boolean p_27962_) 
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- MeleeAttackGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- MeleeAttackGoal
 
 
-