Package net.mcft.copy.betterstorage.misc

Examples of net.mcft.copy.betterstorage.misc.Region.expand()


    mapRegion = region;
  }
  /** Resizes the internal map region, copying the old data over. */
  private void resize() {
    Region newRegion = region.clone();
    newRegion.expand(2, 0, 2, 2, 2, 2);
    newRegion.minY /= 8;
    newRegion.maxY /= 8;
    resize(newRegion);
  }
 
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.