Uses of Enum Class
net.minecraft.client.option.NarratorMode
Packages that use NarratorMode
-
Uses of NarratorMode in net.minecraft.client.option
Fields in net.minecraft.client.option declared as NarratorModeModifier and TypeFieldDescriptionGameOptions.narrator
private static final NarratorMode[]
NarratorMode.VALUES
Fields in net.minecraft.client.option with type parameters of type NarratorModeMethods in net.minecraft.client.option that return NarratorModeModifier 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
Methods in net.minecraft.client.util that return NarratorModeModifier and TypeMethodDescriptionprivate static NarratorMode
NarratorManager.getNarratorOption()
Methods in net.minecraft.client.util with parameters of type NarratorMode