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 CatVariantModifier and TypeFieldDescriptionstatic final EntityVariantPredicate<CatVariant>
EntitySubPredicate.Types.CAT
Methods in net.minecraft.advancements.critereon with parameters of type CatVariantModifier and TypeMethodDescriptionstatic EntitySubPredicate
EntitySubPredicate.variant
(CatVariant p_218832_) -
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_VARIANT
static 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<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_SPAWNS
static final TagKey<CatVariant>
CatVariantTags.FULL_MOON_SPAWNS
Methods 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_BLACK
static final ResourceKey<CatVariant>
CatVariant.BLACK
static final ResourceKey<CatVariant>
CatVariant.BRITISH_SHORTHAIR
static final ResourceKey<CatVariant>
CatVariant.CALICO
private static final EntityDataAccessor<CatVariant>
Cat.DATA_VARIANT_ID
static final ResourceKey<CatVariant>
CatVariant.JELLIE
static final ResourceKey<CatVariant>
CatVariant.PERSIAN
static final ResourceKey<CatVariant>
CatVariant.RAGDOLL
static final ResourceKey<CatVariant>
CatVariant.RED
static final ResourceKey<CatVariant>
CatVariant.SIAMESE
static final ResourceKey<CatVariant>
CatVariant.TABBY
static final ResourceKey<CatVariant>
CatVariant.WHITE
Methods in net.minecraft.world.entity.animal that return CatVariantModifier and TypeMethodDescriptionstatic CatVariant
CatVariant.bootstrap
(Registry<CatVariant> p_256435_) Cat.getVariant()
private static CatVariant
CatVariant.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 CatVariantMethods in net.minecraft.world.entity.animal with parameters of type CatVariantMethod parameters in net.minecraft.world.entity.animal with type arguments of type CatVariantModifier and TypeMethodDescriptionstatic CatVariant
CatVariant.bootstrap
(Registry<CatVariant> p_256435_) private static CatVariant
CatVariant.register
(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_) private static CatVariant
CatVariant.register
(Registry<CatVariant> p_255735_, ResourceKey<CatVariant> p_256159_, String p_256466_)