13
0
geforkt von Mirrors/Paper
Paper/paper-api/src
Bukkit/Spigot bceacc47c4 Optimize ChatColor.getLastColors.
ChatColor searches from the start to the end of a string for chat format
characters but this always has to search the entire string. By starting
from the end of the string and working backwards we can stop searching once
we find a color code or a reset code as any previous formatting is wiped
out by these.

By: Travis Watkins <amaranth@ubuntu.com>
2012-05-16 18:12:48 -05:00
..
main/java/org/bukkit Optimize ChatColor.getLastColors. 2012-05-16 18:12:48 -05:00
site Add more menus to site.xml 2011-11-10 08:03:00 +00:00
test/java/org/bukkit Optimize ChatColor.getLastColors. 2012-05-16 18:12:48 -05:00