Uses of Class
net.minecraft.entity.passive.OcelotEntity
-
Packages that use OcelotEntity Package Description net.minecraft.client.renderer.entity net.minecraft.entity net.minecraft.entity.passive -
-
Uses of OcelotEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type OcelotEntity Modifier and Type Method Description ResourceLocation
OcelotRenderer. getTextureLocation(OcelotEntity p_110775_1_)
-
Uses of OcelotEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type OcelotEntity Modifier and Type Field Description static EntityType<OcelotEntity>
EntityType. OCELOT
-
Uses of OcelotEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as OcelotEntity Modifier and Type Field Description private OcelotEntity
OcelotEntity.AvoidEntityGoal. ocelot
private OcelotEntity
OcelotEntity.TemptGoal. ocelot
Methods in net.minecraft.entity.passive that return OcelotEntity Modifier and Type Method Description OcelotEntity
OcelotEntity. getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_)
Method parameters in net.minecraft.entity.passive with type arguments of type OcelotEntity Modifier and Type Method Description static boolean
OcelotEntity. checkOcelotSpawnRules(EntityType<OcelotEntity> p_223319_0_, IWorld p_223319_1_, SpawnReason p_223319_2_, BlockPos p_223319_3_, java.util.Random p_223319_4_)
Constructors in net.minecraft.entity.passive with parameters of type OcelotEntity Constructor Description AvoidEntityGoal(OcelotEntity p_i50037_1_, java.lang.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 OcelotEntity Constructor Description OcelotEntity(EntityType<? extends OcelotEntity> p_i50254_1_, World p_i50254_2_)
-