手册:Block.setLightOpacity

来自Minecraft基岩版开发Wiki

语法[编辑]

Block.setLightOpacity(par1int, par2int);

参数[编辑]

参数一

int类型 方块id

参数二

int类型 不透明度

效果[编辑]

设定方块的不透明度

Template:ModPE