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