Uses of Class
net.minecraft.client.option.NarratorMode
Package | Description |
---|---|
net.minecraft.client.option | |
net.minecraft.client.util |
-
Uses of NarratorMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as NarratorMode Modifier and Type Field Description NarratorMode
GameOptions. narrator
private static NarratorMode[]
NarratorMode. VALUES
Fields in net.minecraft.client.option with type parameters of type NarratorMode Modifier and Type Field Description static CyclingOption<NarratorMode>
Option. NARRATOR
Methods in net.minecraft.client.option that return NarratorMode Modifier and Type Method Description static NarratorMode
NarratorMode. byId(int id)
static NarratorMode
NarratorMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static NarratorMode[]
NarratorMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NarratorMode in net.minecraft.client.util
Methods in net.minecraft.client.util that return NarratorMode Modifier and Type Method Description private static NarratorMode
NarratorManager. getNarratorOption()
Methods in net.minecraft.client.util with parameters of type NarratorMode Modifier and Type Method Description void
NarratorManager. addToast(NarratorMode option)