Package forestry.core.gui

Examples of forestry.core.gui.GuiEscritoire$TokenSlot


        case AnalyzerGUI:
          return new GuiAnalyzer(player.inventory, (TileAnalyzer) getTileForestry(world, x, y, z));

        case NaturalistBenchGUI:
          return new GuiEscritoire(player, (TileEscritoire) getTileForestry(world, x, y, z));

        case SolderingIronGUI:
          return new GuiSolderingIron(player.inventory, new SolderingInventory());

        default:
View Full Code Here

TOP

Related Classes of forestry.core.gui.GuiEscritoire$TokenSlot

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.