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.zombie.Drowned.DrownedTridentAttackGoal
- Enclosing class:
Drowned
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDrownedTridentAttackGoal(RangedAttackMob mob, double speedModifier, int attackInterval, float attackRadius) -
Method Summary
Methods inherited from class RangedAttackGoal
canContinueToUse, requiresUpdateEveryTick, tickMethods inherited from class Goal
adjustedTickDelay, getFlags, getServerLevel, getServerLevel, isInterruptable, reducedTickDelay, setFlags, toString
-
Field Details
-
drowned
-
-
Constructor Details
-
DrownedTridentAttackGoal
public DrownedTridentAttackGoal(RangedAttackMob mob, double speedModifier, int attackInterval, float attackRadius)
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUsein classRangedAttackGoal
-
start
-
stop
public void stop()- Overrides:
stopin classRangedAttackGoal
-