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 - named - net/minecraft/entity/mob/DrownedEntity$TridentAttackGoal- intermediary - net/minecraft/class_1551$class_1558- official - cln$f
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionTridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) 
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.ProjectileAttackGoalshouldContinue, shouldRunEveryTick, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, toGoalTicks, toString
- 
Field Details- 
drowned- Mappings:
- Namespace - Name - Mixin selector - named - drowned- Lnet/minecraft/entity/mob/DrownedEntity$TridentAttackGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;- intermediary - field_7249- Lnet/minecraft/class_1551$class_1558;field_7249:Lnet/minecraft/class_1551;- official - a- Lcln$f;a:Lcln;
 
 
- 
- 
Constructor Details- 
TridentAttackGoalpublic TridentAttackGoal(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;<init>(Lnet/minecraft/entity/ai/RangedAttackMob;DIF)V- intermediary - <init>- Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)V- official - <init>- Lcdf;<init>(Lcmd;DIF)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- ProjectileAttackGoal
- Mappings:
- Namespace - Name - Mixin selector - named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- official - b- Lccg;b()Z
 
- 
startpublic void start()
- 
stoppublic void stop()- Overrides:
- stopin class- ProjectileAttackGoal
- Mappings:
- Namespace - Name - Mixin selector - named - stop- Lnet/minecraft/entity/ai/goal/Goal;stop()V- intermediary - method_6270- Lnet/minecraft/class_1352;method_6270()V- official - e- Lccg;e()V
 
 
-