Examples of GuiAnalyzer


Examples of forestry.core.gui.GuiAnalyzer

    if (cleanId < GuiId.values().length)
      switch (GuiId.values()[cleanId]) {

        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:
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.