public static enum MinecraftTextStyle.Type extends java.lang.Enum<MinecraftTextStyle.Type>
| Enum Constant and Description |
|---|
COLOR |
DECORATION |
RESET |
| Modifier and Type | Method and Description |
|---|---|
static MinecraftTextStyle.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MinecraftTextStyle.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MinecraftTextStyle.Type COLOR
public static final MinecraftTextStyle.Type DECORATION
public static final MinecraftTextStyle.Type RESET
public static MinecraftTextStyle.Type[] values()
for (MinecraftTextStyle.Type c : MinecraftTextStyle.Type.values()) System.out.println(c);
public static MinecraftTextStyle.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null