public interface ImmutableBannerData extends ImmutableDataManipulator<ImmutableBannerData,BannerData>
ImmutableDataManipulator handling the various information for a
Banner including the PatternLayers 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, withgetContentVersion, toContainerImmutableValue<DyeColor> baseColor()
ImmutableValue for the base DyeColor.ImmutablePatternListValue patterns()
ImmutablePatternListValue of all patterns for the
Banner.