public class PokeCheckerWarningLevelScreen extends WarningScreen<PokeCheckerScreen>
guiLeft, guiTop, previousScreen
Constructor and Description |
---|
PokeCheckerWarningLevelScreen(PokeCheckerScreen previousScreen)
Initializes the warning screen.
|
Modifier and Type | Method and Description |
---|---|
protected void |
confirmAction()
Performs an action when the player confirms the action.
|
protected void |
drawWarningText(com.mojang.blaze3d.matrix.MatrixStack matrix)
Draws the warning text on the screen.
|
drawCenteredSplitText, init, isPauseScreen, mouseClicked, onClose, render
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, tick, wrapScreenError
getFocused, isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PokeCheckerWarningLevelScreen(PokeCheckerScreen previousScreen)
previousScreen
- The screen that opened the warning screen.protected void confirmAction()
WarningScreen
confirmAction
in class WarningScreen<PokeCheckerScreen>
protected void drawWarningText(com.mojang.blaze3d.matrix.MatrixStack matrix)
WarningScreen
drawWarningText
in class WarningScreen<PokeCheckerScreen>