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