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