@Deprecated public static enum Setting.OLD extends Enum<Setting.OLD>
| Enum Constant and Description |
|---|
PROTECTION_PROTECT_ONLY_LEFT_CLICKS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDeprecatingVersion()
Deprecated.
|
Setting<?> |
getSetting()
Deprecated.
|
void |
transferValue()
Deprecated.
|
static Setting.OLD |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Setting.OLD[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Setting.OLD PROTECTION_PROTECT_ONLY_LEFT_CLICKS
public static Setting.OLD[] values()
for (Setting.OLD c : Setting.OLD.values()) System.out.println(c);
public static Setting.OLD valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Setting<?> getSetting()
public String getDeprecatingVersion()
public void transferValue()
Copyright © 2015. All rights reserved.