net.minecraft.client.gui.screen

public class GraphicsWarningScreen

extends Screen

All mapped superinterfaces:

ParentElement, Element, Navigable, Drawable

net.minecraft.client.gui.screens.options.UnsupportedGraphicsWarningScreen
net.minecraft.class_5405
net.minecraft.client.gui.screen.GraphicsWarningScreen

Field summary

Modifier and TypeField
private static final int
BUTTON_PADDING
field_32260
BUTTON_PADDING
private static final int
BUTTON_MARGIN
field_32261
BUTTON_MARGIN
private static final int
BUTTON_HEIGHT
field_32262
BUTTON_HEIGHT
private final Text
narrationMessage
field_33811
narrationMessage
private final List<Text>
message
field_25675
message
private final com.google.common.collect.ImmutableList<GraphicsWarningScreen$ChoiceButton>
buttonOptions
field_25676
choiceButtons
private MultilineText
messageLines
field_25677
lines
private int
contentTop
field_25678
linesY
private int
buttonWidth
field_25679
buttonWidth

Constructor summary

ModifierConstructor
protected (Text title, List<Text> messages, com.google.common.collect.ImmutableList<GraphicsWarningScreen$ChoiceButton> choiceButtons)

Method summary

Modifier and TypeMethod
public Text
getNarrationMessage()
method_25435()
getNarratedTitle()
public void
init()
method_25426()
init()
public void
extractRenderState(GuiGraphicsExtractor graphics, int mouseX, int mouseY, float a)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
public boolean
shouldCloseOnEsc()
method_25422()
shouldCloseOnEsc()