Uses of Record Class
net.minecraft.entity.passive.CatVariant
Packages that use CatVariant
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of CatVariant in net.minecraft.entity.data
Fields in net.minecraft.entity.data with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final TrackedDataHandler<CatVariant>TrackedDataHandlerRegistry.CAT_VARIANT -
Uses of CatVariant in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final RegistryKey<CatVariant>CatVariant.ALL_BLACKstatic final RegistryKey<CatVariant>CatVariant.BLACKstatic final RegistryKey<CatVariant>CatVariant.BRITISH_SHORTHAIRstatic final RegistryKey<CatVariant>CatVariant.CALICOprivate static final TrackedData<CatVariant>CatEntity.CAT_VARIANTstatic final RegistryKey<CatVariant>CatVariant.JELLIEstatic final RegistryKey<CatVariant>CatVariant.PERSIANstatic final RegistryKey<CatVariant>CatVariant.RAGDOLLstatic final RegistryKey<CatVariant>CatVariant.REDstatic final RegistryKey<CatVariant>CatVariant.SIAMESEstatic final RegistryKey<CatVariant>CatVariant.TABBYstatic final RegistryKey<CatVariant>CatVariant.WHITEMethods in net.minecraft.entity.passive that return CatVariantModifier and TypeMethodDescriptionCatEntity.getVariant()static CatVariantCatVariant.method_46646(Registry<CatVariant> registry) private static CatVariantCatVariant.register(Registry<CatVariant> registry, RegistryKey<CatVariant> registryKey, String string) Methods in net.minecraft.entity.passive that return types with arguments of type CatVariantModifier and TypeMethodDescriptionprivate static RegistryKey<CatVariant>CatVariant.method_46647(String string) Methods in net.minecraft.entity.passive with parameters of type CatVariantMethod parameters in net.minecraft.entity.passive with type arguments of type CatVariantModifier and TypeMethodDescriptionstatic CatVariantCatVariant.method_46646(Registry<CatVariant> registry) private static CatVariantCatVariant.register(Registry<CatVariant> registry, RegistryKey<CatVariant> registryKey, String string) private static CatVariantCatVariant.register(Registry<CatVariant> registry, RegistryKey<CatVariant> registryKey, String string) -
Uses of CatVariant in net.minecraft.predicate.entity
Fields in net.minecraft.predicate.entity with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final VariantPredicates<CatVariant>TypeSpecificPredicate.Deserializers.CATMethods in net.minecraft.predicate.entity with parameters of type CatVariantModifier and TypeMethodDescriptionstatic TypeSpecificPredicateTypeSpecificPredicate.cat(CatVariant variant) -
Uses of CatVariant in net.minecraft.tag
Fields in net.minecraft.tag with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final TagKey<CatVariant>CatVariantTags.DEFAULT_SPAWNSstatic final TagKey<CatVariant>CatVariantTags.FULL_MOON_SPAWNSMethods in net.minecraft.tag that return types with arguments of type CatVariant -
Uses of CatVariant in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type CatVariantModifier and TypeFieldDescriptionstatic final Registry<CatVariant>Registry.CAT_VARIANTstatic final RegistryKey<Registry<CatVariant>>Registry.CAT_VARIANT_KEY