Package xk.xact.client.gui

Examples of xk.xact.client.gui.GuiPad


    }

    if( ID == 3 ) { // Craft Pad
      int invSlot = meta == 0 ? player.inventory.currentItem : meta - 1;
      CraftPad craftPad = new CraftPad( player.inventory.mainInventory[invSlot], player );
      return new GuiPad( craftPad, new ContainerPad( craftPad, player, invSlot ) );
    }

    if( ID == 4 ) { // Open the plan.

      // ItemStack item = player.inventory.getCurrentItem();
View Full Code Here

TOP

Related Classes of xk.xact.client.gui.GuiPad

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.