public enum NarratorStatus extends java.lang.Enum<NarratorStatus>
| Modifier and Type | Method and Description |
|---|---|
static NarratorStatus |
byId(int id) |
java.lang.String |
func_216824_b() |
int |
func_216827_a() |
static NarratorStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NarratorStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NarratorStatus OFF
public static final NarratorStatus ALL
public static final NarratorStatus CHAT
public static final NarratorStatus SYSTEM
public static NarratorStatus[] values()
for (NarratorStatus c : NarratorStatus.values()) System.out.println(c);
public static NarratorStatus 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 nullpublic int func_216827_a()
public java.lang.String func_216824_b()
public static NarratorStatus byId(int id)