Examples of IExternalStorageHandler


Examples of appeng.api.storage.IExternalStorageHandler

    handlerHash = newHandlerHash;
    handler = null;
    monitor = null;
    if ( target != null )
    {
      IExternalStorageHandler esh = AEApi.instance().registries().externalStorage().getHandler( target, side.getOpposite(), StorageChannel.ITEMS, mySrc );
      if ( esh != null )
      {
        IMEInventory inv = esh.getInventory( target, side.getOpposite(), StorageChannel.ITEMS, mySrc );

        if ( inv instanceof MEMonitorIInventory )
        {
          MEMonitorIInventory h = (MEMonitorIInventory) inv;
          h.mode = (StorageFilter) getConfigManager().getSetting( Settings.STORAGE_FILTER );
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.