public static enum DetailedConfigOption.ReloadListener extends java.lang.Enum<DetailedConfigOption.ReloadListener> implements net.minecraft.client.resources.IResourceManagerReloadListener
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
onResourceManagerReload(net.minecraft.client.resources.IResourceManager resourceManager) |
static DetailedConfigOption.ReloadListener |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DetailedConfigOption.ReloadListener[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetailedConfigOption.ReloadListener INSTANCE
public static DetailedConfigOption.ReloadListener[] values()
for (DetailedConfigOption.ReloadListener c : DetailedConfigOption.ReloadListener.values()) System.out.println(c);
public static DetailedConfigOption.ReloadListener 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 void onResourceManagerReload(net.minecraft.client.resources.IResourceManager resourceManager)
onResourceManagerReload
in interface net.minecraft.client.resources.IResourceManagerReloadListener