public enum BukkitColorMarker extends Enum<BukkitColorMarker> implements org.slf4j.Marker
ChatColors. These markers never contain any
references (other markers).| Enum Constant and Description |
|---|
AQUA |
BLACK |
BLUE |
BOLD |
DARK_AQUA |
DARK_BLUE |
DARK_GRAY |
DARK_GREEN |
DARK_PURPLE |
DARK_RED |
GOLD |
GRAY |
GREEN |
ITALIC |
LIGHT_PURPLE |
MAGIC |
RED |
RESET |
STRIKETHROUGH |
UNDERLINE |
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 BukkitColorMarker |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BukkitColorMarker[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfpublic static final BukkitColorMarker AQUA
public static final BukkitColorMarker BLACK
public static final BukkitColorMarker BLUE
public static final BukkitColorMarker BOLD
public static final BukkitColorMarker DARK_AQUA
public static final BukkitColorMarker DARK_BLUE
public static final BukkitColorMarker DARK_GRAY
public static final BukkitColorMarker DARK_GREEN
public static final BukkitColorMarker DARK_PURPLE
public static final BukkitColorMarker DARK_RED
public static final BukkitColorMarker GOLD
public static final BukkitColorMarker GRAY
public static final BukkitColorMarker GREEN
public static final BukkitColorMarker ITALIC
public static final BukkitColorMarker LIGHT_PURPLE
public static final BukkitColorMarker MAGIC
public static final BukkitColorMarker RED
public static final BukkitColorMarker RESET
public static final BukkitColorMarker STRIKETHROUGH
public static final BukkitColorMarker UNDERLINE
public static final BukkitColorMarker WHITE
public static final BukkitColorMarker YELLOW
public static BukkitColorMarker[] values()
for (BukkitColorMarker c : BukkitColorMarker.values()) System.out.println(c);
public static BukkitColorMarker 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 © 2016. All rights reserved.