java.lang.Object
java.lang.Enum<Region>
me.ulrich.outpost.manager.EnumFiles.Region
All Implemented Interfaces:
Serializable, Comparable<Region>, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum

public enum Region extends Enum<Region> implements me.ulrich.econfig.interfaces.ConfigurationEnum
  • Enum Constant Details

    • REGION

      public static final Region REGION
    • REGION_sendkothinsideenter

      public static final Region REGION_sendkothinsideenter
    • REGION_sendkothinsideenter_enabled

      public static final Region REGION_sendkothinsideenter_enabled
    • REGION_sendkothinsideenter_time

      public static final Region REGION_sendkothinsideenter_time
    • REGION_sendkothinsideenter_sound_enabled

      public static final Region REGION_sendkothinsideenter_sound_enabled
    • REGION_sendkothinsideenter_sound_display

      public static final Region REGION_sendkothinsideenter_sound_display
    • REGION_sendkothinsideenter_message_enabled

      public static final Region REGION_sendkothinsideenter_message_enabled
    • REGION_sendkothinsideenter_bossbar_enabled

      public static final Region REGION_sendkothinsideenter_bossbar_enabled
    • REGION_sendkothinsideenter_bossbar_color

      public static final Region REGION_sendkothinsideenter_bossbar_color
    • REGION_sendkothinsideenter_bossbar_style

      public static final Region REGION_sendkothinsideenter_bossbar_style
    • REGION_sendkothinsideenter_bossbar_flags

      public static final Region REGION_sendkothinsideenter_bossbar_flags
    • REGION_sendkothinsideenter_bossbar_animated

      public static final Region REGION_sendkothinsideenter_bossbar_animated
    • REGION_sendkothinsideenter_title_enabled

      public static final Region REGION_sendkothinsideenter_title_enabled
    • REGION_sendkothinsideenter_actionbar_enabled

      public static final Region REGION_sendkothinsideenter_actionbar_enabled
    • REGION_sendkothinsideenter_scoreboard_enabled

      public static final Region REGION_sendkothinsideenter_scoreboard_enabled
  • Method Details

    • values

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

      public static Region valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • getPath

      public String getPath()
      Specified by:
      getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getDefaultValue

      public Object getDefaultValue()
      Specified by:
      getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum
    • getComments

      public String[] getComments()
      Specified by:
      getComments in interface me.ulrich.econfig.interfaces.ConfigurationEnum