| Modifier and Type | Class and Description |
|---|---|
static class |
CloudAdventureSettings.Type |
| Constructor and Description |
|---|
CloudAdventureSettings(CloudPlayer player) |
CloudAdventureSettings(CloudPlayer player,
Map<org.cloudburstmc.api.player.AdventureSetting,Boolean> values) |
| Modifier and Type | Method and Description |
|---|---|
CloudAdventureSettings |
clone(CloudPlayer newPlayer) |
boolean |
get(org.cloudburstmc.api.player.AdventureSetting type) |
CloudAdventureSettings |
set(org.cloudburstmc.api.player.AdventureSetting type,
boolean value) |
void |
update() |
public CloudAdventureSettings(CloudPlayer player)
public CloudAdventureSettings(CloudPlayer player, Map<org.cloudburstmc.api.player.AdventureSetting,Boolean> values)
public CloudAdventureSettings clone(CloudPlayer newPlayer)
public CloudAdventureSettings set(org.cloudburstmc.api.player.AdventureSetting type, boolean value)
set in interface org.cloudburstmc.api.player.AdventureSettingspublic boolean get(org.cloudburstmc.api.player.AdventureSetting type)
get in interface org.cloudburstmc.api.player.AdventureSettingspublic void update()
update in interface org.cloudburstmc.api.player.AdventureSettingsCopyright © 2021. All rights reserved.