| Package | Description |
|---|---|
| net.minecraft.client | |
| net.minecraft.client.renderer | |
| net.minecraft.client.settings |
| Modifier and Type | Field and Description |
|---|---|
CloudOption |
GameSettings.cloudOption |
| Modifier and Type | Method and Description |
|---|---|
CloudOption |
GameSettings.getCloudOption() |
| Modifier and Type | Field and Description |
|---|---|
private CloudOption |
WorldRenderer.cloudOption |
| Modifier and Type | Field and Description |
|---|---|
private static CloudOption[] |
CloudOption.BY_ID |
| Modifier and Type | Method and Description |
|---|---|
static CloudOption |
CloudOption.byId(int id) |
static CloudOption |
CloudOption.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CloudOption[] |
CloudOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|