Class Drowned.DrownedTridentAttackGoal
java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.RangedAttackGoal
net.minecraft.world.entity.monster.Drowned.DrownedTridentAttackGoal
- Enclosing class:
- Drowned
- 
Nested Class Summary
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDrownedTridentAttackGoal(RangedAttackMob p_32450_, double p_32451_, int p_32452_, float p_32453_) 
- 
Method SummaryMethods inherited from class net.minecraft.world.entity.ai.goal.RangedAttackGoalcanContinueToUse, requiresUpdateEveryTick, tickMethods inherited from class net.minecraft.world.entity.ai.goal.GoaladjustedTickDelay, getFlags, isInterruptable, reducedTickDelay, setFlags, toString
- 
Field Details- 
drowned
 
- 
- 
Constructor Details- 
DrownedTridentAttackGoalpublic DrownedTridentAttackGoal(RangedAttackMob p_32450_, double p_32451_, int p_32452_, float p_32453_) 
 
- 
- 
Method Details- 
canUsepublic boolean canUse()- Overrides:
- canUsein class- RangedAttackGoal
 
- 
startpublic void start()
- 
stoppublic void stop()- Overrides:
- stopin class- RangedAttackGoal
 
 
-