summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/inventory/CraftItemStack.java
Commit message (Expand)AuthorAgeLines
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-35/+4
* Add some missing Tile EntitiesThinkofdeath2014-12-07-7/+14
* Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-0/+13
* Add a somewhat hacky fix for plugins converting between book typesThinkofdeath2014-11-30-0/+40
* Update to Minecraft 1.8Thinkofdeath2014-11-28-18/+20
* Fix stacking for items after setting empty meta. Fixes BUKKIT-5331Wesley Wolfe2014-01-23-1/+1
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-20/+37
* Force item data to use a tag name. Fixes BUKKIT-4809feildmaster2013-10-12-4/+5
* Implement PlayerBookEditEvent. Adds BUKKIT-1995Des Herriott2013-06-10-2/+2
* Update CraftBukkit to Minecraft 1.4.7feildmaster2013-01-17-3/+3
* Return the level, not ID. Fixes BUKKIT-3326Wesley Wolfe2012-12-29-9/+12
* Fix removing enchantments causing the enchantment tag to remain.feildmaster2012-12-27-1/+2
* Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237Wesley Wolfe2012-12-21-17/+27
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-123/+250
* ItemStack.asBukkitStack(null) should return Air. Fixes BUKKIT-3170feildmaster2012-12-15-0/+3
* Change ItemFrame to actually provide a defensive copy. Fixes BUKKIT-2784Wesley Wolfe2012-11-01-0/+13
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-0/+2
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856Celtic Minstrel2012-02-29-0/+5
* [Bleeding] Cleanup clone method.Wesley Wolfe2012-02-20-1/+5
* Fix formatting.Erik Broes2012-01-15-5/+5
* 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
* 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-10/+10
* Fixed Enchantments being lost on inventory.setItemNathan Adams2011-11-28-0/+4
* 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
* Updated to the new Configuration apiNathan Adams2011-10-10-0/+2
* data improvementsTahg2011-09-26-4/+8
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-1/+1
* Fix for multi-stack addsTahg2011-02-05-4/+4
* Generic cleanup/reformat.Erik Broes2011-02-02-1/+1
* Renamed ItemStack.set/getDamage to durability, which is now a shortDinnerbone2011-01-31-8/+8
* Port to new mc-dev format.Erik Broes2011-01-30-14/+14
* Updated CraftInventory to make use of the proper generics in the Inventory in...Erik Broes2011-01-17-2/+38
* Added CraftInventory.setContents(); made CraftInventory.setItem(), CraftInven...sk89q2011-01-15-1/+2
* All inventory stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit...Dinnerbone2011-01-15-0/+89