Uses of Class
net.minecraft.world.entity.animal.Cat
Packages that use Cat
Package
Description
-
Uses of Cat in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type CatModifier and TypeMethodDescriptionvoid
CatRenderer.extractRenderState
(Cat p_361533_, CatRenderState p_362709_, float p_362752_) -
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_, Predicate<ItemStack> p_335450_, boolean p_28222_) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Cat