Interface MinecraftHelp.HelpColors

Enclosing class:
MinecraftHelp<C>

@Immutable public static interface MinecraftHelp.HelpColors
Class for holding the TextColors used for help menus
  • Method Details

    • primary

      @NonNull TextColor primary()
      Returns the configured primary color.
      Returns:
      the primary color for the color scheme
    • highlight

      @NonNull TextColor highlight()
      Returns the configured highlight color.
      Returns:
      the primary color used to highlight commands and queries
    • alternateHighlight

      @NonNull TextColor alternateHighlight()
      Returns the configured alternate highlight color.
      Returns:
      the secondary color used to highlight commands and queries
    • text

      Returns the configured text color.
      Returns:
      the color used for description text
    • accent

      Returns the configured accent color.
      Returns:
      the color used for accents and symbols