Uses of Class
net.minecraft.world.entity.animal.Ocelot
Packages that use Ocelot
Package
Description
-
Uses of Ocelot in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type OcelotModifier and TypeMethodDescriptionvoid
OcelotRenderer.extractRenderState
(Ocelot p_363307_, FelineRenderState p_364547_, float p_363203_) -
Uses of Ocelot in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Ocelot -
Uses of Ocelot in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as OcelotModifier and TypeFieldDescriptionprivate final Ocelot
Ocelot.OcelotAvoidEntityGoal.ocelot
private final Ocelot
Ocelot.OcelotTemptGoal.ocelot
Methods in net.minecraft.world.entity.animal that return OcelotModifier and TypeMethodDescriptionOcelot.getBreedOffspring
(ServerLevel p_148956_, AgeableMob p_148957_) Method parameters in net.minecraft.world.entity.animal with type arguments of type OcelotModifier and TypeMethodDescriptionstatic boolean
Ocelot.checkOcelotSpawnRules
(EntityType<Ocelot> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.animal with parameters of type OcelotModifierConstructorDescriptionOcelotAvoidEntityGoal
(Ocelot pOcelot, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier) OcelotTemptGoal
(Ocelot pOcelot, double pSpeedModifier, Predicate<ItemStack> pItems, boolean pCanScare) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Ocelot