public interface PatternLayer extends DataSerializable
BannerData
's pattern.Modifier and Type | Interface and Description |
---|---|
static interface |
PatternLayer.Builder |
Modifier and Type | Method and Description |
---|---|
DyeColor |
getColor()
Gets the color for this layer.
|
BannerPatternShape |
getShape()
Gets the pattern shape for this layer.
|
static PatternLayer |
of(BannerPatternShape shape,
DyeColor color)
|
getContentVersion, toContainer
static PatternLayer of(BannerPatternShape shape, DyeColor color)
shape
- The shapecolor
- The colorBannerPatternShape getShape()
DyeColor getColor()