Simple Robot
Toggle table of contents
5.0.0-Preview2
common
Target filter
common
Switch theme
Search in API
Skip to content
Simple Robot
simbot-common-core
/
love.forte.simbot.common.attribute
/
AttributeMap
/
get
get
abstract
operator
fun
<
T
:
Any
>
get
(
attribute
:
Attribute
<
T
>
)
:
T
?
(
source
)
通过
attribute
得到对应的数据。
Throws
Class
Cast
Exception
如果存在对应名称但是类型不匹配的键与值。