TileEntityIronFurnace.java 文件源码

java
阅读 25 收藏 0 点赞 0 评论 0

项目:morefurnaces 作者:
@Override
public boolean receiveClientEvent(int i, int j)
{
    if (world != null && !world.isRemote) return true;
    if (i == 1)
    {
        facing = (byte) j;
        return true;
    } else if (i == 2)
    {
        isActive = j == 1;
        if (world != null)
            world.checkLightFor(EnumSkyBlock.BLOCK, pos);
        else
            updateLight = true;
        return true;
    }
    return super.receiveClientEvent(i, j);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号