Package me.daddychurchill.CityWorld.Support

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


    // 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

Related Classes of me.daddychurchill.CityWorld.Support.RelativeBlocks

Copyright © 2018 www.massapicom. 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.