Examples of func_151536_b()


Examples of net.minecraft.world.gen.FlatLayerInfo.func_151536_b()

    generator = new OreClusterGenerator();

    FlatLayerInfo flatlayerinfo = new FlatLayerInfo(256, Blocks.bedrock);

    for (int j = flatlayerinfo.getMinY(); j < flatlayerinfo.getMinY() + flatlayerinfo.getLayerCount(); ++j) {
      this.cachedBlockIDs[j] = (byte) (Block.getIdFromBlock(flatlayerinfo.func_151536_b()) & 255);
      this.cachedBlockMetadata[j] = (byte) flatlayerinfo.getFillBlockMeta();
    }

  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.