Package net.minecraft.entity.mob
Class DrownedEntity.DrownedAttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.ai.goal.ZombieAttackGoal
net.minecraft.entity.mob.DrownedEntity.DrownedAttackGoal
- Enclosing class:
DrownedEntity
- Mappings:
Namespace Name named net/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal
intermediary net/minecraft/class_1551$class_1552
official cjt$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
Constructor Summary
ConstructorDescriptionDrownedAttackGoal
(DrownedEntity drowned, double speed, boolean pauseWhenMobIdle) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.ZombieAttackGoal
start, stop, tick
Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
attack, canAttack, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldRunEveryTick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, toGoalTicks, toString
-
Field Details
-
drowned
- Mappings:
Namespace Name Mixin selector named drowned
Lnet/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;
intermediary field_7235
Lnet/minecraft/class_1551$class_1552;field_7235:Lnet/minecraft/class_1551;
official b
Lcjt$a;b:Lcjt;
-
-
Constructor Details
-
DrownedAttackGoal
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal;<init>(Lnet/minecraft/entity/mob/DrownedEntity;DZ)V
intermediary <init>
Lnet/minecraft/class_1551$class_1552;<init>(Lnet/minecraft/class_1551;DZ)V
official <init>
Lcjt$a;<init>(Lcjt;DZ)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classMeleeAttackGoal
- 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 a
Lcap;a()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
official b
Lcap;b()Z
-