Package thaumic.tinkerer.client.gui.kami

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


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

      case LibGuiIDs.GUI_ID_WARP_GATE_DESTINATIONS:
        return new GuiWarpGateDestinations((TileWarpGate) tile);
            case LibGuiIDs.GUI_ID_REMOTE_PLACER:
                return new GuiRemotePlacer((TileRPlacer)tile,player.inventory);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of thaumic.tinkerer.client.gui.kami.GuiWarpGateDestinations

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.