public interface DisplaySlotBuilder
Modifier and Type | Method and Description |
---|---|
DisplaySlot |
build()
Builds an instance of a
DisplaySlot . |
DisplaySlotBuilder |
sidebarTeamColor(TextColor color)
Sets the
TextColor of the display slot. |
DisplaySlotBuilder 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