Class PolarBear.PolarBearMeleeAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.animal.PolarBear.PolarBearMeleeAttackGoal
- Enclosing class:
- PolarBear
- 
Nested Class Summary
- 
Field SummaryFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcheckAndPerformAttack(LivingEntity p_29589_) voidstop()Methods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalcanContinueToUse, canPerformAttack, canUse, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldown, start, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Constructor Details- 
PolarBearMeleeAttackGoalpublic PolarBearMeleeAttackGoal()
 
- 
- 
Method Details- 
checkAndPerformAttack- Overrides:
- checkAndPerformAttackin class- MeleeAttackGoal
 
- 
stoppublic void stop()- Overrides:
- stopin class- MeleeAttackGoal
 
 
-