Package appeng.tile.crafting

Examples of appeng.tile.crafting.TileCraftingTile.updateStatus()


      for (int y = min.y; y <= max.y; y++)
      {
        for (int z = min.z; z <= max.z; z++)
        {
          TileCraftingTile te = (TileCraftingTile) w.getTileEntity( x, y, z );
          te.updateStatus( c );
          c.addTile( te );
        }
      }
    }
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.