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 cln$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
mob
-
Constructor Summary
ConstructorsConstructorDescriptionDrownedAttackGoal
(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, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, toGoalTicks, toString
-
Field Details
-
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>
Lcln$a;<init>(Lcln;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 b
Lccg;b()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 c
Lccg;c()Z
-