Uses of Class
net.minecraft.entity.passive.CatEntity
Package
Description
The basic AI system for Minecraft living entities.
-
Uses of CatEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionCatEntityRenderer.getTexture
(CatEntity catEntity) protected void
CatEntityRenderer.scale
(CatEntity catEntity, MatrixStack matrixStack, float float2) protected void
CatEntityRenderer.setupTransforms
(CatEntity catEntity, MatrixStack matrixStack, float float2, float float3, float float4) -
Uses of CatEntity in net.minecraft.client.render.entity.feature
Modifier and TypeFieldDescriptionprivate final CatEntityModel<CatEntity>
CatCollarFeatureRenderer.model
Modifier and TypeMethodDescriptionvoid
CatCollarFeatureRenderer.render
(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, CatEntity catEntity, float float2, float float3, float float4, float float5, float float6, float float7) ModifierConstructorDescriptionCatCollarFeatureRenderer
(FeatureRendererContext<CatEntity, CatEntityModel<CatEntity>> context, EntityModelLoader loader) CatCollarFeatureRenderer
(FeatureRendererContext<CatEntity, CatEntityModel<CatEntity>> context, EntityModelLoader loader) -
Uses of CatEntity in net.minecraft.client.render.entity.model
Modifier and TypeClassDescriptionclass
CatEntityModel<T extends CatEntity>
Represents the model of a CatEntity. -
Uses of CatEntity in net.minecraft.entity
-
Uses of CatEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final CatEntity
CatSitOnBlockGoal.cat
private final CatEntity
GoToBedAndSleepGoal.cat
ModifierConstructorDescriptionCatSitOnBlockGoal
(CatEntity cat, double speed) GoToBedAndSleepGoal
(CatEntity cat, double speed, int range) -
Uses of CatEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate final CatEntity
CatEntity.CatFleeGoal.cat
private final CatEntity
CatEntity.SleepWithOwnerGoal.cat
private final CatEntity
CatEntity.TemptGoal.cat
Modifier and TypeMethodDescriptionCatEntity.createChild
(ServerWorld serverWorld, PassiveEntity passiveEntity) ModifierConstructorDescriptionCatFleeGoal
(CatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed) TemptGoal
(CatEntity cat, double speed, Ingredient food, boolean canBeScared)