toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.block.banner
/
Pattern
Pattern
public
class
Pattern
implements
ConfigurationSerializable
Members
Constructors
Pattern
Link copied to clipboard
public
void
Pattern
(
DyeColor
color
,
PatternType
pattern
)
Creates getClassById new pattern from the specified color and pattern type
public
void
Pattern
(
Map
<
String
,
Object
>
map
)
Constructor for deserialization.
Properties
color
Link copied to clipboard
public
final
DyeColor
color
pattern
Link copied to clipboard
public
final
PatternType
pattern
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
obj
)
get
Color
Link copied to clipboard
public
DyeColor
getColor
(
)
Returns the color of the pattern
get
Pattern
Link copied to clipboard
public
PatternType
getPattern
(
)
Returns the type of pattern
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
serialize
Link copied to clipboard
public
Map
<
String
,
Object
>
serialize
(
)
Creates getClassById Map representation of this class.