DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
world
/
com.peco2282.devcore.world
/
edit
edit
fun
Chunk
.
edit
(
action
:
ChunkEditor
.
(
)
->
Unit
)
チャンクの設定をDSLで編集します。
fun
Player
.
edit
(
action
:
PlayerEditor
.
(
)
->
Unit
)
プレイヤーの設定をDSLで編集します。
fun
World
.
edit
(
action
:
WorldEditor
.
(
)
->
Unit
)
ワールドの設定をDSLで編集します。