Package net.minecraft.client.gui.screen
Class VideoOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.options.GameOptionsScreen
net.minecraft.client.gui.screen.VideoOptionsScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
@Environment(CLIENT) public class VideoOptionsScreen extends GameOptionsScreen
-
Field Summary
Fields Modifier and Type Field Description private List<StringRenderable>field_25453private static Textfield_25682private static Textfield_25683private static Textfield_25684private static Textfield_25685private static Textfield_25686private static Textfield_25687private class_5407field_25688private ButtonListWidgetlistprivate intmipmapLevelsprivate static Option[]OPTIONSFields inherited from class net.minecraft.client.gui.screen.options.GameOptionsScreen
gameOptions, parentFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description VideoOptionsScreen(Screen parent, GameOptions gameOptions) -
Method Summary
Modifier and Type Method Description protected voidinit()booleanmouseClicked(double mouseX, double mouseY, int button)booleanmouseReleased(double mouseX, double mouseY, int button)voidremoved()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, method_29638, renderBackground, renderBackground, renderBackgroundTexture, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseDragged, mouseScrolled, setInitialFocus
-
Field Details
-
field_25682
-
field_25683
-
field_25684
-
field_25685
-
field_25686
-
field_25687
-
OPTIONS
-
field_25453
-
list
-
field_25688
-
mipmapLevels
private final int mipmapLevels
-
-
Constructor Details
-
Method Details
-
init
protected void init() -
removed
public void removed()- Overrides:
removedin classGameOptionsScreen
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) -
mouseReleased
public boolean mouseReleased(double mouseX, double mouseY, int button) -
render
-