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$TridentAttackGoalintermediary net/minecraft/class_1551$class_1558official coy$f
-
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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, toGoalTicks, toString
-
Field Details
-
drowned
- Mappings:
Namespace Name Mixin selector named drownedLnet/minecraft/entity/mob/DrownedEntity$TridentAttackGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;intermediary field_7249Lnet/minecraft/class_1551$class_1558;field_7249:Lnet/minecraft/class_1551;official aLcoy$f;a:Lcoy;
-
-
Constructor Details
-
TridentAttackGoal
public 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)Vintermediary <init>Lnet/minecraft/class_1381;<init>(Lnet/minecraft/class_1603;DIF)Vofficial <init>Lcga;<init>(Lcpo;DIF)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classProjectileAttackGoal- Mappings:
Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcfb;b()Z
-
start
public void start() -
stop
public void stop()- Overrides:
stopin classProjectileAttackGoal- Mappings:
Namespace Name Mixin selector named stopLnet/minecraft/entity/ai/goal/Goal;stop()Vintermediary method_6270Lnet/minecraft/class_1352;method_6270()Vofficial eLcfb;e()V
-