Package net.minecraft.entity.mob
Class DrownedEntity.TridentAttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.ProjectileAttackGoal
net.minecraft.entity.mob.DrownedEntity.TridentAttackGoal
- Enclosing class:
 DrownedEntity
- Mappings:
 Namespace Name official bvq$fintermediary net/minecraft/class_1551$class_1558named net/minecraft/entity/mob/DrownedEntity$TridentAttackGoal
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionTridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange)  - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.ProjectileAttackGoal
shouldContinue, shouldRunEveryTick, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString 
- 
Field Details
- 
drowned
- Mappings:
 Namespace Name Mixin selector official aLbvq$f;a:Lbvq;intermediary field_7249Lnet/minecraft/class_1551$class_1558;field_7249:Lnet/minecraft/class_1551;named drownedLnet/minecraft/entity/mob/DrownedEntity$TridentAttackGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;
 
 - 
 - 
Constructor Details
- 
TridentAttackGoal
public TridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) - Mappings:
 Namespace Name Mixin selector official <init>Lbnu;<init>(Lbwg;DIF)Vintermediary <init>Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)Vnamed <init>Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;<init>(Lnet/minecraft/entity/ai/RangedAttackMob;DIF)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classProjectileAttackGoal- Mappings:
 Namespace Name Mixin selector official aLbmv;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
 - 
start
public void start() - 
stop
public void stop()- Overrides:
 stopin classProjectileAttackGoal- Mappings:
 Namespace Name Mixin selector official dLbmv;d()Vintermediary method_6270Lnet/minecraft/class_1352;method_6270()Vnamed stopLnet/minecraft/entity/ai/goal/Goal;stop()V
 
 -