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 Summary
FieldsModifier and TypeFieldDescriptionstatic final TagKey
<PatternType> #minecraft:no_item_required
static final TagKey
<PatternType> #minecraft:pattern_item/bordure_indented
static final TagKey
<PatternType> #minecraft:pattern_item/creeper
static final TagKey
<PatternType> #minecraft:pattern_item/field_masoned
static final TagKey
<PatternType> #minecraft:pattern_item/flow
static final TagKey
<PatternType> #minecraft:pattern_item/flower
static final TagKey
<PatternType> #minecraft:pattern_item/globe
static final TagKey
<PatternType> #minecraft:pattern_item/guster
static final TagKey
<PatternType> #minecraft:pattern_item/mojang
static final TagKey
<PatternType> #minecraft:pattern_item/piglin
static final TagKey
<PatternType> #minecraft:pattern_item/skull
-
Method Summary
Modifier and TypeMethodDescriptionstatic TagKey
<PatternType> Creates a tag key forPatternType
in the registryminecraft:banner_pattern
.
-
Field Details
-
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
#minecraft:pattern_item/bordure_indented
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
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
#minecraft:pattern_item/field_masoned
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
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
#minecraft:pattern_item/flower
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
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
#minecraft:pattern_item/guster
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
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
#minecraft:pattern_item/piglin
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PATTERN_ITEM_SKULL
#minecraft:pattern_item/skull
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a tag key forPatternType
in the registryminecraft:banner_pattern
.- Parameters:
key
- the tag key's key- Returns:
- a new tag key
-