Class OptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.OptionsScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class OptionsScreen extends Screen
- Mappings:
Namespace Name official duv
intermediary net/minecraft/class_429
named net/minecraft/client/gui/screen/option/OptionsScreen
-
Field Summary
Fields Modifier and Type Field Description private CyclingButtonWidget<Difficulty>
difficultyButton
private LockButtonWidget
lockDifficultyButton
private static Option[]
OPTIONS
private Screen
parent
private GameOptions
settings
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description OptionsScreen(Screen parent, GameOptions gameOptions)
-
Method Summary
Modifier and Type Method Description protected void
init()
Called when a screen should be initialized.private void
lockDifficulty(boolean difficultyLocked)
private void
refreshResourcePacks(ResourcePackManager resourcePackManager)
void
removed()
void
render(MatrixStack matrices, int mouseX, int mouseY, float delta)
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
OPTIONS
- Mappings:
Namespace Name Mixin selector official a
Lduv;a:[Ldqn;
intermediary field_2504
Lnet/minecraft/class_429;field_2504:[Lnet/minecraft/class_316;
named OPTIONS
Lnet/minecraft/client/gui/screen/option/OptionsScreen;OPTIONS:[Lnet/minecraft/client/option/Option;
-
parent
- Mappings:
Namespace Name Mixin selector official b
Lduv;b:Ldve;
intermediary field_2501
Lnet/minecraft/class_429;field_2501:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/gui/screen/option/OptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
settings
- Mappings:
Namespace Name Mixin selector official c
Lduv;c:Ldqo;
intermediary field_2502
Lnet/minecraft/class_429;field_2502:Lnet/minecraft/class_315;
named settings
Lnet/minecraft/client/gui/screen/option/OptionsScreen;settings:Lnet/minecraft/client/option/GameOptions;
-
difficultyButton
- Mappings:
Namespace Name Mixin selector official p
Lduv;p:Ldsa;
intermediary field_2500
Lnet/minecraft/class_429;field_2500:Lnet/minecraft/class_5676;
named difficultyButton
Lnet/minecraft/client/gui/screen/option/OptionsScreen;difficultyButton:Lnet/minecraft/client/gui/widget/CyclingButtonWidget;
-
lockDifficultyButton
- Mappings:
Namespace Name Mixin selector official q
Lduv;q:Ldsf;
intermediary field_2503
Lnet/minecraft/class_429;field_2503:Lnet/minecraft/class_347;
named lockDifficultyButton
Lnet/minecraft/client/gui/screen/option/OptionsScreen;lockDifficultyButton:Lnet/minecraft/client/gui/widget/LockButtonWidget;
-
-
Constructor Details
-
OptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lduv;<init>(Ldve;Ldqo;)V
intermediary <init>
Lnet/minecraft/class_429;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)V
named <init>
Lnet/minecraft/client/gui/screen/option/OptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
refreshResourcePacks
- Mappings:
Namespace Name Mixin selector official a
Lduv;a(Lacm;)V
intermediary method_29975
Lnet/minecraft/class_429;method_29975(Lnet/minecraft/class_3283;)V
named refreshResourcePacks
Lnet/minecraft/client/gui/screen/option/OptionsScreen;refreshResourcePacks(Lnet/minecraft/resource/ResourcePackManager;)V
-
lockDifficulty
private void lockDifficulty(boolean difficultyLocked)- Mappings:
Namespace Name Mixin selector official c
Lduv;c(Z)V
intermediary method_20374
Lnet/minecraft/class_429;method_20374(Z)V
named lockDifficulty
Lnet/minecraft/client/gui/screen/option/OptionsScreen;lockDifficulty(Z)V
-
removed
public void removed() -
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Ldsq;a(Ldlr;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-