Uses of Class
net.minecraft.entity.passive.OcelotEntity
Packages that use OcelotEntity
Package
Description
-
Uses of OcelotEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.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 OcelotEntityOcelotEntity.FleeGoal.ocelotprivate OcelotEntityOcelotEntity.OcelotTemptGoal.ocelotMethods in net.minecraft.entity.passive that return OcelotEntityModifier and TypeMethodDescriptionOcelotEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)Method parameters in net.minecraft.entity.passive with type arguments of type OcelotEntityModifier and TypeMethodDescriptionstatic booleanOcelotEntity.canSpawn(EntityType<OcelotEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random)Constructors in net.minecraft.entity.passive with parameters of type OcelotEntityModifierConstructorDescriptionFleeGoal(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 OcelotEntityModifierConstructorDescriptionOcelotEntity(EntityType<? extends OcelotEntity> type, World world)