Package net.minecraft.entity.passive
Class OcelotEntity.FleeGoal<T extends LivingEntity>
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.FleeEntityGoal<T>
net.minecraft.entity.passive.OcelotEntity.FleeGoal<T>
- Enclosing class:
 OcelotEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/OcelotEntity$FleeGoalintermediary net/minecraft/class_3701$class_3702official ckn$a
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.FleeEntityGoal
classToFleeFrom, extraInclusionSelector, fleeDistance, fleeingEntityNavigation, fleePath, inclusionSelector, mob, targetEntity - 
Constructor Summary
ConstructorsConstructorDescriptionFleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)  - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.FleeEntityGoal
start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString 
- 
Field Details
- 
ocelot
- Mappings:
 Namespace Name Mixin selector named ocelotLnet/minecraft/entity/passive/OcelotEntity$FleeGoal;ocelot:Lnet/minecraft/entity/passive/OcelotEntity;intermediary field_16303Lnet/minecraft/class_3701$class_3702;field_16303:Lnet/minecraft/class_3701;official iLckn$a;i:Lckn;
 
 - 
 - 
Constructor Details
- 
FleeGoal
public FleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/OcelotEntity$FleeGoal;<init>(Lnet/minecraft/entity/passive/OcelotEntity;Ljava/lang/Class;FDD)Vintermediary <init>Lnet/minecraft/class_3701$class_3702;<init>(Lnet/minecraft/class_3701;Ljava/lang/Class;FDD)Vofficial <init>Lckn$a;<init>(Lckn;Ljava/lang/Class;FDD)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classFleeEntityGoal<T extends LivingEntity>- 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 classFleeEntityGoal<T extends LivingEntity>- 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
 
 -