Uses of Class
net.minecraft.world.entity.animal.Cat
Packages that use Cat
Package
Description
-
Uses of Cat in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type Cat -
Uses of Cat in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CatModifier 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
Fields in net.minecraft.client.renderer.entity.layers with type parameters of type CatMethods in net.minecraft.client.renderer.entity.layers with parameters of type CatModifier 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_) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type CatModifierConstructorDescriptionCatCollarLayer
(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
Fields in net.minecraft.world.entity with type parameters of type Cat -
Uses of Cat in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as CatModifier and TypeFieldDescriptionprivate final Cat
CatLieOnBedGoal.cat
private final Cat
CatSitOnBlockGoal.cat
Constructors in net.minecraft.world.entity.ai.goal with parameters of type CatModifierConstructorDescriptionCatLieOnBedGoal
(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
Fields in net.minecraft.world.entity.animal declared as CatModifier and TypeFieldDescriptionprivate final Cat
Cat.CatAvoidEntityGoal.cat
private final Cat
Cat.CatRelaxOnOwnerGoal.cat
private final Cat
Cat.CatTemptGoal.cat
Methods in net.minecraft.world.entity.animal that return CatModifier and TypeMethodDescriptionCat.getBreedOffspring
(ServerLevel p_148870_, AgeableMob p_148871_) Constructors in net.minecraft.world.entity.animal with parameters of type CatModifierConstructorDescriptionCatAvoidEntityGoal
(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_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Cat