Uses of Class
net.minecraft.entity.passive.CatEntity
Packages that use CatEntity
Package
Description
-
Uses of CatEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CatEntityModifier and TypeMethodDescriptionCatRenderer.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 CatEntityMethods in net.minecraft.client.renderer.entity.layers with parameters of type CatEntityModifier and TypeMethodDescriptionvoidCatCollarLayer.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 CatEntityModifierConstructorDescriptionCatCollarLayer(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 -
Uses of CatEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type CatEntity -
Uses of CatEntity in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as CatEntityModifier and TypeFieldDescriptionprivate final CatEntityCatLieOnBedGoal.catprivate final CatEntityCatSitOnBlockGoal.catConstructors in net.minecraft.entity.ai.goal with parameters of type CatEntityModifierConstructorDescriptionCatLieOnBedGoal(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 CatEntityModifier and TypeFieldDescriptionprivate final CatEntityCatEntity.AvoidPlayerGoal.catprivate final CatEntityCatEntity.MorningGiftGoal.catprivate final CatEntityCatEntity.TemptGoal.catMethods in net.minecraft.entity.passive that return CatEntityModifier and TypeMethodDescriptionCatEntity.getBreedOffspring(ServerWorld p_241840_1_, AgeableEntity p_241840_2_) Constructors in net.minecraft.entity.passive with parameters of type CatEntityModifierConstructorDescriptionAvoidPlayerGoal(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_) Constructor parameters in net.minecraft.entity.passive with type arguments of type CatEntityModifierConstructorDescriptionCatEntity(EntityType<? extends CatEntity> p_i50284_1_, World p_i50284_2_)