Package logisticspipes.gui

Examples of logisticspipes.gui.GuiUpgradeManager


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

TOP

Related Classes of logisticspipes.gui.GuiUpgradeManager

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.