summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/ChatColor.java
Commit message (Expand)AuthorAgeLines
* Clean up the javadoc to pass java 8's doclintThinkofdeath2014-11-30-1/+5
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-7/+10
* Improve javadoc in 26 files.feildmaster2013-01-22-3/+3
* Optimize ChatColor.getLastColors.Travis Watkins2012-05-16-10/+12
* Fixed an index out of range error in ChatColor.getLastColorsNathan Adams2012-03-22-1/+1
* Added isFormat, isColor and getLastColors methods to ChatColorNathan Adams2012-03-22-5/+54
* Added some new ChatColors. Surprise! :DNathan Adams2012-03-22-3/+23
* [Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191rmichela2012-03-16-0/+20
* Adding/expanding documentationCeltic Minstrel2012-02-29-0/+4
* Deprecation cleanup.Erik Broes2012-02-18-21/+0
* Add some testingErik Broes2012-01-29-12/+23
* Fixed incorrect value for ChatColor.BLACK (was 1, should be 0)Nathan Adams2012-01-16-1/+1
* Added ChatColor.MAGIC, changed to char based values and deprecated old method...Nathan Adams2012-01-16-20/+59
* Fixed stripColor taking more than it should, thanks to fieldmaster for catchi...Nathan Adams2011-10-26-1/+1
* Many javadoc fixes thanks to Celtic MinstrelDinnerbone2011-09-25-1/+1
* Whitespace + general cleanupErik Broes2011-05-15-3/+5
* Added a few null pointer checks and performed minor touchups (tried improving...VictorD2011-03-05-0/+3
* Added ChatColor.stripColorDinnerbone2011-02-23-0/+10
* (Relatively) minor javadoc cleanupDinnerbone2011-02-19-0/+59
* Added Wool + DyesDinnerbone2011-01-14-0/+4
* Renamed Color -> ChatColor, and added DyeColorDinnerbone2011-01-13-0/+48