Uses of Class
net.minecraft.entity.passive.CatEntity
Package
Description
-
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 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
-
Uses of CatEntity in net.minecraft.entity
-
Uses of CatEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate CatEntity
CatSitOnBlockGoal.cat
private CatEntity
GoToOwnerAndPurrGoal.cat
ModifierConstructorDescriptionCatSitOnBlockGoal(CatEntity cat, double speed)
GoToOwnerAndPurrGoal(CatEntity cat, double speed, int range)
-
Uses of CatEntity in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate CatEntity
CatEntity.CatFleeGoal.cat
private CatEntity
CatEntity.SleepWithOwnerGoal.cat
private CatEntity
CatEntity.TemptGoal.cat
Modifier and TypeMethodDescriptionCatEntity.createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
ModifierConstructorDescriptionCatFleeGoal(CatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
SleepWithOwnerGoal(CatEntity cat)
TemptGoal(CatEntity cat, double speed, Ingredient food, boolean canBeScared)