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
static class OcelotEntity.FleeGoal<T extends LivingEntity> extends FleeEntityGoal<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description private OcelotEntity
ocelot
Fields inherited from class net.minecraft.entity.ai.goal.FleeEntityGoal
classToFleeFrom, extraInclusionSelector, fleeDistance, fleeingEntityNavigation, fleePath, inclusionSelector, mob, targetEntity
-
Constructor Summary
Constructors Constructor Description FleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
boolean
shouldContinue()
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, setControls, toString
-
Field Details
-
ocelot
-
-
Constructor Details
-
FleeGoal
public FleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classFleeEntityGoal<T extends LivingEntity>
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinue
in classFleeEntityGoal<T extends LivingEntity>
-