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$LookAtEntityGoalintermediary net/minecraft/class_4019$class_4292official ckk$j
- 
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
ConstructorsConstructorDescriptionLookAtEntityGoal(MobEntity fox, Class<? extends LivingEntity> targetType, float range)  - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.LookAtEntityGoal
start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, 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)Vintermediary <init>Lnet/minecraft/class_4019$class_4292;<init>(Lnet/minecraft/class_4019;Lnet/minecraft/class_1308;Ljava/lang/Class;F)Vofficial <init>Lckk$j;<init>(Lckk;Lbyh;Ljava/lang/Class;F)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classLookAtEntityGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcfb;b()Z
 - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classLookAtEntityGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLcfb;c()Z
 
 -