Examples of GuiBackpackT2


Examples of forestry.storage.gui.GuiBackpackT2

    case BackpackT2GUI:
      equipped = getBackpackItem(player);
      if (equipped == null)
        return null;
      return new GuiBackpackT2(new ContainerBackpack(player, new ItemInventory(ItemBackpack.class, Defaults.SLOTS_BACKPACK_T2, equipped)));

    case LepidopteristBackpackGUI:
      equipped = getBackpackItem(player);
      if (equipped == null)
        return null;
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.