Uses of Class
net.minecraft.world.entity.animal.Cat
Package
Description
-
Uses of Cat in net.minecraft.client.model
-
Uses of Cat in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionCatRenderer.getTextureLocation
(Cat p_113950_) protected void
protected void
CatRenderer.setupRotations
(Cat p_113956_, PoseStack p_113957_, float p_113958_, float p_113959_, float p_113960_) -
Uses of Cat in net.minecraft.client.renderer.entity.layers
Modifier and TypeMethodDescriptionvoid
CatCollarLayer.render
(PoseStack p_116666_, MultiBufferSource p_116667_, int p_116668_, Cat p_116669_, float p_116670_, float p_116671_, float p_116672_, float p_116673_, float p_116674_, float p_116675_) ModifierConstructorDescriptionCatCollarLayer
(RenderLayerParent<Cat, CatModel<Cat>> p_174468_, EntityModelSet p_174469_) CatCollarLayer
(RenderLayerParent<Cat, CatModel<Cat>> p_174468_, EntityModelSet p_174469_) -
Uses of Cat in net.minecraft.world.entity
-
Uses of Cat in net.minecraft.world.entity.ai.goal
Modifier and TypeFieldDescriptionprivate final Cat
CatLieOnBedGoal.cat
private final Cat
CatSitOnBlockGoal.cat
ModifierConstructorDescriptionCatLieOnBedGoal
(Cat p_25135_, double p_25136_, int p_25137_) CatSitOnBlockGoal
(Cat p_25149_, double p_25150_) -
Uses of Cat in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate final Cat
Cat.CatAvoidEntityGoal.cat
private final Cat
Cat.CatRelaxOnOwnerGoal.cat
private final Cat
Cat.CatTemptGoal.cat
Modifier and TypeMethodDescriptionCat.getBreedOffspring
(ServerLevel p_148870_, AgeableMob p_148871_) ModifierConstructorDescriptionCatAvoidEntityGoal
(Cat p_28191_, Class<T> p_28192_, float p_28193_, double p_28194_, double p_28195_) CatRelaxOnOwnerGoal
(Cat p_28203_) CatTemptGoal
(Cat p_28219_, double p_28220_, Ingredient p_28221_, boolean p_28222_)