Uses of Enum Class
org.cloudburstmc.api.player.AdventureSetting
Packages that use AdventureSetting
-
Uses of AdventureSetting in org.cloudburstmc.api.player
Methods in org.cloudburstmc.api.player that return AdventureSettingModifier and TypeMethodDescriptionstatic AdventureSettingReturns the enum constant of this class with the specified name.static AdventureSetting[]AdventureSetting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.player with parameters of type AdventureSettingModifier and TypeMethodDescriptionbooleanAdventureSettings.get(AdventureSetting setting) AdventureSettings.set(AdventureSetting setting, boolean value) GameMode.Builder.set(AdventureSetting type, boolean value)