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 EntitySubPredicate
EntitySubPredicates.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_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
<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_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
<Holder<CatVariant>> Cat.DATA_VARIANT_ID
private static final ResourceKey
<CatVariant> Cat.DEFAULT_VARIANT
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 StreamCodec
<RegistryFriendlyByteBuf, Holder<CatVariant>> CatVariant.STREAM_CODEC
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_) 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 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_) void
Cat.setVariant
(Holder<CatVariant> p_335581_)