public enum ColorMarker extends Enum<ColorMarker> implements org.slf4j.Marker
ChatColors. These markers never
contain any references (other markers).| Enum Constant and Description |
|---|
AQUA |
BLACK |
BLUE |
DARK_AQUA |
DARK_BLUE |
DARK_GRAY |
DARK_GREEN |
DARK_PURPLE |
DARK_RED |
GOLD |
GRAY |
GREEN |
LIGHT_PURPLE |
NONE |
RED |
WHITE |
YELLOW |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.slf4j.Marker reference)
Not supported.
|
boolean |
contains(org.slf4j.Marker other)
These markers never have references.
|
boolean |
contains(String name)
These markers never have references.
|
String |
getName()
Returns the enum name of this marker.
|
org.bukkit.ChatColor |
getValue()
Returns the Bukkit color object associated with this marker.
|
boolean |
hasChildren()
These markers never have references.
|
boolean |
hasReferences()
These markers never have references.
|
Iterator<org.slf4j.Marker> |
iterator()
These markers never have references.
|
boolean |
remove(org.slf4j.Marker reference)
Not supported.
|
static ColorMarker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorMarker AQUA
public static final ColorMarker BLACK
public static final ColorMarker BLUE
public static final ColorMarker DARK_AQUA
public static final ColorMarker DARK_BLUE
public static final ColorMarker DARK_GRAY
public static final ColorMarker DARK_GREEN
public static final ColorMarker DARK_PURPLE
public static final ColorMarker DARK_RED
public static final ColorMarker GOLD
public static final ColorMarker GRAY
public static final ColorMarker GREEN
public static final ColorMarker LIGHT_PURPLE
public static final ColorMarker NONE
public static final ColorMarker RED
public static final ColorMarker WHITE
public static final ColorMarker YELLOW
public static ColorMarker[] values()
for (ColorMarker c : ColorMarker.values()) System.out.println(c);
public static ColorMarker valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void add(org.slf4j.Marker reference)
add in interface org.slf4j.Markerreference - unused.UnsupportedOperationException - always.public boolean contains(org.slf4j.Marker other)
contains in interface org.slf4j.Markerpublic boolean contains(String name)
contains in interface org.slf4j.Markerpublic String getName()
getName in interface org.slf4j.Markerpublic org.bukkit.ChatColor getValue()
public boolean hasChildren()
hasChildren in interface org.slf4j.Markerpublic boolean hasReferences()
hasReferences in interface org.slf4j.Markerpublic Iterator<org.slf4j.Marker> iterator()
iterator in interface org.slf4j.Markerpublic boolean remove(org.slf4j.Marker reference)
remove in interface org.slf4j.Markerreference - unused.UnsupportedOperationException - always.Copyright © 2017. All rights reserved.