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 official bym$a
intermediary net/minecraft/class_3701$class_3702
named net/minecraft/entity/passive/OcelotEntity$FleeGoal
-
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.FleeEntityGoal
classToFleeFrom, extraInclusionSelector, fleeDistance, fleeingEntityNavigation, fleePath, inclusionSelector, mob, targetEntity
-
Constructor Summary
ConstructorDescriptionFleeGoal
(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, tick
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, toGoalTicks, toString
-
Field Details
-
ocelot
- Mappings:
Namespace Name Mixin selector official i
Lbym$a;i:Lbym;
intermediary field_16303
Lnet/minecraft/class_3701$class_3702;field_16303:Lnet/minecraft/class_3701;
named ocelot
Lnet/minecraft/entity/passive/OcelotEntity$FleeGoal;ocelot:Lnet/minecraft/entity/passive/OcelotEntity;
-
-
Constructor Details
-
FleeGoal
public FleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) - Mappings:
Namespace Name Mixin selector official <init>
Lbym$a;<init>(Lbym;Ljava/lang/Class;FDD)V
intermediary <init>
Lnet/minecraft/class_3701$class_3702;<init>(Lnet/minecraft/class_3701;Ljava/lang/Class;FDD)V
named <init>
Lnet/minecraft/entity/passive/OcelotEntity$FleeGoal;<init>(Lnet/minecraft/entity/passive/OcelotEntity;Ljava/lang/Class;FDD)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classFleeEntityGoal<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official a
Lbth;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 classFleeEntityGoal<T extends LivingEntity>
- Mappings:
Namespace Name Mixin selector official b
Lbth;b()Z
intermediary method_6266
Lnet/minecraft/class_1352;method_6266()Z
named shouldContinue
Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-