TITLE getNameFromStackForced
MAX_WIDTH

TEXT --{
TileEntity getTile(int x,int y,int z)
TileEntity getTile(position)

-x,y,z:坐标参数
-position

用法实例:    world.getTile(x,y,z)
}--