Uses of Class
net.minecraft.entity.passive.OcelotEntity
Packages that use OcelotEntity
Package
Description
-
Uses of OcelotEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type OcelotEntity -
Uses of OcelotEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type OcelotEntity -
Uses of OcelotEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as OcelotEntityModifier and TypeFieldDescriptionprivate final OcelotEntity
OcelotEntity.AvoidEntityGoal.ocelot
private final OcelotEntity
OcelotEntity.TemptGoal.ocelot
Methods in net.minecraft.entity.passive that return OcelotEntityModifier and TypeMethodDescriptionOcelotEntity.getBreedOffspring
(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) Method parameters in net.minecraft.entity.passive with type arguments of type OcelotEntityModifier and TypeMethodDescriptionstatic boolean
OcelotEntity.checkOcelotSpawnRules
(EntityType<OcelotEntity> p_223319_0_, IWorld p_223319_1_, SpawnReason p_223319_2_, BlockPos p_223319_3_, Random p_223319_4_) Constructors in net.minecraft.entity.passive with parameters of type OcelotEntityModifierConstructorDescriptionAvoidEntityGoal
(OcelotEntity p_i50037_1_, Class<T> p_i50037_2_, float p_i50037_3_, double p_i50037_4_, double p_i50037_6_) TemptGoal
(OcelotEntity p_i50036_1_, double p_i50036_2_, Ingredient p_i50036_4_, boolean p_i50036_5_) Constructor parameters in net.minecraft.entity.passive with type arguments of type OcelotEntityModifierConstructorDescriptionOcelotEntity
(EntityType<? extends OcelotEntity> p_i50254_1_, World p_i50254_2_)