Interface DisplaySlot.Factory
- Enclosing interface:
DisplaySlot
public static interface DisplaySlot.Factory
Used to support
findByTeamColor(NamedTextColor)
-
Method Summary
Modifier and TypeMethodDescriptionfindByTeamColor
(NamedTextColor color) Finds and retrieves the sidebar display slot for the specifiedNamedTextColor
associated with aTeam
, if one exists.
-
Method Details
-
findByTeamColor
Finds and retrieves the sidebar display slot for the specifiedNamedTextColor
associated with aTeam
, if one exists.- Parameters:
color
- TheNamedTextColor
- Returns:
- The slot, if one was found
-