Examples of GuiCraftingStation


Examples of net.mcft.copy.betterstorage.client.gui.GuiCraftingStation

      return new GuiThaumiumChest(player, columns, rows, title, localized);
    else if (name.equals(Constants.containerCardboardBox))
      return new GuiBetterStorage(player, columns, rows, new InventoryWrapper(
          new InventoryCardboardBox(new ItemStack[columns * rows]), title, localized));
    else if (name.equals(Constants.containerCraftingStation))
      return new GuiCraftingStation(player, title, localized);
    else return new GuiBetterStorage(player, columns, rows, title, localized);
   
  }
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.