Examples of toEast()


Examples of me.daddychurchill.CityWorld.Support.SurroundingRoads.toEast()

      }
      if (centerEast) {
        generateDoor(chunk, 11, sewerY, 10, Direction.Door.EASTBYSOUTHEAST);
        chunk.setStoneSlab(11, sewerY, 7, Direction.StoneSlab.COBBLESTONEFLIP);
        chunk.setStoneSlab(11, sewerY, 8, Direction.StoneSlab.COBBLESTONEFLIP);
      } else if (!placedPlank && roads.toEast() && chunkOdds.flipCoin()) {
        placedPlank = true;
        BlackMagic.setBlocks(chunk, 10, 11, sewerY, 6, 10, sewerPlankMaterial, sewerPlankData);
      }
     
      // populate the vaults
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.