summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/DyeColorsTest.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-1/+1
|
* Update unit test to reflect firework color fix. Fixes BUKKIT-3382Wesley Wolfe2013-01-05-1/+1
| | | | The ItemDye color-int array uses dye data values, not wool.
* Update calls to DyeColor getData and getByData. Addresses BUKKIT-2786Wesley Wolfe2013-01-05-2/+2
| | | | | These two methods are now deprecated and replaced by the strictly equivalent calls using wool data.
* Implement 1.4.6 ItemMeta. Adds BUKKIT-3236, BUKKIT-3237Wesley Wolfe2012-12-21-0/+8
| | | | | | | | | Some meta functionality is refactored into common methods. CraftItemStack uses the ItemMetaKey identifiers for enchantments. Refactored unit test to include extra functionality; initially only checking the presence of the DelegateDeserialization annotation.
* Implement ItemFactory and ItemMeta values. Adds BUKKIT-15Wesley Wolfe2012-12-17-0/+39