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 NarratorModeGameOptions. narratorprivate static NarratorMode[]NarratorMode. VALUESFields in net.minecraft.client.option with type parameters of type NarratorMode Modifier and Type Field Description static CyclingOption<NarratorMode>Option. NARRATORMethods in net.minecraft.client.option that return NarratorMode Modifier and Type Method Description static NarratorModeNarratorMode. byId(int id)static NarratorModeNarratorMode. 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 NarratorModeNarratorManager. getNarratorOption()Methods in net.minecraft.client.util with parameters of type NarratorMode Modifier and Type Method Description voidNarratorManager. addToast(NarratorMode option)