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 entity) Returns the location of an entity's texture.protected voidprotected voidCatRenderer.setupRotations(Cat entity, PoseStack poseStack, float bob, float yBodyRot, float partialTick, float scale) -
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 TypeMethodDescriptionvoidCatCollarLayer.render(PoseStack poseStack, MultiBufferSource buffer, int packedLight, Cat livingEntity, float limbSwing, float limbSwingAmount, float partialTicks, float ageInTicks, float netHeadYaw, float headPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type CatModifierConstructorDescriptionCatCollarLayer(RenderLayerParent<Cat, CatModel<Cat>> renderer, EntityModelSet modelSet) CatCollarLayer(RenderLayerParent<Cat, CatModel<Cat>> renderer, EntityModelSet modelSet) -
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 level, AgeableMob otherParent) 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