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