Package net.minecraft.entity.passive
Class FoxEntity.AttackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.MeleeAttackGoal
net.minecraft.entity.passive.FoxEntity.AttackGoal
- Enclosing class:
- FoxEntity
- Mappings:
- Namespace - Name - official - brv$l- intermediary - net/minecraft/class_4019$class_4029- named - net/minecraft/entity/passive/FoxEntity$AttackGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFields inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalmob
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidattack(LivingEntity target, double squaredDistance) booleancanStart()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoalgetCooldown, getMaxCooldown, getSquaredMaxAttackDistance, isCooledDown, resetCooldown, shouldContinue, shouldRunEveryTick, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, toGoalTicks, toString
- 
Constructor Details- 
AttackGoalpublic AttackGoal(double speed, boolean pauseWhenIdle) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbrv$l;<init>(Lbrv;DZ)V- intermediary - <init>- Lnet/minecraft/class_4019$class_4029;<init>(Lnet/minecraft/class_4019;DZ)V- named - <init>- Lnet/minecraft/entity/passive/FoxEntity$AttackGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;DZ)V
 
 
- 
- 
Method Details- 
attack- Overrides:
- attackin class- MeleeAttackGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbnf;a(Lbfz;D)V- intermediary - method_6288- Lnet/minecraft/class_1366;method_6288(Lnet/minecraft/class_1309;D)V- named - attack- Lnet/minecraft/entity/ai/goal/MeleeAttackGoal;attack(Lnet/minecraft/entity/LivingEntity;D)V
 
- 
startpublic void start()- Overrides:
- startin class- MeleeAttackGoal
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lbmv;c()V- intermediary - method_6269- Lnet/minecraft/class_1352;method_6269()V- named - start- Lnet/minecraft/entity/ai/goal/Goal;start()V
 
- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- MeleeAttackGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbmv;a()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
 
 
-