summaryrefslogtreecommitdiffstats
path: root/src/test/java/org/bukkit/DyeColorsTest.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.12-pre2md_52017-05-14-2/+1
|
* Update to Minecraft 1.8Thinkofdeath2014-11-28-2/+3
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-1/+1
|
* 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