Uses of Record Class
net.minecraft.world.entity.animal.CatVariant
Packages that use CatVariant
Package
Description
-
Uses of CatVariant in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type CatVariantMethod parameters in net.minecraft.advancements.critereon with type arguments of type CatVariantModifier and TypeMethodDescriptionstatic EntitySubPredicateEntitySubPredicates.catVariant(Holder<CatVariant> p_335907_) -
Uses of CatVariant in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final Registry<CatVariant> BuiltInRegistries.CAT_VARIANTstatic final ResourceKey<Registry<CatVariant>> Registries.CAT_VARIANT -
Uses of CatVariant in net.minecraft.network.syncher
Fields in net.minecraft.network.syncher with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final EntityDataSerializer<Holder<CatVariant>> EntityDataSerializers.CAT_VARIANT -
Uses of CatVariant in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final TagKey<CatVariant> CatVariantTags.DEFAULT_SPAWNSstatic final TagKey<CatVariant> CatVariantTags.FULL_MOON_SPAWNSMethods in net.minecraft.tags that return types with arguments of type CatVariant -
Uses of CatVariant in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final ResourceKey<CatVariant> CatVariant.ALL_BLACKstatic final ResourceKey<CatVariant> CatVariant.BLACKstatic final ResourceKey<CatVariant> CatVariant.BRITISH_SHORTHAIRstatic final ResourceKey<CatVariant> CatVariant.CALICOprivate static final EntityDataAccessor<Holder<CatVariant>> Cat.DATA_VARIANT_IDprivate static final ResourceKey<CatVariant> Cat.DEFAULT_VARIANTstatic final ResourceKey<CatVariant> CatVariant.JELLIEstatic final ResourceKey<CatVariant> CatVariant.PERSIANstatic final ResourceKey<CatVariant> CatVariant.RAGDOLLstatic final ResourceKey<CatVariant> CatVariant.REDstatic final ResourceKey<CatVariant> CatVariant.SIAMESEstatic final ResourceKey<CatVariant> CatVariant.TABBYstatic final ResourceKey<CatVariant> CatVariant.WHITEMethods in net.minecraft.world.entity.animal that return CatVariantModifier and TypeMethodDescriptionstatic CatVariantCatVariant.bootstrap(Registry<CatVariant> p_256435_) private static CatVariantCatVariant.register(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_) Methods in net.minecraft.world.entity.animal that return types with arguments of type CatVariantMethod parameters in net.minecraft.world.entity.animal with type arguments of type CatVariantModifier and TypeMethodDescriptionstatic CatVariantCatVariant.bootstrap(Registry<CatVariant> p_256435_) private static CatVariantCatVariant.register(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_) private static CatVariantCatVariant.register(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_) voidCat.setVariant(Holder<CatVariant> p_335581_)