Uses of Class
net.minecraft.world.entity.animal.feline.Ocelot
Packages that use Ocelot
Package
Description
-
Uses of Ocelot in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Ocelot in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type OcelotModifier and TypeMethodDescriptionvoidOcelotRenderer.extractRenderState(Ocelot entity, FelineRenderState state, float partialTicks) -
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.feline
Fields in net.minecraft.world.entity.animal.feline declared as OcelotModifier and TypeFieldDescriptionprivate final OcelotOcelot.OcelotAvoidEntityGoal.ocelotprivate final OcelotOcelot.OcelotTemptGoal.ocelotMethods in net.minecraft.world.entity.animal.feline that return OcelotModifier and TypeMethodDescription@Nullable OcelotOcelot.getBreedOffspring(ServerLevel level, AgeableMob partner) Method parameters in net.minecraft.world.entity.animal.feline with type arguments of type OcelotModifier and TypeMethodDescriptionstatic booleanOcelot.checkOcelotSpawnRules(EntityType<Ocelot> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal.feline with parameters of type OcelotModifierConstructorDescriptionOcelotAvoidEntityGoal(Ocelot ocelot, Class<T> avoidClass, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) OcelotTemptGoal(Ocelot ocelot, double speedModifier, Predicate<ItemStack> items, boolean canScare) Constructor parameters in net.minecraft.world.entity.animal.feline with type arguments of type Ocelot