Class RealmsPendingInvitesScreen
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.RealmsPendingInvitesScreen
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class(package private) class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate static final ITextComponentprivate Buttonprivate final Screenprivate booleanprivate static final org.apache.logging.log4j.Loggerprivate static final ITextComponentprivate static final ResourceLocationprivate static final ITextComponentprivate Buttonprivate intprivate RealmsLabelprivate ITextComponentFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidaccept(int p_224329_1_) voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) private voidreject(int p_224321_1_) voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) protected voidrenderMousehoverTooltip(MatrixStack p_237866_1_, ITextComponent p_237866_2_, int p_237866_3_, int p_237866_4_) private booleanshouldAcceptAndRejectButtonBeVisible(int p_224316_1_) private voidprivate voidupdateList(int p_224318_1_) Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, row, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, 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.FocusableGui
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
ACCEPT_ICON_LOCATION
-
REJECT_ICON_LOCATION
-
NO_PENDING_INVITES_TEXT
-
ACCEPT_INVITE_TOOLTIP
-
REJECT_INVITE_TOOLTIP
-
lastScreen
-
toolTip
-
loaded
private boolean loaded -
pendingInvitationSelectionList
-
titleLabel
-
selectedInvite
private int selectedInvite -
acceptButton
-
rejectButton
-
-
Constructor Details
-
RealmsPendingInvitesScreen
-
-
Method Details
-
init
public void init() -
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
updateList
private void updateList(int p_224318_1_) -
reject
private void reject(int p_224321_1_) -
accept
private void accept(int p_224329_1_) -
render
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
renderMousehoverTooltip
protected void renderMousehoverTooltip(MatrixStack p_237866_1_, @Nullable ITextComponent p_237866_2_, int p_237866_3_, int p_237866_4_) -
updateButtonStates
private void updateButtonStates() -
shouldAcceptAndRejectButtonBeVisible
private boolean shouldAcceptAndRejectButtonBeVisible(int p_224316_1_)
-