Package logisticspipes.gui

Examples of logisticspipes.gui.ItemAmountSignCreationGui


 
  @Override
  public Object getClientGui(EntityPlayer player) {
    LogisticsTileGenericPipe pipe = this.getPipe(player.getEntityWorld());
    if(pipe == null || !(pipe.pipe instanceof CoreRoutedPipe)) return null;
    return new ItemAmountSignCreationGui(player, (CoreRoutedPipe) pipe.pipe, dir);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.gui.ItemAmountSignCreationGui

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.