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 IdentifierOcelotEntityRenderer. 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 OcelotEntityOcelotEntity.FleeGoal. ocelotprivate OcelotEntityOcelotEntity.OcelotTemptGoal. ocelotMethods in net.minecraft.entity.passive that return OcelotEntity Modifier and Type Method Description OcelotEntityOcelotEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)Method parameters in net.minecraft.entity.passive with type arguments of type OcelotEntity Modifier and Type Method Description static booleanOcelotEntity. 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)