TITLE getBlockType
MAX_WIDTH

TEXT --{
string getBlockType(position)
string getBlockType(x, y, z)

返回方块类型，仅支持cs3中的方块

- position: 方块坐标
- x, y, z (int): 方块坐标
}--