DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
world
/
com.peco2282.devcore.world
/
ChunkEditor
Chunk
Editor
interface
ChunkEditor
Members
Properties
chunk
Link copied to clipboard
abstract
val
chunk
:
Chunk
Functions
fill
Link copied to clipboard
abstract
fun
fill
(
material
:
Material
)
チャンク内のすべてのブロックを置換します。
refresh
Link copied to clipboard
abstract
fun
refresh
(
)
チャンクを再生成します。
replace
Link copied to clipboard
abstract
fun
replace
(
from
:
Material
,
to
:
Material
)
特定の条件に一致するブロックを置換します。