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