Interface MapDecorationBannerType
-
- All Superinterfaces:
DefaultedRegistryValue,MapDecorationType
public interface MapDecorationBannerType extends MapDecorationType
An extension ofMapDecorationTypethat represents a banner, and provides theDyeColorof the banner it represents. Not allMapDecorationTypesareMapDecorationBannerType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DyeColorbannerColor()Gets the correspondingDyeColorthat this banner decoration type is.-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-