Package universalelectricity.api.vector

Examples of universalelectricity.api.vector.Vector3.intZ()


          {
            fieldBlocks.add(new Vector3(x, y, z));
            continue;
          }

          if (!(direction == ForgeDirection.NORTH || direction == ForgeDirection.SOUTH) && (z == -negScale.intZ() || z == posScale.intZ()))
          {
            fieldBlocks.add(new Vector3(x, y, z));
            continue;
          }
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.