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 official bhl$a
intermediary net/minecraft/class_1551$class_1552
named net/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal
-
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, getCooldown, getMaxCooldown, getSquaredMaxAttackDistance, isCooledDown, resetCooldown
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
drowned
- Mappings:
Namespace Name Mixin selector official b
Lbhl$a;b:Lbhl;
intermediary field_7235
Lnet/minecraft/class_1551$class_1552;field_7235:Lnet/minecraft/class_1551;
named drowned
Lnet/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal;drowned:Lnet/minecraft/entity/mob/DrownedEntity;
-
-
Constructor Details
-
DrownedAttackGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbhl$a;<init>(Lbhl;DZ)V
intermediary <init>
Lnet/minecraft/class_1551$class_1552;<init>(Lnet/minecraft/class_1551;DZ)V
named <init>
Lnet/minecraft/entity/mob/DrownedEntity$DrownedAttackGoal;<init>(Lnet/minecraft/entity/mob/DrownedEntity;DZ)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official a
Lazo;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classMeleeAttackGoal
- Mappings:
Namespace Name Mixin selector official b
Lazo;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-