ChunkEditor

interface ChunkEditor

Properties

Link copied to clipboard
abstract val chunk: Chunk

Functions

Link copied to clipboard
abstract fun fill(material: Material)

チャンク内のすべてのブロックを置換します。

Link copied to clipboard
abstract fun refresh()

チャンクを再生成します。

Link copied to clipboard
abstract fun replace(from: Material, to: Material)

特定の条件に一致するブロックを置換します。