Examples of RelativeBlocks


Examples of me.daddychurchill.CityWorld.Support.RelativeBlocks

   
    // something to do?
    if (trunkHeight > 0) {
     
      // a place to work
      RelativeBlocks blocks = new RelativeBlocks(generator, chunk);

      // do the trunk
      generateTrunkBlock(blocks, x, y, z, 1, trunkHeight, trunkMaterial, trunkBlackMagicData);
 
      // and then do the leaves... maybe
View Full Code Here

Examples of me.daddychurchill.CityWorld.Support.RelativeBlocks

    // something to do?
    if (trunkHeight > 0) {

      // a place to work
      RelativeBlocks blocks = new RelativeBlocks(generator, chunk);

      // do the trunk
      generateTrunkBlock(blocks, x, y, z, trunkWidth, trunkHeight, trunkMaterial, trunkBlackMagicData);
 
      // and then do the leaves... maybe
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.