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
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTemptGoal
(OcelotEntity p_i50036_1_, double p_i50036_2_, Ingredient p_i50036_4_, boolean p_i50036_5_) -
Method Summary
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 Details
-
ocelot
-
-
Constructor Details
-
TemptGoal
public TemptGoal(OcelotEntity p_i50036_1_, double p_i50036_2_, Ingredient p_i50036_4_, boolean p_i50036_5_)
-
-
Method Details