summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/inventory
Commit message (Expand)AuthorAgeLines
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-152/+1853
* ItemStack.asBukkitStack(null) should return Air. Fixes BUKKIT-3170feildmaster2012-12-15-0/+3
* Fix EntityEquipment positions being reversed. Fixes BUKKIT-3157deathmarine2012-12-12-6/+6
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-1/+184
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-4/+4
* Change ItemFrame to actually provide a defensive copy. Fixes BUKKIT-2784Wesley Wolfe2012-11-01-0/+13
* Add inventory and slot types for new containers. Fixes BUKKIT-2741Travis Watkins2012-10-31-0/+22
* Expose API for clearing a player's inventory with a successful countEvilSeph2012-10-30-0/+27
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-0/+29
* Bulk pending cleanup.Wesley Wolfe2012-09-09-12/+13
* Use correct SlotType's for merchants. Fixes BUKKIT-2257feildmaster2012-08-15-0/+7
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-13/+35
* [Bleeding] Fix the openInventory methods for custom inventories. Fixes BUKKIT...Celtic Minstrel2012-03-20-21/+52
* [Bleeding] Fix some return types that could lead to ArrayStoreExceptionCeltic Minstrel2012-03-20-5/+5
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-1/+16
* Reverted invalid clone. Fixes BUKKIT-1198Celtic Minstrel2012-03-16-1/+1
* [Bleeding] Allow custom inventory views to change their type to BREWING or EN...Celtic Minstrel2012-03-15-5/+24
* [Bleeding] Implemented Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-4/+19
* [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground...Celtic Minstrel2012-03-15-2/+4
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] DoubleChestInventory.getHolder() no longer returns null. Addresses...Celtic Minstrel2012-03-15-0/+6
* Fix some improper item cloning instances that would have dropped enchantmentsCeltic Minstrel2012-03-15-2/+2
* Fix losing enchants from stacked items in custom inventoriesWesley Wolfe2012-03-15-2/+2
* [Bleeding] Fixed maxStack being incorrectly set to 0 in custom craft inventor...md_52012-03-15-1/+1
* Fixed copy error in DoubleChest's inventoryTahg2012-03-05-1/+1
* [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602Wesley Wolfe2012-03-02-1/+1
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-0/+14
* Potentially fixed inventory issues. This (should) fix issue BUKKIT-860Nathan Adams2012-03-01-2/+2
* Updated to rename revision 02Erik Broes2012-03-01-12/+12
* Fix for Java 1.5Celtic Minstrel2012-02-29-3/+2
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-35/+880
* [Bleeding] Recipe API improvements and fixes. Addresses BUKKIT-738 and BUKKIT...Celtic Minstrel2012-02-21-26/+91
* [Bleeding] Cleanup clone method.Wesley Wolfe2012-02-20-1/+5
* Use createNMSItemStack on CraftingManager recipe registration. Fixes BUKKIT-602Mushroom Hostage2012-02-13-13/+3
* Reverted changes to getItem(). Will be reimplemented after RB.EvilSeph2012-01-20-1/+1
* Accounted for NMS getItem() returning null in recent commit.EvilSeph2012-01-20-1/+1
* Properly handle null and air items. Fixes BUKKIT-435 and BUKKIT-550EvilSeph2012-01-20-3/+3
* Fix formatting.Erik Broes2012-01-15-9/+9
* Additional commit to fix #BUKKIT-24Nathan Adams2012-01-14-1/+5
* CraftItemStack: Make sure this.item is not null when cloning.Andrew Ardill2011-12-29-1/+1
* Fix error when cloning enchanted ItemStacks.Andrew Ardill2011-12-20-0/+5
* fix NPE issue with CB inventoryTahg2011-12-06-0/+2
* CraftInventory.remove shouldn't care about amount (BUKKIT-138)Nathan Adams2011-12-05-2/+14
* Fixed some various CraftInventory bugs related to dropping EnchantmentsNathan Adams2011-12-04-3/+5
* Fixed rare NPEs with CraftItemStack. This fixes BUKKIT-51Nathan Adams2011-12-01-3/+5
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-16/+15
* Fixed Enchantments being lost on inventory.setItemNathan Adams2011-11-28-2/+6
* Clone item enchantments uncheckedNathan Adams2011-11-27-1/+1
* Fixed issue with enchantments reseting under certain conditionsNathan Adams2011-11-27-0/+5
* Implemented Enchantment APINathan Adams2011-11-27-0/+73