public static enum NukkitTypeUtils.NukkitType extends Enum<NukkitTypeUtils.NukkitType>
| Enum Constant and Description |
|---|
MOT |
NUKKITX |
PM1E |
POWER_NUKKIT |
POWER_NUKKIT_X |
| Modifier and Type | Method and Description |
|---|---|
static NukkitTypeUtils.NukkitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NukkitTypeUtils.NukkitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NukkitTypeUtils.NukkitType NUKKITX
public static final NukkitTypeUtils.NukkitType POWER_NUKKIT
public static final NukkitTypeUtils.NukkitType POWER_NUKKIT_X
public static final NukkitTypeUtils.NukkitType PM1E
public static final NukkitTypeUtils.NukkitType MOT
private final String showName
public static NukkitTypeUtils.NukkitType[] values()
for (NukkitTypeUtils.NukkitType c : NukkitTypeUtils.NukkitType.values()) System.out.println(c);
public static NukkitTypeUtils.NukkitType 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 © 2023. All rights reserved.