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 bxrintermediary net/minecraft/class_398named net/minecraft/client/gui/screen/VideoOptionsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final GameOption[]private EntryListWidgetprivate GameOptionsprivate Screenprotected StringFields 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
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidvoidinit()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, keyPressed, mouseDragged, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
field_1298
- Mappings:
Namespace Name Mixin selector official iLbxr;i:[Lbtr;intermediary field_1298Lnet/minecraft/class_398;field_1298:[Lnet/minecraft/class_350;named field_1298Lnet/minecraft/client/gui/screen/VideoOptionsScreen;field_1298:[Lnet/minecraft/client/options/GameOption;
-
parent
- Mappings:
Namespace Name Mixin selector official fLbxr;f:Lbxf;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 aLbxr;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 gLbxr;g:Lbto;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 hLbxr;h:Lbuu;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>Lbxr;<init>(Lbxf;Lbto;)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 kLbxf;k()Vintermediary method_1035Lnet/minecraft/class_388;method_1035()Vnamed handleMouseLnet/minecraft/client/gui/screen/Screen;handleMouse()V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(Lbug;)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 aLbxf;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 bLbxf;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)
-