Examples of LPPeripheralTilePipeWrapper


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
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.