Uses of Class
net.minecraft.entity.passive.CatEntity
-
Uses of CatEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type CatEntity Modifier and Type Method Description Identifier
CatEntityRenderer. 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
Fields in net.minecraft.client.render.entity.feature with type parameters of type CatEntity Modifier and Type Field Description private CatEntityModel<CatEntity>
CatCollarFeatureRenderer. model
Methods in net.minecraft.client.render.entity.feature with parameters of type CatEntity Modifier and Type Method Description void
CatCollarFeatureRenderer. render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, CatEntity catEntity, float float2, float float3, float float4, float float5, float float6, float float7)
Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type CatEntity Constructor Description CatCollarFeatureRenderer(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
Classes in net.minecraft.client.render.entity.model with type parameters of type CatEntity Modifier and Type Class Description class
CatEntityModel<T extends CatEntity>
-
Uses of CatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CatEntity Modifier and Type Field Description static EntityType<CatEntity>
EntityType. CAT
-
Uses of CatEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as CatEntity Modifier and Type Field Description private CatEntity
CatSitOnBlockGoal. cat
private CatEntity
GoToOwnerAndPurrGoal. cat
Constructors in net.minecraft.entity.ai.goal with parameters of type CatEntity Constructor Description CatSitOnBlockGoal(CatEntity cat, double speed)
GoToOwnerAndPurrGoal(CatEntity cat, double speed, int range)
-
Uses of CatEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as CatEntity Modifier and Type Field Description private CatEntity
CatEntity.CatFleeGoal. cat
private CatEntity
CatEntity.SleepWithOwnerGoal. cat
private CatEntity
CatEntity.TemptGoal. cat
Methods in net.minecraft.entity.passive that return CatEntity Modifier and Type Method Description CatEntity
CatEntity. createChild(ServerWorld serverWorld, PassiveEntity passiveEntity)
Constructors in net.minecraft.entity.passive with parameters of type CatEntity Constructor Description CatFleeGoal(CatEntity cat, Class<T> fleeFromType, float distance, double slowSpeed, double fastSpeed)
SleepWithOwnerGoal(CatEntity cat)
TemptGoal(CatEntity cat, double speed, Ingredient food, boolean canBeScared)
Constructor parameters in net.minecraft.entity.passive with type arguments of type CatEntity Constructor Description CatEntity(EntityType<? extends CatEntity> type, World world)