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 TypeMethodDescriptionvoidCatRenderer.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 CatCatLieOnBedGoal.catprivate final CatCatSitOnBlockGoal.catConstructors in net.minecraft.world.entity.ai.goal with parameters of type CatModifierConstructorDescriptionCatLieOnBedGoal(Cat cat, double speedModifier, int searchRange) CatSitOnBlockGoal(Cat cat, double speedModifier) -
Uses of Cat in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as CatModifier and TypeFieldDescriptionprivate final CatCat.CatAvoidEntityGoal.catprivate final CatCat.CatRelaxOnOwnerGoal.catprivate final CatCat.CatTemptGoal.catMethods 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 cat, Class<T> entityClassToAvoid, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) CatRelaxOnOwnerGoal(Cat cat) CatTemptGoal(Cat cat, double speedModifier, Predicate<ItemStack> items, boolean canScare) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Cat