Uses of Class
net.minecraft.entity.passive.OcelotEntity
Package
Description
-
Uses of OcelotEntity in net.minecraft.client.render.entity
-
Uses of OcelotEntity in net.minecraft.entity
-
Uses of OcelotEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate OcelotEntity
OcelotEntity.FleeGoal.ocelot
private OcelotEntity
OcelotEntity.OcelotTemptGoal.ocelot
Modifier and TypeMethodDescriptionOcelotEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Modifier and TypeMethodDescriptionstatic boolean
OcelotEntity.canSpawn(EntityType<OcelotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)
ModifierConstructorDescriptionFleeGoal(OcelotEntity ocelot, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
OcelotTemptGoal(OcelotEntity ocelot, double speed, Ingredient food, boolean canBeScared)
ModifierConstructorDescriptionOcelotEntity(EntityType<? extends OcelotEntity> type, World world)