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 SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructorsConstructorDescriptionDrownedAttackGoal(DrownedEntity drowned, double speed, boolean pauseWhenMobIdle) 
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.ZombieAttackGoalstart, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalattack, canAttack, getCooldown, getMaxCooldown, isCooledDown, resetCooldown, shouldRunEveryTickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, 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- Lcln$a;b:Lcln;
 
 
- 
- 
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- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- MeleeAttackGoal
- 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
 
- 
shouldContinuepublic boolean shouldContinue()- Overrides:
- shouldContinuein class- MeleeAttackGoal
- 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
 
 
-