Package net.minecraft.client.gui.screen
Class OptionsScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.OptionsScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class OptionsScreen extends Screen
-
-
Field Summary
Fields Modifier and Type Field Description private Difficulty
currentDifficulty
private Button
difficultyButton
private Screen
lastScreen
private LockIconButton
lockButton
private static AbstractOption[]
OPTION_SCREEN_OPTIONS
private GameSettings
options
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description OptionsScreen(Screen p_i1046_1_, GameSettings p_i1046_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private ITextComponent
getDifficultyText(Difficulty p_238630_1_)
protected void
init()
private void
lockCallback(boolean p_213050_1_)
void
onClose()
void
removed()
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
private void
updatePackList(ResourcePackList p_241584_1_)
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
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.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
OPTION_SCREEN_OPTIONS
private static final AbstractOption[] OPTION_SCREEN_OPTIONS
-
lastScreen
private final Screen lastScreen
-
options
private final GameSettings options
-
difficultyButton
private Button difficultyButton
-
lockButton
private LockIconButton lockButton
-
currentDifficulty
private Difficulty currentDifficulty
-
-
Constructor Detail
-
OptionsScreen
public OptionsScreen(Screen p_i1046_1_, GameSettings p_i1046_2_)
-
-
Method Detail
-
updatePackList
private void updatePackList(ResourcePackList p_241584_1_)
-
getDifficultyText
private ITextComponent getDifficultyText(Difficulty p_238630_1_)
-
lockCallback
private void lockCallback(boolean p_213050_1_)
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
-