Package logisticspipes.gui

Examples of logisticspipes.gui.GuiFreqCardContent


        if(pipe.pipe instanceof PipeItemsSystemEntranceLogistics) {
          inv = ((PipeItemsSystemEntranceLogistics)pipe.pipe).inv;
        } else if(pipe.pipe instanceof PipeItemsSystemDestinationLogistics) {
          inv = ((PipeItemsSystemDestinationLogistics)pipe.pipe).inv;
        }
        return new GuiFreqCardContent(player, inv);

      case GuiIDs.GUI_HUD_Settings:
        return new GuiHUDSettings(player, x);
     
      case GuiIDs.GUI_Fluid_Basic_ID:
View Full Code Here

TOP

Related Classes of logisticspipes.gui.GuiFreqCardContent

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.