public enum SpigotVersion extends Enum<SpigotVersion>
| Enum Constant and Description |
|---|
V1_13 |
V1_15 |
V1_17 |
V1_18 |
V1_19 |
V1_19_3 |
V1_7 |
V1_8 |
| Modifier and Type | Method and Description |
|---|---|
static SpigotVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpigotVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpigotVersion V1_7
public static final SpigotVersion V1_8
public static final SpigotVersion V1_13
public static final SpigotVersion V1_15
public static final SpigotVersion V1_17
public static final SpigotVersion V1_18
public static final SpigotVersion V1_19
public static final SpigotVersion V1_19_3
public static SpigotVersion[] values()
for (SpigotVersion c : SpigotVersion.values()) System.out.println(c);
public static SpigotVersion 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 nullCopyright © 2022. All Rights Reserved.