Skip navigation links
A B C D E G H I M N O P R S T V W Y 

A

add(Marker) - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
Not supported.
aqua(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.AQUA, then calls StringBuilder.append(String).

B

black(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.BLACK, then calls StringBuilder.append(String).
blue(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.BLUE, then calls StringBuilder.append(String).
BukkitLoggerAdapter - Class in org.slf4j.impl
A merger of SLF4J's SimpleLogger and JDK14LoggerAdapter, wired to log all messages to the enclosing Bukkit plugin.
BukkitLoggerFactory - Class in org.slf4j.impl
An implementation of ILoggerFactory which always returns BukkitLoggerAdapter instances.
BukkitLoggerFactory() - Constructor for class org.slf4j.impl.BukkitLoggerFactory
 

C

ColorMapper - Interface in info.ronjenkins.slf4bukkit
Implementations of this interface map ChatColor values to their equivalents, based on what the current Bukkit implementation supports.
ColorMapperFactory - Class in info.ronjenkins.slf4bukkit
Creates the ColorMapper instance that best suits the capabilities of the current Bukkit environment.
ColorMarker - Enum in info.ronjenkins.slf4bukkit
SLF4J markers that map to a subset of ChatColors.
ColorString - Class in info.ronjenkins.slf4bukkit
A StringBuilder-like class with a fluent API for adding content colored via ColorMarkers.
ColorString() - Constructor for class info.ronjenkins.slf4bukkit.ColorString
Constructor.
contains(Marker) - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
These markers never have references.
contains(String) - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
These markers never have references.
create() - Static method in class info.ronjenkins.slf4bukkit.ColorMapperFactory
Creates an new ColorMapper instance.

D

darkAqua(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
darkBlue(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
darkGray(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
darkGreen(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
darkRed(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.DARK_RED, then calls StringBuilder.append(String).
debug(Marker, String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(Marker, String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
debug(String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 

E

error(Marker, String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(Marker, String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
error(String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 

G

getLogger(String) - Method in class org.slf4j.impl.BukkitLoggerFactory
Return an appropriate BukkitLoggerAdapter instance by name.
getLoggerFactory() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getLoggerFactoryClassStr() - Method in class org.slf4j.impl.StaticLoggerBinder
 
getMarkerFactory() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently this method always returns an instance of BasicMarkerFactory.
getMarkerFactoryClassStr() - Method in class org.slf4j.impl.StaticMarkerBinder
Currently, this method returns the class name of BasicMarkerFactory .
getMDCA() - Method in class org.slf4j.impl.StaticMDCBinder
Currently this method always returns an instance of BasicMDCAdapter .
getMDCAdapterClassStr() - Method in class org.slf4j.impl.StaticMDCBinder
 
getName() - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
Returns the enum name of this marker.
getName() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
getSingleton() - Static method in class org.slf4j.impl.StaticLoggerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMarkerBinder
Return the singleton of this class.
getSingleton() - Static method in class org.slf4j.impl.StaticMDCBinder
Return the singleton of this class.
getValue() - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
Returns the Bukkit color object associated with this marker.
gold(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.GOLD, then calls StringBuilder.append(String).
gray(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.GRAY, then calls StringBuilder.append(String).
green(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.GREEN, then calls StringBuilder.append(String).

H

hasChildren() - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
These markers never have references.
hasReferences() - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
These markers never have references.

I

info(Marker, String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(Marker, String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info(String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
info.ronjenkins.slf4bukkit - package info.ronjenkins.slf4bukkit
 
init(boolean) - Static method in class org.slf4j.impl.BukkitLoggerAdapter
(Re)initializes all SLF4Bukkit loggers in this plugin, relying on the YAML configuration of the plugin.
isDebugEnabled() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isDebugEnabled(Marker) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isErrorEnabled() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isErrorEnabled(Marker) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isInfoEnabled() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isInfoEnabled(Marker) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isTraceEnabled() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isTraceEnabled(Marker) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isWarnEnabled() - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
isWarnEnabled(Marker) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
iterator() - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
These markers never have references.

M

map(String) - Method in interface info.ronjenkins.slf4bukkit.ColorMapper
Translates ChatColor directives to their string equivalents.

N

none(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Resets all formatting at the current position, then calls StringBuilder.append(String).

O

org.slf4j.impl - package org.slf4j.impl
 

P

pink(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
purple(String) - Method in class info.ronjenkins.slf4bukkit.ColorString

R

red(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.RED, then calls StringBuilder.append(String).
remove(Marker) - Method in enum info.ronjenkins.slf4bukkit.ColorMarker
Not supported.
REQUESTED_API_VERSION - Static variable in class org.slf4j.impl.StaticLoggerBinder
Declare the version of the SLF4J API this implementation is compiled against.

S

SINGLETON - Static variable in class org.slf4j.impl.StaticMarkerBinder
The unique instance of this class.
SINGLETON - Static variable in class org.slf4j.impl.StaticMDCBinder
The unique instance of this class.
StaticLoggerBinder - Class in org.slf4j.impl
The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder - Class in org.slf4j.impl
The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
StaticMDCBinder - Class in org.slf4j.impl
This implementation is bound to BasicMDCAdapter.

T

toString() - Method in class info.ronjenkins.slf4bukkit.ColorString
Resets all formatting at the current position, then returns the string's value.
toString(ColorMarker) - Method in class info.ronjenkins.slf4bukkit.ColorString
Appends the given color to the string sequence, then returns the string's value.
trace(Marker, String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(Marker, String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
trace(String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 

V

valueOf(String) - Static method in enum info.ronjenkins.slf4bukkit.ColorMarker
Returns the enum constant of this type with the specified name.
values() - Static method in enum info.ronjenkins.slf4bukkit.ColorMarker
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(Marker, String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(Marker, String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(Marker, String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(Marker, String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(Marker, String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(String) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(String, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(String, Object...) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(String, Object, Object) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
warn(String, Throwable) - Method in class org.slf4j.impl.BukkitLoggerAdapter
 
white(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.WHITE, then calls StringBuilder.append(String).

Y

yellow(String) - Method in class info.ronjenkins.slf4bukkit.ColorString
Sets the color to ColorMarker.YELLOW, then calls StringBuilder.append(String).
A B C D E G H I M N O P R S T V W Y 
Skip navigation links

Copyright © 2017. All rights reserved.