Uses of Enum Class
xericker.arenalegends.playerdata.storage.setting.PlayerSetting
Packages that use PlayerSetting
-
Uses of PlayerSetting in xericker.arenalegends.playerdata.storage.setting
Subclasses with type arguments of type PlayerSetting in xericker.arenalegends.playerdata.storage.settingMethods in xericker.arenalegends.playerdata.storage.setting that return PlayerSettingModifier and TypeMethodDescriptionstatic PlayerSettingReturns the enum constant of this class with the specified name.static PlayerSetting[]PlayerSetting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in xericker.arenalegends.playerdata.storage.setting with parameters of type PlayerSettingModifier and TypeMethodDescriptionbooleanSettingStorage.contains(PlayerSetting playerSetting) SettingStorage.get(PlayerSetting playerSetting) SettingStorage.getOrDefault(PlayerSetting playerSetting) SettingStorage.getOrDefault(PlayerSetting playerSetting, Object defaultValue) voidSettingStorage.remove(PlayerSetting playerSetting) voidSettingStorage.set(PlayerSetting playerSetting, Object object)