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
class FoxEntity.AttackGoal extends MeleeAttackGoal
- Mappings:
Namespace Name official bbs$lintermediary net/minecraft/class_4019$class_4029named net/minecraft/entity/passive/FoxEntity$AttackGoal
-
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
Constructors Constructor Description AttackGoal(double speed, boolean pauseWhenIdle) -
Method Summary
Modifier and Type Method Description protected voidattack(LivingEntity target, double squaredDistance)booleancanStart()voidstart()Methods inherited from class net.minecraft.entity.ai.goal.MeleeAttackGoal
getSquaredMaxAttackDistance, method_28346, method_28347, method_28348, method_28349, shouldContinue, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Constructor Details
-
AttackGoal
public AttackGoal(double speed, boolean pauseWhenIdle)- Mappings:
Namespace Name Mixin selector official <init>Lbbs$l;<init>(Lbbs;DZ)Vintermediary <init>Lnet/minecraft/class_4019$class_4029;<init>(Lnet/minecraft/class_4019;DZ)Vnamed <init>Lnet/minecraft/entity/passive/FoxEntity$AttackGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;DZ)V
-
-
Method Details
-
attack
- Overrides:
attackin classMeleeAttackGoal- Mappings:
Namespace Name Mixin selector official aLaxh;a(Lari;D)Vintermediary method_6288Lnet/minecraft/class_1366;method_6288(Lnet/minecraft/class_1309;D)Vnamed attackLnet/minecraft/entity/ai/goal/MeleeAttackGoal;attack(Lnet/minecraft/entity/LivingEntity;D)V
-
start
public void start()- Overrides:
startin classMeleeAttackGoal- Mappings:
Namespace Name Mixin selector official cLawx;c()Vintermediary method_6269Lnet/minecraft/class_1352;method_6269()Vnamed startLnet/minecraft/entity/ai/goal/Goal;start()V
-
canStart
public boolean canStart()- Overrides:
canStartin classMeleeAttackGoal- Mappings:
Namespace Name Mixin selector official aLawx;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-