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 Summary
FieldsFields inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
mob - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.world.entity.ai.goal.ZombieAttackGoal
start, stop, tickMethods inherited from class net.minecraft.world.entity.ai.goal.MeleeAttackGoal
canPerformAttack, checkAndPerformAttack, getAttackInterval, getTicksUntilNextAttack, isTimeToAttack, requiresUpdateEveryTick, resetAttackCooldownMethods inherited from class net.minecraft.world.entity.ai.goal.Goal
adjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString 
- 
Field Details
- 
drowned
 
 - 
 - 
Constructor Details
- 
DrownedAttackGoal
 
 - 
 - 
Method Details
- 
canUse
public boolean canUse()- Overrides:
 canUsein classMeleeAttackGoal
 - 
canContinueToUse
public boolean canContinueToUse()- Overrides:
 canContinueToUsein classMeleeAttackGoal
 
 -