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
static class OcelotEntity.OcelotTemptGoal extends TemptGoal
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description private OcelotEntityocelot -
Constructor Summary
Constructors Constructor Description OcelotTemptGoal(OcelotEntity ocelot, double speed, Ingredient food, boolean canBeScared) -
Method Summary
Modifier and Type Method Description protected booleancanBeScared()Methods inherited from class net.minecraft.entity.ai.goal.TemptGoal
canStart, isActive, isTempedBy, shouldContinue, start, stop, tickMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString
-
Field Details
-
Constructor Details
-
Method Details
-
canBeScared
protected boolean canBeScared()- Overrides:
canBeScaredin classTemptGoal
-