Examples of GuiIchorPouch


Examples of thaumic.tinkerer.client.gui.kami.GuiIchorPouch

      case LibGuiIDs.GUI_ID_ASPECT_ANALYZER:
        return new GuiAspectAnalyzer((TileAspectAnalyzer) tile, player.inventory);

      case LibGuiIDs.GUI_ID_ICHOR_POUCH:
        return new GuiIchorPouch(new ContainerIchorPouch(player));

      case LibGuiIDs.GUI_ID_WARP_GATE:
        return new GuiWarpGate((TileWarpGate) tile, player.inventory);

      case LibGuiIDs.GUI_ID_WARP_GATE_DESTINATIONS:
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.