Uses of Class
net.minecraft.entity.passive.CatEntity
Package
Description
-
Uses of CatEntity in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionCatRenderer.getTextureLocation
(CatEntity p_110775_1_) protected void
CatRenderer.scale
(CatEntity p_225620_1_, MatrixStack p_225620_2_, float p_225620_3_) protected void
CatRenderer.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
Modifier and TypeMethodDescriptionvoid
CatCollarLayer.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_) ModifierConstructorDescriptionCatCollarLayer
(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
-
Uses of CatEntity in net.minecraft.entity
-
Uses of CatEntity in net.minecraft.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final CatEntity
CatLieOnBedGoal.cat
private final CatEntity
CatSitOnBlockGoal.cat
ModifierConstructorDescriptionCatLieOnBedGoal
(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
Modifier and TypeFieldDescriptionprivate final CatEntity
CatEntity.AvoidPlayerGoal.cat
private final CatEntity
CatEntity.MorningGiftGoal.cat
private final CatEntity
CatEntity.TemptGoal.cat
Modifier and TypeMethodDescriptionCatEntity.getBreedOffspring
(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) ModifierConstructorDescriptionAvoidPlayerGoal
(CatEntity p_i50440_1_, 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_) ModifierConstructorDescriptionCatEntity
(EntityType<? extends CatEntity> p_i50284_1_, World p_i50284_2_)