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 intermediary net/minecraft/class_1551$class_1558official bvo$fnamed 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 intermediary field_7249Lnet/minecraft/class_1551$class_1558;field_7249:Lnet/minecraft/class_1551;official aLbvo$f;a:Lbvo;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 intermediary <init>Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)Vofficial <init>Lbns;<init>(Lbwe;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 intermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial aLbmt;a()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 intermediary method_6270Lnet/minecraft/class_1352;method_6270()Vofficial dLbmt;d()Vnamed stopLnet/minecraft/entity/ai/goal/Goal;stop()V
-