Package net.minecraft.client.gui.screen
Class GPUWarningScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.GPUWarningScreen
-
- All Implemented Interfaces:
IGuiEventListener
,INestedGuiEventHandler
,IRenderable
,IScreen
public class GPUWarningScreen extends Screen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GPUWarningScreen.Option
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<GPUWarningScreen.Option>
buttonOptions
private int
buttonWidth
private int
contentTop
private ITextProperties
message
private IBidiRenderer
messageLines
-
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 Modifier Constructor Description protected
GPUWarningScreen(ITextComponent p_i241250_1_, java.util.List<ITextProperties> p_i241250_2_, com.google.common.collect.ImmutableList<GPUWarningScreen.Option> p_i241250_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getNarrationMessage()
void
init(Minecraft p_231158_1_, int p_231158_2_, int p_231158_3_)
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
boolean
shouldCloseOnEsc()
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, 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
-
message
private final ITextProperties message
-
buttonOptions
private final com.google.common.collect.ImmutableList<GPUWarningScreen.Option> buttonOptions
-
messageLines
private IBidiRenderer messageLines
-
contentTop
private int contentTop
-
buttonWidth
private int buttonWidth
-
-
Constructor Detail
-
GPUWarningScreen
protected GPUWarningScreen(ITextComponent p_i241250_1_, java.util.List<ITextProperties> p_i241250_2_, com.google.common.collect.ImmutableList<GPUWarningScreen.Option> p_i241250_3_)
-
-
Method Detail
-
getNarrationMessage
public java.lang.String getNarrationMessage()
- Overrides:
getNarrationMessage
in classScreen
-
init
public void init(Minecraft p_231158_1_, int p_231158_2_, int p_231158_3_)
-
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
-
shouldCloseOnEsc
public boolean shouldCloseOnEsc()
- Overrides:
shouldCloseOnEsc
in classScreen
-
-