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 - named - net/minecraft/entity/passive/FoxEntity$LookAtEntityGoal- intermediary - net/minecraft/class_4019$class_4292- official - chj$j
- 
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.LookAtEntityGoalchance, DEFAULT_CHANCE, mob, range, target, targetPredicate, targetType
- 
Constructor SummaryConstructorsConstructorDescriptionLookAtEntityGoal(MobEntity fox, Class<? extends LivingEntity> targetType, float range) 
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoalstart, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Constructor Details- 
LookAtEntityGoal- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/entity/passive/FoxEntity$LookAtEntityGoal;<init>(Lnet/minecraft/entity/passive/FoxEntity;Lnet/minecraft/entity/mob/MobEntity;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- official - <init>- Lchj$j;<init>(Lchj;Lbvk;Ljava/lang/Class;F)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- LookAtEntityGoal
- 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- LookAtEntityGoal
- 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
 
 
-