Package net.minecraft.client.gui.screen
Class SoundsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.SoundsScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official ckhintermediary net/minecraft/class_1815named net/minecraft/client/gui/screen/SoundsScreen
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprivate Stringprivate final GameOptionsprivate final ScreenFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetVolume(SoundCategory soundCategory) protected voidinit()voidvoidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_18423, method_18605, method_18607, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldPauseGame, tickMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official fLckh;f:Lckd;intermediary field_7774Lnet/minecraft/class_1815;field_7774:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/SoundsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
options
- Mappings:
Namespace Name Mixin selector official gLckh;g:Lcfw;intermediary field_7775Lnet/minecraft/class_1815;field_7775:Lnet/minecraft/class_347;named optionsLnet/minecraft/client/gui/screen/SoundsScreen;options:Lnet/minecraft/client/options/GameOptions;
-
name
- Mappings:
Namespace Name Mixin selector official aLckh;a:Ljava/lang/String;intermediary field_7773Lnet/minecraft/class_1815;field_7773:Ljava/lang/String;named nameLnet/minecraft/client/gui/screen/SoundsScreen;name:Ljava/lang/String;
-
off
- Mappings:
Namespace Name Mixin selector official hLckh;h:Ljava/lang/String;intermediary field_7776Lnet/minecraft/class_1815;field_7776:Ljava/lang/String;named offLnet/minecraft/client/gui/screen/SoundsScreen;off:Ljava/lang/String;
-
-
Constructor Details
-
SoundsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lckh;<init>(Lckd;Lcfw;)Vintermediary <init>Lnet/minecraft/class_1815;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)Vnamed <init>Lnet/minecraft/client/gui/screen/SoundsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
-
-
Method Details
-
init
protected void init() -
method_18608
public void method_18608()- Overrides:
method_18608in classScreen- Mappings:
Namespace Name Mixin selector official gLckd;g()Vintermediary method_18608Lnet/minecraft/class_388;method_18608()Vnamed method_18608Lnet/minecraft/client/gui/screen/Screen;method_18608()V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
getVolume
- Mappings:
Namespace Name Mixin selector official aLckh;a(Lwk;)Ljava/lang/String;intermediary method_6757Lnet/minecraft/class_1815;method_6757(Lnet/minecraft/class_2153;)Ljava/lang/String;named getVolumeLnet/minecraft/client/gui/screen/SoundsScreen;getVolume(Lnet/minecraft/client/sound/SoundCategory;)Ljava/lang/String;
-