public static enum LegacyPing.Version extends java.lang.Enum<LegacyPing.Version>
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultId() |
static LegacyPing.Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegacyPing.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyPing.Version B1_8
public static final LegacyPing.Version V1_3
public static final LegacyPing.Version V1_5
public static final LegacyPing.Version V1_6
public static LegacyPing.Version[] values()
for (LegacyPing.Version c : LegacyPing.Version.values()) System.out.println(c);
public static LegacyPing.Version 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 int getDefaultId()