Package appeng.tile.spatial

Examples of appeng.tile.spatial.TileSpatialPylon.updateStatus()


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