Interface DisplaySlot.Factory
- 
- Enclosing interface:
- DisplaySlot
 
 public static interface DisplaySlot.FactoryUsed to supportfindByTeamColor(NamedTextColor)
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<DisplaySlot>findByTeamColor(NamedTextColor color)Finds and retrieves the sidebar display slot for the specifiedNamedTextColorassociated with aTeam, if one exists.
 
- 
- 
- 
Method Detail- 
findByTeamColorjava.util.Optional<DisplaySlot> findByTeamColor(NamedTextColor color) Finds 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
 
 
- 
 
-