Package net.minecraft.entity.passive
Class OcelotEntity.OcelotTemptGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.TemptGoal
net.minecraft.entity.passive.OcelotEntity.OcelotTemptGoal
- Enclosing class:
OcelotEntity
- Mappings:
Namespace Name official bym$b
intermediary net/minecraft/class_3701$class_3703
named net/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal
-
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.TemptGoal
closestPlayer, mob
-
Constructor Summary
ConstructorDescriptionOcelotTemptGoal
(OcelotEntity ocelot, double speed, Ingredient food, boolean canBeScared) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.TemptGoal
canStart, isActive, shouldContinue, 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 c
Lbym$b;c:Lbym;
intermediary field_16304
Lnet/minecraft/class_3701$class_3703;field_16304:Lnet/minecraft/class_3701;
named ocelot
Lnet/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal;ocelot:Lnet/minecraft/entity/passive/OcelotEntity;
-
-
Constructor Details
-
OcelotTemptGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lbym$b;<init>(Lbym;DLcpz;Z)V
intermediary <init>
Lnet/minecraft/class_3701$class_3703;<init>(Lnet/minecraft/class_3701;DLnet/minecraft/class_1856;Z)V
named <init>
Lnet/minecraft/entity/passive/OcelotEntity$OcelotTemptGoal;<init>(Lnet/minecraft/entity/passive/OcelotEntity;DLnet/minecraft/recipe/Ingredient;Z)V
-
-
Method Details
-
canBeScared
protected boolean canBeScared()- Overrides:
canBeScared
in classTemptGoal
- Mappings:
Namespace Name Mixin selector official h
Lbup;h()Z
intermediary method_16081
Lnet/minecraft/class_1391;method_16081()Z
named canBeScared
Lnet/minecraft/entity/ai/goal/TemptGoal;canBeScared()Z
-