Simple Robot
Toggle table of contents
4.15.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-common-core
/
love.forte.simbot.common.id
/
UIntID
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
ID
Link copied to clipboard
@get:
JvmStatic
@get:
JvmName
(
name
=
"valueOf"
)
val
UInt
.
ID
:
UIntID
将一个
UInt
转化为
UIntID
。
Functions
parse
Link copied to clipboard
@
JvmStatic
fun
parse
(
value
:
String
)
:
UIntID
将一个可以表示为
UInt
的
String
转化为
UIntID
。