public static interface DisplaySlot.Builder extends ResettableBuilder<DisplaySlot,DisplaySlot.Builder>
Modifier and Type | Method and Description |
---|---|
DisplaySlot |
build()
Builds an instance of a
DisplaySlot . |
DisplaySlot.Builder |
sidebarTeamColor(TextColor color)
Sets the
TextColor of the display slot. |
from, reset
DisplaySlot.Builder sidebarTeamColor(TextColor color)
TextColor
of the display slot.color
- The color to setDisplaySlot build() throws IllegalStateException
DisplaySlot
.DisplaySlot
IllegalStateException
- if the DisplaySlot
is not completed