JavaScript is disabled on your browser.
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 Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
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
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
Specified by:
getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
getDefaultValue
public Object getDefaultValue ()
Specified by:
getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum