| Package | Description |
|---|---|
| org.cloudburstmc.server | |
| org.cloudburstmc.server.player |
| Modifier and Type | Method and Description |
|---|---|
static AdventureSettings.Type |
AdventureSettings.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdventureSettings.Type[] |
AdventureSettings.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AdventureSettings.get(AdventureSettings.Type type) |
AdventureSettings |
AdventureSettings.set(AdventureSettings.Type type,
boolean value) |
| Constructor and Description |
|---|
AdventureSettings(Player player,
Map<AdventureSettings.Type,Boolean> values) |
| Modifier and Type | Method and Description |
|---|---|
GameMode.Builder |
GameMode.Builder.set(AdventureSettings.Type type,
boolean value) |
Copyright © 2020. All rights reserved.