Enum Class ColorType

java.lang.Object
java.lang.Enum<ColorType>
nl.minetopiasdb.api.enums.ColorType
All Implemented Interfaces:
Serializable, Comparable<ColorType>, Constable

public enum ColorType extends Enum<ColorType>
Different types of color. Used in ColorManager
  • Enum Constant Details

  • Method Details

    • values

      public static ColorType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ColorType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDatabase

      public String getDatabase()
      Get the database name for this color
      Returns:
      database name for this color
    • getPermission

      public String getPermission()
      Permission node for the corresponding color command
      Returns:
      permission node
    • getDefaultColor

      public String getDefaultColor()
      Get the default color (directly from the config)
      Returns:
      default color
    • getInventoryTitle

      public nl.minetopiasdb.plugin.data.configs.messages.Message getInventoryTitle()
    • getItemName

      public nl.minetopiasdb.plugin.data.configs.messages.Message getItemName()
    • getItemLore

      public nl.minetopiasdb.plugin.data.configs.messages.Message getItemLore()