Interface DisplaySlot.Factory

    • Method Detail

      • findByTeamColor

        java.util.Optional<DisplaySlot> findByTeamColor​(NamedTextColor color)
        Finds and retrieves the sidebar display slot for the specified NamedTextColor associated with a Team, if one exists.
        Parameters:
        color - The NamedTextColor
        Returns:
        The slot, if one was found