mirai
2.13.4
mirai-console
/
net.mamoe.mirai.console.data
/
PrimitiveIntSetValue
Primitive
Int
Set
Value
@
ConsoleExperimentalApi
interface
PrimitiveIntSetValue
:
PrimitiveSetValue
<
Int
>
Content copied to clipboard
Functions
Properties
Functions
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
Set
<
Int
>
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
Set
<
Int
>
)
Content copied to clipboard
Properties
value
Link copied to clipboard
@get:
JvmName
(
name
=
"get"
)
@set:
JvmName
(
name
=
"set"
)
abstract
var
value
:
Set
<
Int
>
Content copied to clipboard