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 ccd$f
intermediary net/minecraft/class_1551$class_1558
named 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
-
Constructor Summary
ConstructorDescriptionTridentAttackGoal
(RangedAttackMob mob, double mobSpeed, int intervalTicks, float maxShootRange) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.ProjectileAttackGoal
shouldContinue, shouldRunEveryTick, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString
-
Field Details
-
drowned
- Mappings:
Namespace Name Mixin selector official a
Lccd$f;a:Lccd;
intermediary field_7249
Lnet/minecraft/class_1551$class_1558;field_7249:Lnet/minecraft/class_1551;
named drowned
Lnet/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>
Lbug;<init>(Lcct;DIF)V
intermediary <init>
Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)V
named <init>
Lnet/minecraft/entity/ai/goal/ProjectileAttackGoal;<init>(Lnet/minecraft/entity/ai/RangedAttackMob;DIF)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classProjectileAttackGoal
- Mappings:
Namespace Name Mixin selector official a
Lbth;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
start
public void start() -
stop
public void stop()- Overrides:
stop
in classProjectileAttackGoal
- Mappings:
Namespace Name Mixin selector official d
Lbth;d()V
intermediary method_6270
Lnet/minecraft/class_1352;method_6270()V
named stop
Lnet/minecraft/entity/ai/goal/Goal;stop()V
-