MiniWorld Studio
Guide
Guide
MiniWorld Studio Operation Tutorial
Operation Manual
Multi-person Collaboration
Operation Mode
Resource Use
API
API
CLASS
DATA TYPE
ENUME
Official Website
Select language
Select language
English
简体中文
Search
Ctrl
K
Terrain
继承自
:
SandboxNode
描述
沙盒地形节点,允许更改或者获取某个位置的方块以及方块实例
函数
void
SetBlockAll
(
int
x,
int
y,
int
z,
int
blockid,
int
blockdata)
设置位置(x,y,z)为XXX方块,并且设置该位置的blockdata
bool
IsAirBlock
(
int
x,
int
y,
int
z)
位置在(x,y,z)的方块是否是空气方块
SandboxNode
GetBlockMaterial
(
int
x,
int
y,
int
z)
获取位置(x,y,z)的方块
SandboxNode
GetBlockNode
(
int
x,
int
y,
int
z)
获取位置(x,y,z)的方块实例
SelecterService