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