Examples of GuiUpgradeManager


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