summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/inventory/CraftMetaBook.java
Commit message (Expand)AuthorAgeLines
* Add null check before iterating over iterator.Xor Boole2014-12-28-3/+5
* SPIGOT-298: Fix book serializationThinkofdeath2014-12-27-1/+5
* SPIGOT-136, SPIGOT-267: Store pages as chat component to retain chat events u...Thinkofdeath2014-12-26-16/+35
* Ignore errors when parsing books and treat them as old booksThinkofdeath2014-12-12-1/+5
* Rewrite book handling, Fixes SPIGOT-182 and part of SPIGOT-164Thinkofdeath2014-12-11-35/+30
* Update to Minecraft 1.8Thinkofdeath2014-11-28-1/+50
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-1/+1
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-4/+3
* Improve the item meta deserialization code-styleWesley Wolfe2013-01-18-5/+0
* Various ItemMeta fixes.Wesley Wolfe2013-01-09-2/+1
* Fix discrepancies in NBT and ItemMeta. Fixes BUKKIT-3279feildmaster2012-12-27-5/+1
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-0/+272