Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.gui.chat | |
net.minecraft.client.settings |
Modifier and Type | Field and Description |
---|---|
NarratorStatus |
GameSettings.narrator |
Modifier and Type | Method and Description |
---|---|
private static NarratorStatus |
NarratorChatListener.getNarratorStatus() |
Modifier and Type | Method and Description |
---|---|
void |
NarratorChatListener.announceMode(NarratorStatus p_216865_1_) |
Modifier and Type | Field and Description |
---|---|
private static NarratorStatus[] |
NarratorStatus.BY_ID |
Modifier and Type | Method and Description |
---|---|
static NarratorStatus |
NarratorStatus.byId(int id) |
static NarratorStatus |
NarratorStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NarratorStatus[] |
NarratorStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|