Package org.bukkit.block.banner
Interface PatternType
- All Superinterfaces:
Comparable<PatternType>
,Keyed
,OldEnum<PatternType>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
static final PatternType
-
Method Summary
Modifier and TypeMethodDescriptionstatic PatternType
getByIdentifier
(String identifier) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.magic valuegetKey()
Return the namespaced identifier for this object.static PatternType
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.static PatternType[]
values()
Deprecated.useIterable.iterator()
.
-
Field Details
-
BASE
-
SQUARE_BOTTOM_LEFT
-
SQUARE_BOTTOM_RIGHT
-
SQUARE_TOP_LEFT
-
SQUARE_TOP_RIGHT
-
STRIPE_BOTTOM
-
STRIPE_TOP
-
STRIPE_LEFT
-
STRIPE_RIGHT
-
STRIPE_CENTER
-
STRIPE_MIDDLE
-
STRIPE_DOWNRIGHT
-
STRIPE_DOWNLEFT
-
SMALL_STRIPES
-
CROSS
-
STRAIGHT_CROSS
-
TRIANGLE_BOTTOM
-
TRIANGLE_TOP
-
TRIANGLES_BOTTOM
-
TRIANGLES_TOP
-
DIAGONAL_LEFT
-
DIAGONAL_UP_RIGHT
-
DIAGONAL_UP_LEFT
-
DIAGONAL_RIGHT
-
CIRCLE
-
RHOMBUS
-
HALF_VERTICAL
-
HALF_HORIZONTAL
-
HALF_VERTICAL_RIGHT
-
HALF_HORIZONTAL_BOTTOM
-
BORDER
-
CURLY_BORDER
-
CREEPER
-
GRADIENT
-
GRADIENT_UP
-
BRICKS
-
SKULL
-
FLOWER
-
MOJANG
-
GLOBE
-
PIGLIN
-
FLOW
-
GUSTER
-
-
Method Details
-
getKey
Description copied from interface:Keyed
Return the namespaced identifier for this object. -
getIdentifier
Deprecated, for removal: This API element is subject to removal in a future version.magic valueReturns the identifier used to represent this pattern type- Returns:
- the pattern's identifier
- See Also:
-
getByIdentifier
@Contract("null -> null") @Nullable @Deprecated(forRemoval=true) static PatternType getByIdentifier(@Nullable String identifier) Deprecated, for removal: This API element is subject to removal in a future version.magic value, useRegistry.get(NamespacedKey)
insteadReturns the pattern type which matches the passed identifier or null if no matches are found- Parameters:
identifier
- the identifier- Returns:
- the matched pattern type or null
- See Also:
-
valueOf
Deprecated.only for backwards compatibility, useRegistry.get(NamespacedKey)
instead.- Parameters:
name
- of the pattern type.- Returns:
- the pattern type with the given name.
-
values
Deprecated.useIterable.iterator()
.- Returns:
- an array of all known pattern types.
-
Registry.get(NamespacedKey)
instead