AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.base
/
SettingBase
Setting
Base
jvm
abstract
class
SettingBase
<
out
V
:
SettingValue
<
*
>
>
(
desc
:
Pair
<
Locale
,
String
>
)
:
SettingDef
<
V
>
(
source
)
通常使用此文件中的其他基类,如
StringSetting
。
Inheritors
ByteSetting
ShortSetting
IntSetting
LongSetting
FloatSetting
DoubleSetting
BooleanSetting
CharSetting
StringSetting
Members
Constructors
Setting
Base
Link copied to clipboard
jvm
constructor
(
vararg
desc
:
Pair
<
Locale
,
String
>
)
Properties
default
Link copied to clipboard
jvm
abstract
val
default
:
V
设置的默认值。
description
Link copied to clipboard
jvm
open
override
val
description
:
Map
<
Locale
,
String
>
设置的多语言描述,由 i18n 服务管理,也同样支持自动翻译。