Enum Class BedRule.Rule
- All Implemented Interfaces:
WrappedEnumerator<BedRule.Rule>, Serializable, Comparable<BedRule.Rule>, Constable
- Enclosing interface:
BedRule
@AsOf("1.1.0")
public static enum BedRule.Rule
extends Enum<BedRule.Rule>
implements WrappedEnumerator<BedRule.Rule>
An enum representing the rules for bed usage in an environment.
- Since:
- 1.1.0
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Gets the key for this rule.Gets the translator for this enum.static BedRule.RuleReturns the enum constant of this class with the specified name.static BedRule.Rule[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface WrappedEnumerator
fromNms, toNms, toNms
-
Enum Constant Details
-
ALWAYS
-
WHEN_DARK
-
NEVER
-
-
Field Details
-
TRANSLATOR
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getKey
-
translator
Gets the translator for this enum.- Specified by:
translatorin interfaceWrappedEnumerator<BedRule.Rule>- Returns:
- the translator for this enum
- Since:
- 1.1.0
-