Package net.minecraft.client.util
Class NarratorManager
java.lang.Object
net.minecraft.client.util.NarratorManager
A bridge between Minecraft and
Narrator
.- Mappings:
Namespace Name official eqn
intermediary net/minecraft/class_333
named net/minecraft/client/util/NarratorManager
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkNarratorLibrary
(boolean narratorEnabled) void
clear()
private void
debugPrintMessage
(String message) If the game is in a development environment, logs a debug message for a narrated string.void
destroy()
private NarratorMode
Returns the current narrator mode of the client.boolean
isActive()
void
Narrates system text.void
Narrates system text.void
narrateChatMessage
(Text text) Narrates a chat message.void
narrateSystemMessage
(Text text) Narrates a system message.void
onModeChange
(NarratorMode mode) Narrates a message informing the user about a changed narration mode and displays it in a toast.
-
Field Details
-
EMPTY
An empty text for narration.- Mappings:
Namespace Name Mixin selector official a
Leqn;a:Ltl;
intermediary field_18967
Lnet/minecraft/class_333;field_18967:Lnet/minecraft/class_2561;
named EMPTY
Lnet/minecraft/client/util/NarratorManager;EMPTY:Lnet/minecraft/text/Text;
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Leqn;b:Lorg/slf4j/Logger;
intermediary field_18210
Lnet/minecraft/class_333;field_18210:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/util/NarratorManager;LOGGER:Lorg/slf4j/Logger;
-
client
- Mappings:
Namespace Name Mixin selector official c
Leqn;c:Leqv;
intermediary field_39755
Lnet/minecraft/class_333;field_39755:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/util/NarratorManager;client:Lnet/minecraft/client/MinecraftClient;
-
narrator
private final com.mojang.text2speech.Narrator narrator- Mappings:
Namespace Name Mixin selector official d
Leqn;d:Lcom/mojang/text2speech/Narrator;
intermediary field_2055
Lnet/minecraft/class_333;field_2055:Lcom/mojang/text2speech/Narrator;
named narrator
Lnet/minecraft/client/util/NarratorManager;narrator:Lcom/mojang/text2speech/Narrator;
-
-
Constructor Details
-
NarratorManager
- Mappings:
Namespace Name Mixin selector official <init>
Leqn;<init>(Leqv;)V
intermediary <init>
Lnet/minecraft/class_333;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/util/NarratorManager;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
narrateChatMessage
Narrates a chat message.- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqn;a(Ltl;)V
intermediary method_44708
Lnet/minecraft/class_333;method_44708(Lnet/minecraft/class_2561;)V
named narrateChatMessage
Lnet/minecraft/client/util/NarratorManager;narrateChatMessage(Lnet/minecraft/text/Text;)V
-
narrateSystemMessage
Narrates a system message.- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leqn;b(Ltl;)V
intermediary method_47976
Lnet/minecraft/class_333;method_47976(Lnet/minecraft/class_2561;)V
named narrateSystemMessage
Lnet/minecraft/client/util/NarratorManager;narrateSystemMessage(Lnet/minecraft/text/Text;)V
-
narrate
Narrates system text.- Parameters:
text
- the text to narrate- See Also:
- Mappings:
Namespace Name Mixin selector official c
Leqn;c(Ltl;)V
intermediary method_37015
Lnet/minecraft/class_333;method_37015(Lnet/minecraft/class_2561;)V
named narrate
Lnet/minecraft/client/util/NarratorManager;narrate(Lnet/minecraft/text/Text;)V
-
narrate
Narrates system text.- Parameters:
text
- the text to narrate- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqn;a(Ljava/lang/String;)V
intermediary method_19788
Lnet/minecraft/class_333;method_19788(Ljava/lang/String;)V
named narrate
Lnet/minecraft/client/util/NarratorManager;narrate(Ljava/lang/String;)V
-
getNarratorMode
Returns the current narrator mode of the client.- Returns:
- the current narrator mode of the client
- Mappings:
Namespace Name Mixin selector official d
Leqn;d()Leqx;
intermediary method_20602
Lnet/minecraft/class_333;method_20602()Lnet/minecraft/class_4065;
named getNarratorMode
Lnet/minecraft/client/util/NarratorManager;getNarratorMode()Lnet/minecraft/client/option/NarratorMode;
-
debugPrintMessage
If the game is in a development environment, logs a debug message for a narrated string.- Parameters:
message
- the narrated message- Mappings:
Namespace Name Mixin selector official b
Leqn;b(Ljava/lang/String;)V
intermediary method_37016
Lnet/minecraft/class_333;method_37016(Ljava/lang/String;)V
named debugPrintMessage
Lnet/minecraft/client/util/NarratorManager;debugPrintMessage(Ljava/lang/String;)V
-
onModeChange
Narrates a message informing the user about a changed narration mode and displays it in a toast.- Parameters:
mode
- the new narrator mode- Mappings:
Namespace Name Mixin selector official a
Leqn;a(Leqx;)V
intermediary method_1792
Lnet/minecraft/class_333;method_1792(Lnet/minecraft/class_4065;)V
named onModeChange
Lnet/minecraft/client/util/NarratorManager;onModeChange(Lnet/minecraft/client/option/NarratorMode;)V
-
isActive
public boolean isActive()- Mappings:
Namespace Name Mixin selector official a
Leqn;a()Z
intermediary method_1791
Lnet/minecraft/class_333;method_1791()Z
named isActive
Lnet/minecraft/client/util/NarratorManager;isActive()Z
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official b
Leqn;b()V
intermediary method_1793
Lnet/minecraft/class_333;method_1793()V
named clear
Lnet/minecraft/client/util/NarratorManager;clear()V
-
destroy
public void destroy()- Mappings:
Namespace Name Mixin selector official c
Leqn;c()V
intermediary method_20371
Lnet/minecraft/class_333;method_20371()V
named destroy
Lnet/minecraft/client/util/NarratorManager;destroy()V
-
checkNarratorLibrary
public void checkNarratorLibrary(boolean narratorEnabled) - Mappings:
Namespace Name Mixin selector official a
Leqn;a(Z)V
intermediary method_52183
Lnet/minecraft/class_333;method_52183(Z)V
named checkNarratorLibrary
Lnet/minecraft/client/util/NarratorManager;checkNarratorLibrary(Z)V
-