public static enum PluginYamlParser.Load extends Enum<PluginYamlParser.Load>
Enum Constant and Description |
---|
POSTWORLD
ワールド読み込み後に読み込み。
|
STARTUP
Bukkitスタート時に読み込み。
|
Modifier and Type | Method and Description |
---|---|
static PluginYamlParser.Load |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginYamlParser.Load[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginYamlParser.Load STARTUP
public static final PluginYamlParser.Load POSTWORLD
public static PluginYamlParser.Load[] values()
for (PluginYamlParser.Load c : PluginYamlParser.Load.values()) System.out.println(c);
public static PluginYamlParser.Load 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 © 2021. All rights reserved.