Class Drowned.DrownedAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.MeleeAttackGoal
net.minecraft.world.entity.ai.goal.ZombieAttackGoal
net.minecraft.world.entity.monster.Drowned.DrownedAttackGoal
- Enclosing class:
- Drowned
- 
Nested Class Summary
- 
Field SummaryFieldsFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.ZombieAttackGoalstart, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoalcanPerformAttack, checkAndPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldownMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Field Details- 
drowned
 
- 
- 
Constructor Details- 
DrownedAttackGoal
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- MeleeAttackGoal
 
- 
canContinueToUsepublic boolean canContinueToUse()- Overrides:
- canContinueToUsein class- MeleeAttackGoal
 
 
-