Package net.minecraft.client.gui.screen
Class VideoOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.VideoOptionsScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official blsintermediary net/minecraft/class_398named net/minecraft/client/gui/screen/VideoOptionsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate EntryListWidgetprivate final GameOptionsprivate static final GameOptions.Option[]private final Screenprotected StringFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, 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 voidbuttonClicked(ButtonWidget button) voidvoidinit()protected voidkeyPressed(char character, int code) protected voidmouseClicked(int mouseX, int mouseY, int button) protected voidmouseReleased(int mouseX, int mouseY, int button) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_14503, method_14504, mouseDragged, 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
-
OPTIONS
- Mappings:
Namespace Name Mixin selector official iLbls;i:[Lbid$a;intermediary field_1298Lnet/minecraft/class_398;field_1298:[Lnet/minecraft/class_347$class_350;named OPTIONSLnet/minecraft/client/gui/screen/VideoOptionsScreen;OPTIONS:[Lnet/minecraft/client/options/GameOptions$Option;
-
parent
- Mappings:
Namespace Name Mixin selector official fLbls;f:Lblk;intermediary field_1295Lnet/minecraft/class_398;field_1295:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/VideoOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official aLbls;a:Ljava/lang/String;intermediary field_1294Lnet/minecraft/class_398;field_1294:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/VideoOptionsScreen;title:Ljava/lang/String;
-
options
- Mappings:
Namespace Name Mixin selector official gLbls;g:Lbid;intermediary field_7784Lnet/minecraft/class_398;field_7784:Lnet/minecraft/class_347;named optionsLnet/minecraft/client/gui/screen/VideoOptionsScreen;options:Lnet/minecraft/client/options/GameOptions;
-
list
- Mappings:
Namespace Name Mixin selector official hLbls;h:Lbjm;intermediary field_7785Lnet/minecraft/class_398;field_7785:Lnet/minecraft/class_1802;named listLnet/minecraft/client/gui/screen/VideoOptionsScreen;list:Lnet/minecraft/client/gui/widget/EntryListWidget;
-
-
Constructor Details
-
VideoOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbls;<init>(Lblk;Lbid;)Vintermediary <init>Lnet/minecraft/class_398;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)Vnamed <init>Lnet/minecraft/client/gui/screen/VideoOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
-
-
Method Details
-
init
public void init() -
handleMouse
public void handleMouse()- Overrides:
handleMousein classScreen- Mappings:
Namespace Name Mixin selector official kLblk;k()Vintermediary method_1035Lnet/minecraft/class_388;method_1035()Vnamed handleMouseLnet/minecraft/client/gui/screen/Screen;handleMouse()V
-
keyPressed
protected void keyPressed(char character, int code) - Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(CI)Vintermediary method_1024Lnet/minecraft/class_388;method_1024(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(Lbja;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
mouseClicked
protected void mouseClicked(int mouseX, int mouseY, int button) - Overrides:
mouseClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(III)Vintermediary method_1026Lnet/minecraft/class_388;method_1026(III)Vnamed mouseClickedLnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
-
mouseReleased
protected void mouseReleased(int mouseX, int mouseY, int button) - Overrides:
mouseReleasedin classScreen- Mappings:
Namespace Name Mixin selector official bLblk;b(III)Vintermediary method_1032Lnet/minecraft/class_388;method_1032(III)Vnamed mouseReleasedLnet/minecraft/client/gui/screen/Screen;mouseReleased(III)V
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-