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 TypeMethodDescriptionOcelotRenderer.getTextureLocation(Ocelot entity) Returns the location of an entity's texture. -
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 OcelotOcelot.OcelotAvoidEntityGoal.ocelotprivate final OcelotOcelot.OcelotTemptGoal.ocelotMethods in net.minecraft.world.entity.animal that return OcelotModifier and TypeMethodDescriptionOcelot.getBreedOffspring(ServerLevel level, AgeableMob otherParent) Method parameters in net.minecraft.world.entity.animal with type arguments of type OcelotModifier and TypeMethodDescriptionstatic booleanOcelot.checkOcelotSpawnRules(EntityType<Ocelot> ocelot, LevelAccessor level, MobSpawnType spawnType, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.animal with parameters of type OcelotModifierConstructorDescriptionOcelotAvoidEntityGoal(Ocelot ocelot, Class<T> entityClassToAvoid, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) OcelotTemptGoal(Ocelot ocelot, double speedModifier, Predicate<ItemStack> items, boolean canScare) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Ocelot