Package appeng.api.implementations.tiles

Examples of appeng.api.implementations.tiles.ITileStorageMonitorable


        return new VoidFluidInventory( (TileCondenser) te );
    }

    if ( te instanceof ITileStorageMonitorable )
    {
      ITileStorageMonitorable iface = (ITileStorageMonitorable) te;
      IStorageMonitorable sm = iface.getMonitorable( d, src );

      if ( channel == StorageChannel.ITEMS && sm != null )
      {
        IMEInventory<IAEItemStack> ii = sm.getItemInventory();
        if ( ii != null )
View Full Code Here

TOP

Related Classes of appeng.api.implementations.tiles.ITileStorageMonitorable

Copyright © 2018 www.massapicom. 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.