Class BannerPatternTagKeys

java.lang.Object
io.papermc.paper.registry.keys.tags.BannerPatternTagKeys

@GeneratedFrom("1.21.4") @NullMarked @Experimental public final class BannerPatternTagKeys extends Object
Vanilla keys for RegistryKey.BANNER_PATTERN.
API Note:
The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
  • Field Details

    • NO_ITEM_REQUIRED

      public static final TagKey<PatternType> NO_ITEM_REQUIRED
      #minecraft:no_item_required
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_BORDURE_INDENTED

      public static final TagKey<PatternType> PATTERN_ITEM_BORDURE_INDENTED
      #minecraft:pattern_item/bordure_indented
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_CREEPER

      public static final TagKey<PatternType> PATTERN_ITEM_CREEPER
      #minecraft:pattern_item/creeper
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_FIELD_MASONED

      public static final TagKey<PatternType> PATTERN_ITEM_FIELD_MASONED
      #minecraft:pattern_item/field_masoned
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_FLOW

      public static final TagKey<PatternType> PATTERN_ITEM_FLOW
      #minecraft:pattern_item/flow
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_FLOWER

      public static final TagKey<PatternType> PATTERN_ITEM_FLOWER
      #minecraft:pattern_item/flower
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_GLOBE

      public static final TagKey<PatternType> PATTERN_ITEM_GLOBE
      #minecraft:pattern_item/globe
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_GUSTER

      public static final TagKey<PatternType> PATTERN_ITEM_GUSTER
      #minecraft:pattern_item/guster
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_MOJANG

      public static final TagKey<PatternType> PATTERN_ITEM_MOJANG
      #minecraft:pattern_item/mojang
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_PIGLIN

      public static final TagKey<PatternType> PATTERN_ITEM_PIGLIN
      #minecraft:pattern_item/piglin
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
    • PATTERN_ITEM_SKULL

      public static final TagKey<PatternType> PATTERN_ITEM_SKULL
      #minecraft:pattern_item/skull
      API Note:
      This field is version-dependant and may be removed in future Minecraft versions
  • Method Details