Package logisticspipes.proxy.cc.wrapper

Examples of logisticspipes.proxy.cc.wrapper.LPPeripheralTilePipeWrapper


        return (IPeripheral)tile;
      }
    }
    if(tile instanceof LogisticsTileGenericPipe) {
      if(((LogisticsTileGenericPipe)tile).pipe == null) return null;
      return new LPPeripheralTilePipeWrapper((LogisticsTileGenericPipe)tile, ForgeDirection.VALID_DIRECTIONS[side]);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of logisticspipes.proxy.cc.wrapper.LPPeripheralTilePipeWrapper

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.