mirai
2.16.0
jvm
mirai-console
/
net.mamoe.mirai.console.data
/
AbstractPluginData
/
ValueNode
Value
Node
@
ConsoleExperimentalApi
data
class
ValueNode
<
T
>
(
val
valueName
:
String
,
val
value
:
Value
<
out
T
>
,
val
annotations
:
List
<
Annotation
>
,
val
updaterSerializer
:
KSerializer
<
Unit
>
)
由
track
创建, 来自一个通过
by value
初始化的属性节点.
Members
Constructors
Value
Node
Link copied to clipboard
constructor
(
valueName
:
String
,
value
:
Value
<
out
T
>
,
annotations
:
List
<
Annotation
>
,
updaterSerializer
:
KSerializer
<
Unit
>
)
Properties
annotations
Link copied to clipboard
val
annotations
:
List
<
Annotation
>
注解列表
updater
Serializer
Link copied to clipboard
val
updaterSerializer
:
KSerializer
<
Unit
>
属性值更新器
value
Link copied to clipboard
val
value
:
Value
<
out
T
>
属性值代理
value
Name
Link copied to clipboard
val
valueName
:
String
节点名称.