Uses of Class
net.minecraft.world.entity.animal.feline.Cat
Packages that use Cat
Package
Description
-
Uses of Cat in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Cat in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type CatModifier and TypeMethodDescriptionvoidCatRenderer.extractRenderState(Cat entity, CatRenderState state, float partialTicks) -
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.feline
Fields in net.minecraft.world.entity.animal.feline declared as CatModifier and TypeFieldDescriptionprivate final CatCat.CatAvoidEntityGoal.catprivate final CatCat.CatRelaxOnOwnerGoal.catprivate final CatCat.CatTemptGoal.catMethods in net.minecraft.world.entity.animal.feline that return CatModifier and TypeMethodDescription@Nullable CatCat.getBreedOffspring(ServerLevel level, AgeableMob partner) Constructors in net.minecraft.world.entity.animal.feline with parameters of type CatModifierConstructorDescriptionCatAvoidEntityGoal(Cat cat, Class<T> avoidClass, float maxDist, double walkSpeedModifier, double sprintSpeedModifier) CatRelaxOnOwnerGoal(Cat cat) CatTemptGoal(Cat mob, double speedModifier, Predicate<ItemStack> items, boolean canScare) Constructor parameters in net.minecraft.world.entity.animal.feline with type arguments of type Cat