Class CardRarityRegistry
java.lang.Object
com.pixelmonmod.tcg.init.registry.CardRarityRegistry
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> static net.minecraft.tags.TagKey
<CardRarity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.core.Holder
<CardRarity> getRarity
(net.minecraft.resources.ResourceKey<CardRarity> key) static net.minecraft.core.Holder
<CardRarity> getRarity
(net.minecraft.resources.ResourceLocation key) static net.minecraft.core.HolderSet
<CardRarity> getTag
(net.minecraft.tags.TagKey<CardRarity> tagKey)
-
Field Details
-
COMMON
-
UNCOMMON
-
RARE_OR_BETTER
-
HOLO_RARE
-
SECRET_RARE
-
ULTRA_RARE
-
RARE
-
-
Constructor Details
-
CardRarityRegistry
public CardRarityRegistry()
-
-
Method Details
-
getTag
public static net.minecraft.core.HolderSet<CardRarity> getTag(net.minecraft.tags.TagKey<CardRarity> tagKey) -
getRarity
public static net.minecraft.core.Holder<CardRarity> getRarity(net.minecraft.resources.ResourceLocation key) -
getRarity
public static net.minecraft.core.Holder<CardRarity> getRarity(net.minecraft.resources.ResourceKey<CardRarity> key)
-