Package io.papermc.paper.registry.keys
Class BannerPatternKeys
java.lang.Object
io.papermc.paper.registry.keys.BannerPatternKeys
@GeneratedFrom("1.21.3")
@NullMarked
@Experimental
public final class BannerPatternKeys
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
Modifier and TypeFieldDescriptionstatic final TypedKey
<PatternType> minecraft:base
static final TypedKey
<PatternType> minecraft:border
static final TypedKey
<PatternType> minecraft:bricks
static final TypedKey
<PatternType> minecraft:circle
static final TypedKey
<PatternType> minecraft:creeper
static final TypedKey
<PatternType> minecraft:cross
static final TypedKey
<PatternType> minecraft:curly_border
static final TypedKey
<PatternType> minecraft:diagonal_left
static final TypedKey
<PatternType> minecraft:diagonal_right
static final TypedKey
<PatternType> minecraft:diagonal_up_left
static final TypedKey
<PatternType> minecraft:diagonal_up_right
static final TypedKey
<PatternType> minecraft:flow
static final TypedKey
<PatternType> minecraft:flower
static final TypedKey
<PatternType> minecraft:globe
static final TypedKey
<PatternType> minecraft:gradient
static final TypedKey
<PatternType> minecraft:gradient_up
static final TypedKey
<PatternType> minecraft:guster
static final TypedKey
<PatternType> minecraft:half_horizontal
static final TypedKey
<PatternType> minecraft:half_horizontal_bottom
static final TypedKey
<PatternType> minecraft:half_vertical
static final TypedKey
<PatternType> minecraft:half_vertical_right
static final TypedKey
<PatternType> minecraft:mojang
static final TypedKey
<PatternType> minecraft:piglin
static final TypedKey
<PatternType> minecraft:rhombus
static final TypedKey
<PatternType> minecraft:skull
static final TypedKey
<PatternType> minecraft:small_stripes
static final TypedKey
<PatternType> minecraft:square_bottom_left
static final TypedKey
<PatternType> minecraft:square_bottom_right
static final TypedKey
<PatternType> minecraft:square_top_left
static final TypedKey
<PatternType> minecraft:square_top_right
static final TypedKey
<PatternType> minecraft:straight_cross
static final TypedKey
<PatternType> minecraft:stripe_bottom
static final TypedKey
<PatternType> minecraft:stripe_center
static final TypedKey
<PatternType> minecraft:stripe_downleft
static final TypedKey
<PatternType> minecraft:stripe_downright
static final TypedKey
<PatternType> minecraft:stripe_left
static final TypedKey
<PatternType> minecraft:stripe_middle
static final TypedKey
<PatternType> minecraft:stripe_right
static final TypedKey
<PatternType> minecraft:stripe_top
static final TypedKey
<PatternType> minecraft:triangle_bottom
static final TypedKey
<PatternType> minecraft:triangle_top
static final TypedKey
<PatternType> minecraft:triangles_bottom
static final TypedKey
<PatternType> minecraft:triangles_top
-
Method Summary
Modifier and TypeMethodDescriptionstatic TypedKey
<PatternType> Creates a key forPatternType
in the registryminecraft:banner_pattern
.
-
Field Details
-
BASE
minecraft:base
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BORDER
minecraft:border
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BRICKS
minecraft:bricks
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CIRCLE
minecraft:circle
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CREEPER
minecraft:creeper
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CROSS
minecraft:cross
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CURLY_BORDER
minecraft:curly_border
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DIAGONAL_LEFT
minecraft:diagonal_left
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DIAGONAL_RIGHT
minecraft:diagonal_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DIAGONAL_UP_LEFT
minecraft:diagonal_up_left
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
DIAGONAL_UP_RIGHT
minecraft:diagonal_up_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FLOW
minecraft:flow
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FLOWER
minecraft:flower
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GLOBE
minecraft:globe
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GRADIENT
minecraft:gradient
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GRADIENT_UP
minecraft:gradient_up
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
GUSTER
minecraft:guster
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HALF_HORIZONTAL
minecraft:half_horizontal
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HALF_HORIZONTAL_BOTTOM
minecraft:half_horizontal_bottom
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HALF_VERTICAL
minecraft:half_vertical
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
HALF_VERTICAL_RIGHT
minecraft:half_vertical_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MOJANG
minecraft:mojang
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
PIGLIN
minecraft:piglin
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
RHOMBUS
minecraft:rhombus
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SKULL
minecraft:skull
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SMALL_STRIPES
minecraft:small_stripes
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SQUARE_BOTTOM_LEFT
minecraft:square_bottom_left
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SQUARE_BOTTOM_RIGHT
minecraft:square_bottom_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SQUARE_TOP_LEFT
minecraft:square_top_left
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SQUARE_TOP_RIGHT
minecraft:square_top_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRAIGHT_CROSS
minecraft:straight_cross
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_BOTTOM
minecraft:stripe_bottom
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_CENTER
minecraft:stripe_center
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_DOWNLEFT
minecraft:stripe_downleft
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_DOWNRIGHT
minecraft:stripe_downright
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_LEFT
minecraft:stripe_left
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_MIDDLE
minecraft:stripe_middle
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_RIGHT
minecraft:stripe_right
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
STRIPE_TOP
minecraft:stripe_top
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TRIANGLE_BOTTOM
minecraft:triangle_bottom
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TRIANGLE_TOP
minecraft:triangle_top
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TRIANGLES_BOTTOM
minecraft:triangles_bottom
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TRIANGLES_TOP
minecraft:triangles_top
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
-
Method Details
-
create
Creates a key forPatternType
in the registryminecraft:banner_pattern
.- Parameters:
key
- the value's key in the registry- Returns:
- a new typed key
-