public enum DialogType extends java.lang.Enum<DialogType> implements com.viaversion.viaversion.libs.mcstructs.converter.types.IdentifiedType
| Enum Constant and Description |
|---|
CONFIRMATION |
DIALOG_LIST |
MULTI_ACTION |
NOTICE |
SERVER_LINKS |
| Modifier and Type | Method and Description |
|---|---|
static DialogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DialogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DialogType NOTICE
public static final DialogType SERVER_LINKS
public static final DialogType DIALOG_LIST
public static final DialogType MULTI_ACTION
public static final DialogType CONFIRMATION
public static DialogType[] values()
for (DialogType c : DialogType.values()) System.out.println(c);
public static DialogType 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 null