Uses of Enum Class
net.minecraft.client.option.NarratorMode
-
Uses of NarratorMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionGameOptions.narrator
private static final NarratorMode[]
NarratorMode.VALUES
Modifier and TypeMethodDescriptionstatic NarratorMode
NarratorMode.byId
(int id) static NarratorMode
Returns the enum constant of this class with the specified name.static NarratorMode[]
NarratorMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NarratorMode in net.minecraft.client.util
Modifier and TypeMethodDescriptionprivate static NarratorMode
NarratorManager.getNarratorOption()