mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.data
/
CharValue
Char
Value
@
ConsoleExperimentalApi
interface
CharValue
:
PrimitiveValue
<
Char
>
Content copied to clipboard
表示一个不可空
Char
.
Functions
Properties
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Char
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Char
)
Content copied to clipboard
Properties
value
Link copied to clipboard
@get:
JvmName
(
name
=
"get"
)
@set:
JvmName
(
name
=
"set"
)
abstract
var
value
:
Char
Content copied to clipboard