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<Color> |
baseColor()
Gets the
ImmutableValue for the base Color . |
ImmutablePatternListValue |
patterns()
Gets the
ImmutablePatternListValue of all patterns for the
Banner . |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Color> baseColor()
ImmutableValue
for the base Color
.ImmutablePatternListValue patterns()
ImmutablePatternListValue
of all patterns for the
Banner
.