Uses of Class
net.minecraft.entity.passive.CatEntity
-
-
Uses of CatEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CatEntity Modifier and Type Method Description ResourceLocationCatRenderer. getTextureLocation(CatEntity p_110775_1_)protected voidCatRenderer. scale(CatEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_)protected voidCatRenderer. setupRotations(CatEntity p_225621_1_, MatrixStack p_225621_2_, float p_225621_3_, float p_225621_4_, float p_225621_5_) -
Uses of CatEntity in net.minecraft.client.renderer.entity.layers
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type CatEntity Modifier and Type Field Description private CatModel<CatEntity>CatCollarLayer. catModelMethods in net.minecraft.client.renderer.entity.layers with parameters of type CatEntity Modifier and Type Method Description voidCatCollarLayer. render(MatrixStack p_225628_1_, IRenderTypeBuffer p_225628_2_, int p_225628_3_, CatEntity p_225628_4_, float p_225628_5_, float p_225628_6_, float p_225628_7_, float p_225628_8_, float p_225628_9_, float p_225628_10_)Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type CatEntity Constructor Description CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_)CatCollarLayer(IEntityRenderer<CatEntity,CatModel<CatEntity>> p_i50948_1_) -
Uses of CatEntity in net.minecraft.client.renderer.entity.model
Classes in net.minecraft.client.renderer.entity.model with type parameters of type CatEntity Modifier and Type Class Description classCatModel<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 CatEntityCatLieOnBedGoal. catprivate CatEntityCatSitOnBlockGoal. catConstructors in net.minecraft.entity.ai.goal with parameters of type CatEntity Constructor Description CatLieOnBedGoal(CatEntity p_i50331_1_, double p_i50331_2_, int p_i50331_4_)CatSitOnBlockGoal(CatEntity p_i50330_1_, double p_i50330_2_) -
Uses of CatEntity in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as CatEntity Modifier and Type Field Description private CatEntityCatEntity.AvoidPlayerGoal. catprivate CatEntityCatEntity.MorningGiftGoal. catprivate CatEntityCatEntity.TemptGoal. catMethods in net.minecraft.entity.passive that return CatEntity Modifier and Type Method Description CatEntityCatEntity. getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_)Constructors in net.minecraft.entity.passive with parameters of type CatEntity Constructor Description AvoidPlayerGoal(CatEntity p_i50440_1_, java.lang.Class<T> p_i50440_2_, float p_i50440_3_, double p_i50440_4_, double p_i50440_6_)MorningGiftGoal(CatEntity p_i50439_1_)TemptGoal(CatEntity p_i50438_1_, double p_i50438_2_, Ingredient p_i50438_4_, boolean p_i50438_5_)Constructor parameters in net.minecraft.entity.passive with type arguments of type CatEntity Constructor Description CatEntity(EntityType<? extends CatEntity> p_i50284_1_, World p_i50284_2_)
-