summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/inventory
Commit message (Expand)AuthorAgeLines
* [Bleeding] Fix logic for calculating slot in Creative mode. Fixes BUKKIT-4715GJ2014-01-25-0/+4
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-222/+405
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-09-10-9/+24
* Deprecate magic valuesWesley Wolfe2013-08-28-1/+43
* Fix missing closing bracket in addEnchantment. Fixes BUKKIT-4126ST-DDT2013-08-20-1/+1
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-08-03-2/+46
* Add Horse API. Adds BUKKIT-4424h31ix2013-07-10-0/+32
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-26/+26
* Add methods to check for conflicting enchantments. Adds BUKKIT-3830GJ2013-03-25-0/+16
* Add ability to change player item in hand. Adds BUKKIT-3318Patrick Seidel2013-03-24-0/+10
* Map old wildcard recipe data to new 1.5 value. Fixes BUKKIT-3849Travis Watkins2013-03-21-0/+11
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-03-20-9/+16
* Improve javadoc in 26 files.feildmaster2013-01-22-82/+126
* Add method to get defult leather color. Adds BUKKIT-3203Wesley Wolfe2012-12-27-3/+12
* Add enchantment storage meta. Adds BUKKIT-3237Wesley Wolfe2012-12-21-0/+65
* Add FireworkEffect and respective item metas. Adds BUKKIT-3236Wesley Wolfe2012-12-21-1/+113
* Update Bukkit to Minecraft 1.4.6feildmaster2012-12-20-0/+10
* Refactor get/setChestPlate to Chestplate. Addresses BUKKIT-3189feildmaster2012-12-18-2/+2
* Clarify functionality in Inventory. Fixes BUKKIT-3097Wesley Wolfe2012-12-17-31/+46
* Add ItemMeta factory and interfaces. This adds BUKKIT-15Wesley Wolfe2012-12-17-46/+706
* Add EntityEquipment API. Adds BUKKIT-3103feildmaster2012-12-10-0/+209
* Add clear inventory API to PlayerInventory with a successful count return. Ad...EvilSeph2012-10-30-0/+11
* Update Bukkit for Minecraft 1.4(.2) changes.Travis Watkins2012-10-27-0/+18
* Update Bukkit for 1.3.1 changesfeildmaster2012-08-02-0/+4
* Javadoc updatesfeildmaster2012-06-03-12/+12
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-0/+9
* [Bleeding] Add Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-0/+20
* [Bleeding] Make InventoryView.setItem(-999, item) drop the item on the ground...Celtic Minstrel2012-03-15-0/+5
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] Added DoubleChest wrapper so that DoubleChestInventory can return ...Celtic Minstrel2012-03-15-0/+4
* [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602Wesley Wolfe2012-03-02-1/+1
* [Bleeding] Inventory framework and events. Addresses BUKKIT-856Celtic Minstrel2012-02-29-30/+363
* [Bleeding] Cleaned up unsafe casts. Addresses BUKKIT-844Wesley Wolfe2012-02-29-3/+2
* [Bleeding] Fix deserialization for unsafe enchantments. Fixes BUKKIT-793Wesley Wolfe2012-02-23-1/+1
* [Bleeding] Add ways to retrieve and delete crafting recipes and fixed some is...Celtic Minstrel2012-02-21-80/+179
* [Bleeding] Cleanup clone methods.Wesley Wolfe2012-02-20-4/+12
* [Bleeding] Fixed class cast in ItemStack deserialization. Fixes BUKKIT-777Wesley Wolfe2012-02-19-1/+1
* Allow cloning ItemStacks with unsafe enchantments. Fixes BUKKIT-621mushroomhostage2012-02-13-1/+1
* Fixed casting in ItemStack.deserialize.starrynte2012-02-03-3/+3
* Generic cleaningErik Broes2012-01-15-2/+1
* Configurations now properly support lists of serializable objects, and ItemSt...Nathan Adams2012-01-15-4/+4
* ItemStack.getMaxStackSize no longer incorrectly returns -1 when not backed by...Nathan Adams2012-01-15-0/+5
* Fixed NPE in ItemStack. Thanks jascotty2!EvilSeph2012-01-07-2/+3
* Generic cleanup of warnings, whitespace and style.Erik Broes2011-12-25-6/+32
* BREAKING: ItemStack no longer implements SerializableNathan Adams2011-12-12-2/+1
* Fixed issue adding mass enchantments to itemsNathan Adams2011-11-27-2/+2
* Added utility methods to ItemStack to allow mass adding of enchantmentsNathan Adams2011-11-27-1/+32
* Made ItemStack .equals take into account data and enchantmentsNathan Adams2011-11-27-1/+1
* Added Enchantment APINathan Adams2011-11-27-9/+116
* Added new Configuration classesDinnerbone2011-10-10-1/+37