DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
world
/
com.peco2282.devcore.world
/
WorldEditor
/
players
players
abstract
fun
players
(
action
:
PlayerEditor
.
(
)
->
Unit
)
ワールド内のすべてのプレイヤーを編集します。
abstract
fun
players
(
filter
:
(
Player
)
->
Boolean
,
action
:
PlayerEditor
.
(
)
->
Unit
)
条件に一致するプレイヤーを編集します。