Package appeng.tile.spatial

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


  @Override
  public void onNeighborBlockChange(World w, int x, int y, int z, Block junk)
  {
    TileSpatialPylon tsp = getTileEntity( w, x, y, z );
    if ( tsp != null )
      tsp.onNeighborBlockChange();
  }

  @Override
  public int getLightValue(IBlockAccess w, int x, int y, int z)
  {
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.