Class Ocelot.OcelotAvoidEntityGoal<T extends LivingEntity>

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.ai.goal.AvoidEntityGoal<T>
net.minecraft.world.entity.animal.Ocelot.OcelotAvoidEntityGoal<T>
Enclosing class:
Ocelot

static class Ocelot.OcelotAvoidEntityGoal<T extends LivingEntity> extends AvoidEntityGoal<T>
  • Field Details

    • ocelot

      private final Ocelot ocelot
  • Constructor Details

    • OcelotAvoidEntityGoal

      public OcelotAvoidEntityGoal(Ocelot pOcelot, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier)
  • Method Details