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 pEntity) Returns the location of an entity's texture.protected void
protected void
CatRenderer.setupRotations
(Cat pEntity, PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick, float pScale) -
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 pPoseStack, MultiBufferSource pBuffer, int pPackedLight, Cat pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) Constructor parameters in net.minecraft.client.renderer.entity.layers with type arguments of type CatModifierConstructorDescriptionCatCollarLayer
(RenderLayerParent<Cat, CatModel<Cat>> pRenderer, EntityModelSet pModelSet) CatCollarLayer
(RenderLayerParent<Cat, CatModel<Cat>> pRenderer, EntityModelSet pModelSet) -
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 pCat, double pSpeedModifier, int pSearchRange) CatSitOnBlockGoal
(Cat pCat, double pSpeedModifier) -
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 pLevel, AgeableMob pOtherParent) Constructors in net.minecraft.world.entity.animal with parameters of type CatModifierConstructorDescriptionCatAvoidEntityGoal
(Cat pCat, Class<T> pEntityClassToAvoid, float pMaxDist, double pWalkSpeedModifier, double pSprintSpeedModifier) CatRelaxOnOwnerGoal
(Cat pCat) CatTemptGoal
(Cat pCat, double pSpeedModifier, Predicate<ItemStack> pItems, boolean pCanScare) Constructor parameters in net.minecraft.world.entity.animal with type arguments of type Cat