Package mekanism.api

Examples of mekanism.api.Coord4D.step()


    height = 1;
    Coord4D baseBlock = Coord4D.get(this);
   
    while(baseBlock.getFromSide(ForgeDirection.DOWN).getTileEntity(worldObj) instanceof TileEntitySalinationTank)
    {
      baseBlock.step(ForgeDirection.DOWN);
      height++;
    }

    ForgeDirection left = MekanismUtils.getLeft(facing);
    ForgeDirection right = MekanismUtils.getRight(facing);
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.