Package | Description |
---|---|
org.bukkit.block.banner |
Classes relevant to banner blocks.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable PatternType |
PatternType.getByIdentifier(@Nullable String identifier)
Returns the pattern type which matches the passed
identifier or null if no matches are found
|
@NotNull PatternType |
Pattern.getPattern()
Returns the type of pattern
|
static PatternType |
PatternType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatternType[] |
PatternType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Pattern(@NotNull DyeColor color,
@NotNull PatternType pattern)
Creates a new pattern from the specified color and
pattern type
|
Copyright © 2021. All rights reserved.