public static enum ParameterType.BooleanParam extends java.lang.Enum<ParameterType.BooleanParam> implements ParameterType<java.lang.Boolean>
ParameterType.BooleanParam, ParameterType.DoubleParam, ParameterType.FloatParam, ParameterType.IntegerParam, ParameterType.ParamTypes
Enum Constant and Description |
---|
ENABLE_BIT_LIGHT_SOURCE |
ENABLE_DAMAGE_TOOLS |
ENABLE_MCMP |
Modifier and Type | Method and Description |
---|---|
ParameterType.ParamTypes |
getType() |
static ParameterType.BooleanParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ParameterType.BooleanParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParameterType.BooleanParam ENABLE_MCMP
public static final ParameterType.BooleanParam ENABLE_DAMAGE_TOOLS
public static final ParameterType.BooleanParam ENABLE_BIT_LIGHT_SOURCE
public static ParameterType.BooleanParam[] values()
for (ParameterType.BooleanParam c : ParameterType.BooleanParam.values()) System.out.println(c);
public static ParameterType.BooleanParam valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ParameterType.ParamTypes getType()
getType
in interface ParameterType<java.lang.Boolean>