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$FleeGoal- intermediary - net/minecraft/class_3701$class_3702- official - chn$a
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsFields inherited from class net.minecraft.entity.ai.goal.FleeEntityGoalclassToFleeFrom, extraInclusionSelector, fleeDistance, fleeingEntityNavigation, fleePath, inclusionSelector, mob, targetEntity
- 
Constructor SummaryConstructorsConstructorDescriptionFleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) 
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.FleeEntityGoalstart, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
- 
Field Details- 
ocelot- Mappings:
- Namespace - Name - Mixin selector - named - ocelot- Lnet/minecraft/entity/passive/OcelotEntity$FleeGoal;ocelot:Lnet/minecraft/entity/passive/OcelotEntity;- intermediary - field_16303- Lnet/minecraft/class_3701$class_3702;field_16303:Lnet/minecraft/class_3701;- official - i- Lchn$a;i:Lchn;
 
 
- 
- 
Constructor Details- 
FleeGoalpublic 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)V- intermediary - <init>- Lnet/minecraft/class_3701$class_3702;<init>(Lnet/minecraft/class_3701;Ljava/lang/Class;FDD)V- official - <init>- Lchn$a;<init>(Lchn;Ljava/lang/Class;FDD)V
 
 
- 
- 
Method Details- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- FleeEntityGoal<T extends LivingEntity>
- 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- FleeEntityGoal<T extends LivingEntity>
- 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
 
 
-