Uses of Enum Class
net.minecraft.client.option.NarratorMode
-
Uses of NarratorMode in net.minecraft.client.option
Modifier and TypeFieldDescriptionprivate static final IntFunction<NarratorMode>
NarratorMode.BY_ID
private final SimpleOption<NarratorMode>
GameOptions.narrator
Modifier 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. -
Uses of NarratorMode in net.minecraft.client.util
Modifier and TypeMethodDescriptionprivate NarratorMode
NarratorManager.getNarratorMode()
Returns the current narrator mode of the client.Modifier and TypeMethodDescriptionvoid
NarratorManager.onModeChange
(NarratorMode mode) Narrates a message informing the user about a changed narration mode and displays it in a toast.