Examples of GuiHUDSettings


Examples of logisticspipes.gui.hud.GuiHUDSettings

          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:
        if(pipe == null || pipe.pipe == null || !((pipe.pipe instanceof PipeFluidBasic))) return null;
        return new GuiFluidBasic(player, ((PipeFluidBasic)pipe.pipe).filterInv);
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.