Package buildcraft.core

Examples of buildcraft.core.Box.reorder()


    int yMax = y + sizeY - anchorY - 1;
    int zMax = z + sizeZ - anchorZ - 1;

    Box res = new Box();
    res.initialize(xMin, yMin, zMin, xMax, yMax, zMax);
    res.reorder();

    return res;
  }

  public BptContext getContext(World world, Box box) {
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.