Uses of Enum Class
net.minecraft.client.option.NarratorMode
Packages that use NarratorMode
Package
Description
-
Uses of NarratorMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type NarratorModeModifier and TypeFieldDescriptionprotected @Nullable CyclingButtonWidget
<NarratorMode> Screen.narratorToggleButton
-
Uses of NarratorMode in net.minecraft.client.option
Fields in net.minecraft.client.option with type parameters of type NarratorModeModifier and TypeFieldDescriptionprivate static final IntFunction
<NarratorMode> NarratorMode.BY_ID
private final SimpleOption
<NarratorMode> GameOptions.narrator
Methods in net.minecraft.client.option that return NarratorModeModifier and TypeMethodDescriptionstatic NarratorMode
NarratorMode.byId
(int id) Returns the narrator mode matching the specified ID with wraparound.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.Methods in net.minecraft.client.option that return types with arguments of type NarratorMode -
Uses of NarratorMode in net.minecraft.client.util
Methods in net.minecraft.client.util that return NarratorModeModifier and TypeMethodDescriptionprivate NarratorMode
NarratorManager.getNarratorMode()
Returns the current narrator mode of the client.Methods in net.minecraft.client.util with parameters of type NarratorModeModifier and TypeMethodDescriptionvoid
NarratorManager.onModeChange
(NarratorMode mode) Narrates a message informing the user about a changed narration mode and displays it in a toast.