ColorMarker.AQUA, then calls
StringBuilder.append(String).ColorMarker.BLACK, then calls
StringBuilder.append(String).ColorMarker.BLUE, then calls
StringBuilder.append(String).SimpleLogger and JDK14LoggerAdapter,
wired to log all messages to the enclosing Bukkit plugin.ILoggerFactory which always returns
BukkitLoggerAdapter instances.ChatColor values to their
equivalents, based on what the current Bukkit implementation supports.ColorMapper instance that best suits the capabilities of
the current Bukkit environment.ChatColors.StringBuilder-like class with a fluent API for adding content
colored via ColorMarkers.ColorMapper instance.ColorMarker.DARK_AQUA, then calls
StringBuilder.append(String).ColorMarker.DARK_BLUE, then calls
StringBuilder.append(String).ColorMarker.DARK_GRAY, then calls
StringBuilder.append(String).ColorMarker.DARK_GREEN, then calls
StringBuilder.append(String).ColorMarker.DARK_RED, then calls
StringBuilder.append(String).BukkitLoggerAdapter instance by name.BasicMarkerFactory.BasicMarkerFactory
.BasicMDCAdapter
.ColorMarker.GOLD, then calls
StringBuilder.append(String).ColorMarker.GRAY, then calls
StringBuilder.append(String).ColorMarker.GREEN, then calls
StringBuilder.append(String).ChatColor directives to their string equivalents.StringBuilder.append(String).ColorMarker.LIGHT_PURPLE, then calls
StringBuilder.append(String).ColorMarker.DARK_PURPLE, then calls
StringBuilder.append(String).ColorMarker.RED, then calls
StringBuilder.append(String).LoggerFactory class with an actual instance of
ILoggerFactory is performed using information returned by this class.MarkerFactory class with an actual instance of
IMarkerFactory is performed using information returned by this class.BasicMDCAdapter.ColorMarker.WHITE, then calls
StringBuilder.append(String).ColorMarker.YELLOW, then calls
StringBuilder.append(String).Copyright © 2017. All rights reserved.