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.narratorprivate static NarratorMode[]NarratorMode.VALUESFields in net.minecraft.client.option with type parameters of type NarratorModeMethods in net.minecraft.client.option that return NarratorModeModifier and TypeMethodDescriptionstatic NarratorModeNarratorMode.byId(int id)static NarratorModeReturns 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 NarratorModeNarratorManager.getNarratorOption()Methods in net.minecraft.client.util with parameters of type NarratorMode