Package net.minecraft.client.gui.screen
Class VideoOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.VideoOptionsScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official ckjintermediary net/minecraft/class_398named net/minecraft/client/gui/screen/VideoOptionsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OptionPairWidgetprivate final GameOptionsprivate static final GameOptions.Option[]private final Screenprotected StringFields 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 voidinit()voidbooleanmouseClicked(double double2, double double3, int int2) booleanmouseReleased(double double2, double double3, int int2) voidrender(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
method_18421, method_18424, method_18425, method_18426, mouseDraggedMethods 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
-
OPTIONS
- Mappings:
Namespace Name Mixin selector official iLckj;i:[Lcfw$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 fLckj;f:Lckd;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 aLckj;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 gLckj;g:Lcfw;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;
-
field_20330
- Mappings:
Namespace Name Mixin selector official hLckj;h:Lchi;intermediary field_20330Lnet/minecraft/class_398;field_20330:Lnet/minecraft/class_1804;named field_20330Lnet/minecraft/client/gui/screen/VideoOptionsScreen;field_20330:Lnet/minecraft/client/gui/widget/OptionPairWidget;
-
-
Constructor Details
-
VideoOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lckj;<init>(Lckd;Lcfw;)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
-
getFocused
- Specified by:
getFocusedin interfaceclass_4123- Overrides:
getFocusedin classclass_4121- Mappings:
Namespace Name Mixin selector official getFocusedLchs;getFocused()Lchr;intermediary getFocusedLnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;named getFocusedLnet/minecraft/class_4123;getFocused()Lnet/minecraft/class_4122;
-
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
-
mouseClicked
public boolean mouseClicked(double double2, double double3, int int2) - Specified by:
mouseClickedin interfaceclass_4122- Specified by:
mouseClickedin interfaceclass_4123- Overrides:
mouseClickedin classclass_4121- Mappings:
Namespace Name Mixin selector official mouseClickedLchr;mouseClicked(DDI)Zintermediary mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Znamed mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Z
-
mouseReleased
public boolean mouseReleased(double double2, double double3, int int2) - Specified by:
mouseReleasedin interfaceclass_4122- Specified by:
mouseReleasedin interfaceclass_4123- Overrides:
mouseReleasedin classclass_4121- Mappings:
Namespace Name Mixin selector official mouseReleasedLchr;mouseReleased(DDI)Zintermediary mouseReleasedLnet/minecraft/class_4122;mouseReleased(DDI)Znamed mouseReleasedLnet/minecraft/class_4122;mouseReleased(DDI)Z
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-