Package appeng.tile.misc

Examples of appeng.tile.misc.TilePaint.onNeighborBlockChange()


  public void onNeighborBlockChange(World w, int x, int y, int z, Block junk)
  {
    TilePaint tp = getTileEntity( w, x, y, z );

    if ( tp != null )
      tp.onNeighborBlockChange();
  }

  @Override
  public AxisAlignedBB getCollisionBoundingBoxFromPool(World p_149668_1_, int p_149668_2_, int p_149668_3_, int p_149668_4_)
  {
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.