Package net.minecraft.entity.passive
Class OcelotEntity.TemptGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.TemptGoal
-
- net.minecraft.entity.passive.OcelotEntity.TemptGoal
-
- Enclosing class:
- OcelotEntity
static class OcelotEntity.TemptGoal extends TemptGoal
-
-
Field Summary
Fields Modifier and Type Field Description private OcelotEntity
ocelot
-
Constructor Summary
Constructors Constructor Description TemptGoal(OcelotEntity p_i50036_1_, double p_i50036_2_, Ingredient p_i50036_4_, boolean p_i50036_5_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canScare()
-
Methods inherited from class net.minecraft.entity.ai.goal.TemptGoal
canContinueToUse, canUse, isRunning, shouldFollowItem, start, stop, tick
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
ocelot
private final OcelotEntity ocelot
-
-
Constructor Detail
-
TemptGoal
public TemptGoal(OcelotEntity p_i50036_1_, double p_i50036_2_, Ingredient p_i50036_4_, boolean p_i50036_5_)
-
-