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 OcelotEntityModifier and TypeMethodDescriptionvoid
OcelotEntityRenderer.updateRenderState
(OcelotEntity ocelotEntity, FelineEntityRenderState felineEntityRenderState, float float2) -
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 final OcelotEntity
OcelotEntity.FleeGoal.ocelot
private final OcelotEntity
OcelotEntity.OcelotTemptGoal.ocelot
Methods 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 boolean
OcelotEntity.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, Predicate<ItemStack> foodPredicate, boolean canBeScared) Constructor parameters in net.minecraft.entity.passive with type arguments of type OcelotEntity