Package net.minecraft.entity.monster
Class DrownedEntity.TridentAttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.RangedAttackGoal
net.minecraft.entity.monster.DrownedEntity.TridentAttackGoal
- Enclosing class:
- DrownedEntity
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTridentAttackGoal
(IRangedAttackMob p_i48907_1_, double p_i48907_2_, int p_i48907_4_, float p_i48907_5_) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.RangedAttackGoal
canContinueToUse, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
Field Details
-
drowned
-
-
Constructor Details
-
TridentAttackGoal
public TridentAttackGoal(IRangedAttackMob p_i48907_1_, double p_i48907_2_, int p_i48907_4_, float p_i48907_5_)
-
-
Method Details
-
canUse
public boolean canUse()- Overrides:
canUse
in classRangedAttackGoal
-
start
public void start() -
stop
public void stop()- Overrides:
stop
in classRangedAttackGoal
-