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
-
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>entriesFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_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 matrixStack)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, setZOffset
-
Field Details
-
Constructor Details
-
Method Details
-
render
-
onSoundPlayed
- Specified by:
onSoundPlayedin interfaceSoundInstanceListener
-