Package-level declarations

Types

Link copied to clipboard
interface BlockEditor
Link copied to clipboard
interface ChunkEditor
Link copied to clipboard
interface PlayerEditor
Link copied to clipboard
Link copied to clipboard
annotation class WorldDsl
Link copied to clipboard
interface WorldEditor

Functions

Link copied to clipboard
fun Chunk.edit(action: ChunkEditor.() -> Unit)

チャンクの設定をDSLで編集します。

fun World.edit(action: WorldEditor.() -> Unit)

ワールドの設定をDSLで編集します。

fun Player.edit(action: PlayerEditor.() -> Unit)

プレイヤーの設定をDSLで編集します。

Link copied to clipboard
fun World.time(time: Long)

時刻をDSLで設定します。

Link copied to clipboard
fun World.weather(type: WeatherType)

天気をDSLで設定します。