summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaItem.java
Commit message (Expand)AuthorAgeLines
* Mappings Updatemd_52018-12-13-1/+1
* SPIGOT-4347: Add API to allow storing arbitrary values on ItemStacksBjarne Koll2018-12-04-1/+42
* Update to Minecraft 1.13.2md_52018-10-23-1/+1
* Don't throw error on invalid data in CraftMetaItem.Senmori2018-09-22-7/+23
* SPIGOT-1916: Attribute modifiers for ItemStacksSenmori2018-09-21-52/+298
* SPIGOT-4373: Item display colours are white by defaultmd_52018-09-16-2/+3
* SPIGOT-4292: Ignore itemstacks with invalid enchantsmd_52018-08-20-1/+1
* SPIGOT-4233: Fix some missing handled NBT tagsmd_52018-08-06-0/+2
* SPIGOT-4177: Change behaviour of item display names yet againmd_52018-07-29-2/+2
* SPIGOT-4128: Greatly improve spawn egg deserializationmd_52018-07-24-3/+3
* SPIGOT-4123: Fix display names cleared by plugins / serializationmd_52018-07-24-2/+2
* Just throw section signs into components a la Mojangmd_52018-07-23-2/+3
* SPIGOT-4100: Ignore invalid item display namesmd_52018-07-21-2/+11
* SPIGOT-4049: Books lose NBT datamd_52018-07-19-2/+2
* SPIGOT-4041: Fix regressed item namingmd_52018-07-18-2/+2
* Update to Minecraft 1.13-pre7md_52018-07-15-24/+73
* SPIGOT-3387: Prevent null enchantments in ItemMetaBlackHole2017-06-29-0/+4
* SPIGOT-3381: Save older serialized enchantsmd_52017-06-26-1/+6
* SPIGOT-3336: HideFlags will now serialize as a List rather than a Set.Jeremy Wood2017-06-23-2/+2
* Update to Minecraft 1.12-pre2md_52017-05-14-1/+3
* Skip invalid enchants in CraftMetaItemmd_52017-04-26-1/+4
* Create NBT TypeId helper classSenmori2017-04-22-7/+8
* SPIGOT-3068: API for localized item namesmd_52017-02-16-2/+32
* Recover spawn egg data from UNSPECIFIC meta.md_52017-01-02-4/+10
* SPIGOT-1592: Implement ItemMeta for Spawn EggsMatthew2016-12-06-0/+2
* Add Unbreakable to ItemMetamd_52016-11-22-2/+36
* SPIGOT-1638 / SPIGOT-1673: Rework Potions APIt00thpick12016-03-12-0/+1
* Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.Antony Riley2015-07-15-0/+1
* Serialize full skull item profile data in internal blobNathan Wolf2015-06-07-13/+12
* SPIGOT-581: Allow for unhandled nbt tags to be serialized to yamlThinkofdeath2015-04-16-25/+53
* Implement BlockStateMeta which allows creating and editting 1.8's blockEntityTagThinkofdeath2015-03-24-2/+3
* SPIGOT-586: Fix a mistake in CraftMetaItemThinkofdeath2015-02-18-1/+1
* Fix hashcode / equals / formatting.md_52015-02-15-17/+19
* API for setting/getting hideFlags. Implementation of the hideFlags to be save...md_52015-02-15-4/+77
* SPIGOT-443: Synchronize access to HANDLED_TAGS as Spigot uses it asyncBuildTools2015-01-18-21/+23
* SPIGOT-152, SPIGOT-197: Add a system to handle new tags before an api is read...Thinkofdeath2014-12-15-2/+47
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-0/+1
* Add CraftMetaTileEntity, fixes the previously broken testsThinkofdeath2014-12-07-20/+3
* Minor bug fixesThinkofdeath2014-12-07-2/+2
* Disable some tests whilst issues with them are looked intoThinkofdeath2014-12-07-1/+1
* Fix isEmpty and hashCode for CraftMetaItemThinkofdeath2014-12-07-1/+2
* Fix BlockEntityTag being stripped from itemsThinkofdeath2014-12-07-1/+18
* Make CraftMetaItem's attribute handling less strict on typesThinkofdeath2014-12-07-4/+4
* Fix CraftMetaBanner serialization.BuildTools2014-12-02-0/+1
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1/+1
* Consider repair cost when checking ItemMeta emptiness. Fixes BUKKIT-5304Wesley Wolfe2014-01-14-1/+1
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-12/+12
* Fix NBT token for attribute names. Addresses BUKKIT-4483Wesley Wolfe2013-07-28-1/+7
* Store item attributes. Addresses BUKKIT-4523Wesley Wolfe2013-07-27-1/+76
* Properly copy collection references in ItemMeta.clone(). Fixes BUKKIT-3913Wesley Wolfe2013-03-28-1/+8