toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot.utils.item
/
StreamItems
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
new
Effected
Instance
Link copied to clipboard
@
JvmStatic
fun
<
T
>
newEffectedInstance
(
streamFactory
:
(
)
->
Stream
<
T
>
)
:
Items
<
T
>
通过最基本的构建函数创建一个以
Stream
为目标的
Items
实例。
new
Instance
Link copied to clipboard
@
JvmStatic
fun
<
T
>
newInstance
(
streamFactory
:
(
Items.PreprocessingProperties
)
->
Stream
<
T
>
)
:
Items
<
T
>
通过最基本的
构建函数
创建一个以
Stream
为目标的
Items
实例。