Examples of placeObject()


Examples of org.spout.vanilla.world.generator.theend.object.SpireObject.placeObject()

    }
    final SpireObject spire = new SpireObject();
    spire.setRandom(random);
    spire.randomize();
    if (spire.canPlaceObject(world, x, y, z)) {
      spire.placeObject(world, x, y, z);
    }
  }

  private int getHighestWorkableBlock(World w, int x, int z) {
    int y = TheEndGenerator.HEIGHT;
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.