public interface ImmutableBannerData extends ImmutableDataManipulator<ImmutableBannerData,BannerData>
ImmutableDataManipulator
handling the various information for a
Banner
including the PatternLayer
s that customize the
Banner
.Modifier and Type | Method and Description |
---|---|
ImmutableValue<DyeColor> |
baseColor()
Gets the
ImmutableValue for the base DyeColor . |
ImmutablePatternListValue |
patterns()
Gets the
ImmutablePatternListValue of all patterns for the
Banner . |
asMutable, copy, with, with
getContentVersion, toContainer
ImmutableValue<DyeColor> baseColor()
ImmutableValue
for the base DyeColor
.ImmutablePatternListValue patterns()
ImmutablePatternListValue
of all patterns for the
Banner
.