summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/inventory/ItemStack.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-4330: Improve isSimilar for legacy stacksmd_52018-08-30-1/+3
* Deprecate ItemStack durability methods in favour of ItemMeta Damageable as th...md_52018-08-25-0/+9
* SPIGOT-4253: Add way to prioritise item conversionmd_52018-08-11-1/+1
* SPIGOT-4156: Fix deserializing things with damage and metamd_52018-07-26-0/+7
* SPIGOT-4122: Fix an instance of legacy item inequalitiesmd_52018-07-24-1/+2
* SPIGOT-4028: Improve legacy ItemStack conversionmd_52018-07-18-7/+15
* Update to Minecraft 1.13-pre7md_52018-07-15-118/+47
* Fix some additional documentation typosmd_52018-01-15-1/+1
* Fix JavaDoc typo in ItemStack#getAmountmd_52016-07-24-1/+1
* SPIGOT-2499: Remove final from ItemStack hashCodemd_52016-07-07-1/+1
* SPIGOT-1325: Make ItemStack deserialization more robust.md_52015-12-06-1/+1
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-0/+8
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-18/+29
* Deprecate magic valuesWesley Wolfe2013-08-28-0/+10
* Fix missing closing bracket in addEnchantment. Fixes BUKKIT-4126ST-DDT2013-08-20-1/+1
* Pulling all pending Bukkit-JavaDoc changesEdmond Poon2013-04-02-7/+7
* Add ItemMeta factory and interfaces. This adds BUKKIT-15Wesley Wolfe2012-12-17-46/+220
* Javadoc updatesfeildmaster2012-06-03-9/+9
* [Bleeding] Made ItemStack constructors not default to an amount of 0. Fixes B...Celtic Minstrel2012-03-15-2/+2
* [Bleeding] Fixed crafting enchanted items, fixes BUKKIT-602Wesley Wolfe2012-03-02-1/+1
* [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-0/+10
* [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
* 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-5/+6
* 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
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-1/+1
* Whitespace + general cleanupErik Broes2011-05-15-15/+17
* Added dispenser event.sk89q2011-05-08-0/+5
* Updated README for line-ending demands, also fixed line-endigs.Erik Broes2011-04-25-204/+204
* Fixed getData() not returning the correct values.EvilSeph2011-04-25-0/+4
* Added a few null pointer checks and performed minor touchups (tried improving...VictorD2011-03-05-5/+13
* Renamed ItemStack.set/getDamage to durability, which is now a short. Added Ma...Dinnerbone2011-01-31-24/+16
* fixed storage of data fieldTahg2011-01-17-1/+4
* Updated Inventory with proper generics, fixed ItemStack to have data as 'Byte...Erik Broes2011-01-17-4/+4
* All inventory stuff in org.bukkit moved to org.bukkit.inventoryDinnerbone2011-01-15-0/+197