Package net.minecraft.entity.passive
Class FoxEntity.LookAtEntityGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.LookAtEntityGoal
net.minecraft.entity.passive.FoxEntity.LookAtEntityGoal
- Enclosing class:
FoxEntity
- Mappings:
Namespace Name official brt$j
intermediary net/minecraft/class_4019$class_4292
named net/minecraft/entity/passive/FoxEntity$LookAtEntityGoal
-
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.LookAtEntityGoal
chance, DEFAULT_CHANCE, mob, range, target, targetPredicate, targetType
-
Constructor Summary
ConstructorDescriptionLookAtEntityGoal
(MobEntity fox, Class<? extends LivingEntity> targetType, float range) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
start, stop, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Constructor Details
-
LookAtEntityGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbrt$j;<init>(Lbrt;Lbfz;Ljava/lang/Class;F)V
intermediary <init>
Lnet/minecraft/class_4019$class_4292;<init>(Lnet/minecraft/class_4019;Lnet/minecraft/class_1308;Ljava/lang/Class;F)V
named <init>
Lnet/minecraft/entity/passive/FoxEntity$LookAtEntityGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/entity/mob/MobEntity;Ljava/lang/Class;F)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classLookAtEntityGoal
- Mappings:
Namespace Name Mixin selector official a
Lbmt;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 classLookAtEntityGoal
- Mappings:
Namespace Name Mixin selector official b
Lbmt;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-