Package net.minecraft.client.gui.screen
Class SoundsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.SoundsScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
@Environment(CLIENT) public class SoundsScreen extends Screen
- Mappings:
Namespace Name official axzintermediary net/minecraft/class_762named net/minecraft/client/gui/screen/SoundsScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classSoundsScreen.SoundButtonWidget -
Field Summary
Fields Modifier and Type Field Description protected Stringnameprivate Stringoffprivate GameOptionsoptionsprivate ScreenparentFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Constructor Description SoundsScreen(Screen parent, GameOptions options) -
Method Summary
Modifier and Type Method Description protected voidbuttonClicked(ButtonWidget button)voidinit()protected Stringmethod_2842(SoundCategory soundCategory)voidrender(int mouseX, int mouseY, float tickDelta)Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBounds, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official fLaxz;f:Laxu;intermediary field_3254Lnet/minecraft/class_762;field_3254:Lnet/minecraft/class_754;named parentLnet/minecraft/client/gui/screen/SoundsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
options
- Mappings:
Namespace Name Mixin selector official gLaxz;g:Lavh;intermediary field_3255Lnet/minecraft/class_762;field_3255:Lnet/minecraft/class_671;named optionsLnet/minecraft/client/gui/screen/SoundsScreen;options:Lnet/minecraft/client/options/GameOptions;
-
name
- Mappings:
Namespace Name Mixin selector official aLaxz;a:Ljava/lang/String;intermediary field_3253Lnet/minecraft/class_762;field_3253:Ljava/lang/String;named nameLnet/minecraft/client/gui/screen/SoundsScreen;name:Ljava/lang/String;
-
off
- Mappings:
Namespace Name Mixin selector official hLaxz;h:Ljava/lang/String;intermediary field_3256Lnet/minecraft/class_762;field_3256:Ljava/lang/String;named offLnet/minecraft/client/gui/screen/SoundsScreen;off:Ljava/lang/String;
-
-
Constructor Details
-
SoundsScreen
- Mappings:
Namespace Name Mixin selector official <init>Laxz;<init>(Laxu;Lavh;)Vintermediary <init>Lnet/minecraft/class_762;<init>(Lnet/minecraft/class_754;Lnet/minecraft/class_671;)Vnamed <init>Lnet/minecraft/client/gui/screen/SoundsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
-
-
Method Details
-
init
public void init() -
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLaxu;a(Lavs;)Vintermediary method_2787Lnet/minecraft/class_754;method_2787(Lnet/minecraft/class_685;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
method_2842
- Mappings:
Namespace Name Mixin selector official aLaxz;a(Lbpg;)Ljava/lang/String;intermediary method_2842Lnet/minecraft/class_762;method_2842(Lnet/minecraft/class_1306;)Ljava/lang/String;named method_2842Lnet/minecraft/client/gui/screen/SoundsScreen;method_2842(Lnet/minecraft/client/sound/SoundCategory;)Ljava/lang/String;
-