Examples of resetBlocks()


Examples of com.tommytony.war.volume.Volume.resetBlocks()

  }

  private void createSpawnVolume(Location teamSpawn) {
    Volume spawnVolume = this.spawnVolumes.get(teamSpawn);
    if (spawnVolume.isSaved()) {
      spawnVolume.resetBlocks();
    }
    int x = teamSpawn.getBlockX();
    int y = teamSpawn.getBlockY();
    int z = teamSpawn.getBlockZ();
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.