Class RealmsLongConfirmationScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsLongConfirmationScreen
- All Implemented Interfaces:
- IGuiEventListener,- INestedGuiEventHandler,- IRenderable,- IScreen
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final it.unimi.dsi.fastutil.booleans.BooleanConsumerprivate final ITextComponentprivate final ITextComponentprivate final RealmsLongConfirmationScreen.Typeprivate final booleanFields inherited from class net.minecraft.client.gui.screen.Screenbuttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGuiBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
- 
Constructor SummaryConstructorsConstructorDescriptionRealmsLongConfirmationScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232208_1_, RealmsLongConfirmationScreen.Type p_i232208_2_, ITextComponent p_i232208_3_, ITextComponent p_i232208_4_, boolean p_i232208_5_) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) Methods inherited from class net.minecraft.realms.RealmsScreennarrateLabels, row, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGuigetFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGuiblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandlerchangeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
- 
Field Details- 
type
- 
line2
- 
line3
- 
callbackprotected final it.unimi.dsi.fastutil.booleans.BooleanConsumer callback
- 
yesNoQuestionprivate final boolean yesNoQuestion
 
- 
- 
Constructor Details- 
RealmsLongConfirmationScreenpublic RealmsLongConfirmationScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_i232208_1_, RealmsLongConfirmationScreen.Type p_i232208_2_, ITextComponent p_i232208_3_, ITextComponent p_i232208_4_, boolean p_i232208_5_) 
 
- 
- 
Method Details- 
initpublic void init()
- 
keyPressedpublic boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
- keyPressedin interface- IGuiEventListener
- Specified by:
- keyPressedin interface- INestedGuiEventHandler
- Overrides:
- keyPressedin class- Screen
 
- 
render- Specified by:
- renderin interface- IRenderable
- Overrides:
- renderin class- Screen
 
 
-