Uses of Class
net.minecraft.entity.passive.OcelotEntity
Package | Description |
---|---|
net.minecraft.client.render.entity | |
net.minecraft.entity | |
net.minecraft.entity.passive |
-
Uses of OcelotEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type OcelotEntity Modifier and Type Method Description Identifier
OcelotEntityRenderer. getTexture(OcelotEntity ocelotEntity)
-
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.FleeGoal. ocelot
private OcelotEntity
OcelotEntity.OcelotTemptGoal. ocelot
Methods in net.minecraft.entity.passive that return OcelotEntity Modifier and Type Method Description OcelotEntity
OcelotEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Method parameters in net.minecraft.entity.passive with type arguments of type OcelotEntity Modifier and Type Method Description static boolean
OcelotEntity. canSpawn(EntityType<OcelotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
Constructors in net.minecraft.entity.passive with parameters of type OcelotEntity Constructor Description FleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
OcelotTemptGoal(OcelotEntity ocelot, double speed, Ingredient food, boolean canBeScared)
Constructor parameters in net.minecraft.entity.passive with type arguments of type OcelotEntity Constructor Description OcelotEntity(EntityType<? extends OcelotEntity> type, World world)