Package net.minecraft.client.gui.hud
Class SubtitlesHud
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.hud.SubtitlesHud
- All Implemented Interfaces:
SoundInstanceListener
@Environment(CLIENT) public class SubtitlesHud extends DrawableHelper implements SoundInstanceListener
- Mappings:
Namespace Name official dwointermediary net/minecraft/class_359named net/minecraft/client/gui/hud/SubtitlesHud
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classSubtitlesHud.SubtitleEntry -
Field Summary
Fields Modifier and Type Field Description private MinecraftClientclientprivate booleanenabledprivate List<SubtitlesHud.SubtitleEntry>entriesprivate static longfield_32214Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description SubtitlesHud(MinecraftClient client) -
Method Summary
Modifier and Type Method Description voidonSoundPlayed(SoundInstance sound, WeightedSoundSet soundSet)voidrender(MatrixStack matrices)Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, method_35719, method_35720, setZOffset
-
Field Details
-
field_32214
private static final long field_32214- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official aLdwo;a:Jintermediary field_32214Lnet/minecraft/class_359;field_32214:Jnamed field_32214Lnet/minecraft/client/gui/hud/SubtitlesHud;field_32214:J
-
client
- Mappings:
Namespace Name Mixin selector official bLdwo;b:Ldum;intermediary field_2182Lnet/minecraft/class_359;field_2182:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/hud/SubtitlesHud;client:Lnet/minecraft/client/MinecraftClient;
-
entries
- Mappings:
Namespace Name Mixin selector official cLdwo;c:Ljava/util/List;intermediary field_2183Lnet/minecraft/class_359;field_2183:Ljava/util/List;named entriesLnet/minecraft/client/gui/hud/SubtitlesHud;entries:Ljava/util/List;
-
enabled
private boolean enabled- Mappings:
Namespace Name Mixin selector official dLdwo;d:Zintermediary field_2184Lnet/minecraft/class_359;field_2184:Znamed enabledLnet/minecraft/client/gui/hud/SubtitlesHud;enabled:Z
-
-
Constructor Details
-
SubtitlesHud
- Mappings:
Namespace Name Mixin selector official <init>Ldwo;<init>(Ldum;)Vintermediary <init>Lnet/minecraft/class_359;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/gui/hud/SubtitlesHud;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
render
- Mappings:
Namespace Name Mixin selector official aLdwo;a(Ldpi;)Vintermediary method_1957Lnet/minecraft/class_359;method_1957(Lnet/minecraft/class_4587;)Vnamed renderLnet/minecraft/client/gui/hud/SubtitlesHud;render(Lnet/minecraft/client/util/math/MatrixStack;)V
-
onSoundPlayed
- Specified by:
onSoundPlayedin interfaceSoundInstanceListener- Mappings:
Namespace Name Mixin selector official aLezt;a(Leyu;Lezv;)Vintermediary method_4884Lnet/minecraft/class_1145;method_4884(Lnet/minecraft/class_1113;Lnet/minecraft/class_1146;)Vnamed onSoundPlayedLnet/minecraft/client/sound/SoundInstanceListener;onSoundPlayed(Lnet/minecraft/client/sound/SoundInstance;Lnet/minecraft/client/sound/WeightedSoundSet;)V
-