Class ControlsOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.options.ControlsOptionsScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official ckvintermediary net/minecraft/class_362named net/minecraft/client/gui/screen/options/ControlsOptionsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ControlsListWidgetprivate final GameOptionsprivate static final GameOptions.Option[]private final Screenprivate ButtonWidgetlongprotected 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()booleankeyPressed(int int2, int int3, int int4) booleanmouseClicked(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, method_13411, method_14502, method_18423, method_18605, method_18607, method_18608, 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, 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 hLckv;h:[Lcfw$a;intermediary field_7812Lnet/minecraft/class_362;field_7812:[Lnet/minecraft/class_347$class_350;named OPTIONSLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;OPTIONS:[Lnet/minecraft/client/options/GameOptions$Option;
-
parent
- Mappings:
Namespace Name Mixin selector official iLckv;i:Lckd;intermediary field_1084Lnet/minecraft/class_362;field_1084:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official aLckv;a:Ljava/lang/String;intermediary field_1083Lnet/minecraft/class_362;field_1083:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;title:Ljava/lang/String;
-
options
- Mappings:
Namespace Name Mixin selector official sLckv;s:Lcfw;intermediary field_1085Lnet/minecraft/class_362;field_1085:Lnet/minecraft/class_347;named optionsLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;options:Lnet/minecraft/client/options/GameOptions;
-
selectedKeyBinding
- Mappings:
Namespace Name Mixin selector official fLckv;f:Lcfp;intermediary field_7810Lnet/minecraft/class_362;field_7810:Lnet/minecraft/class_327;named selectedKeyBindingLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;selectedKeyBinding:Lnet/minecraft/client/options/KeyBinding;
-
time
public long time- Mappings:
Namespace Name Mixin selector official gLckv;g:Jintermediary field_7811Lnet/minecraft/class_362;field_7811:Jnamed timeLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;time:J
-
keyBindingListWidget
- Mappings:
Namespace Name Mixin selector official tLckv;t:Lcku;intermediary field_7813Lnet/minecraft/class_362;field_7813:Lnet/minecraft/class_1819;named keyBindingListWidgetLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;keyBindingListWidget:Lnet/minecraft/client/gui/screen/options/ControlsListWidget;
-
resetButton
- Mappings:
Namespace Name Mixin selector official uLckv;u:Lcgu;intermediary field_7814Lnet/minecraft/class_362;field_7814:Lnet/minecraft/class_356;named resetButtonLnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;resetButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
ControlsOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lckv;<init>(Lckd;Lcfw;)Vintermediary <init>Lnet/minecraft/class_362;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)Vnamed <init>Lnet/minecraft/client/gui/screen/options/ControlsOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
-
-
Method Details
-
init
protected void init() -
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
-
keyPressed
public boolean keyPressed(int int2, int int3, int int4) - Specified by:
keyPressedin interfaceclass_4122- Specified by:
keyPressedin interfaceclass_4123- Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official keyPressedLchr;keyPressed(III)Zintermediary keyPressedLnet/minecraft/class_4122;keyPressed(III)Znamed keyPressedLnet/minecraft/class_4122;keyPressed(III)Z
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-