Class RealmsPendingInvitesScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsPendingInvitesScreen
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) class(package private) classNested classes/interfaces inherited from class net.minecraft.client.gui.screens.ScreenScreen.NarratableSearchResult
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static final ResourceLocation(package private) static final Component(package private) static final ResourceLocationprivate Buttonprivate final Screenprivate static final org.slf4j.Loggerprivate static final Component(package private) RealmsPendingInvitesScreen.PendingInvitationSelectionListprivate final CompletableFuture<List<PendingInvite>>(package private) static final ResourceLocation(package private) static final Component(package private) static final ResourceLocationprivate Button(package private) int(package private) ComponentFields inherited from class net.minecraft.realms.RealmsScreenCOLOR_BRIGHT_YELLOW, COLOR_DARK_GRAY, COLOR_GREEN, COLOR_INFO, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, COLOR_RED_FADE, COLOR_YELLOW, EXPIRATION_NOTIFICATION_DAYS, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHTFields inherited from class net.minecraft.client.gui.screens.ScreenBACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription(package private) voidhandleInvitation(int p_297271_, boolean p_297359_) voidinit()voidonClose()voidrender(GuiGraphics p_282787_, int p_88900_, int p_88901_, float p_88902_) private booleanshouldAcceptAndRejectButtonBeVisible(int p_88963_) (package private) voidMethods inherited from class net.minecraft.realms.RealmsScreenaddLabel, createLabelNarration, rowMethods inherited from class net.minecraft.client.gui.screens.Screenadded, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderDirtBackground, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlergetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
ACCEPT_HIGHLIGHTED_SPRITE
- 
ACCEPT_SPRITE
- 
REJECT_HIGHLIGHTED_SPRITE
- 
REJECT_SPRITE
- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
NO_PENDING_INVITES_TEXT
- 
ACCEPT_INVITE
- 
REJECT_INVITE
- 
lastScreen
- 
pendingInvites
- 
toolTip
- 
pendingInvitationSelectionListRealmsPendingInvitesScreen.PendingInvitationSelectionList pendingInvitationSelectionList
- 
selectedInviteint selectedInvite
- 
acceptButton
- 
rejectButton
 
- 
- 
Constructor Details- 
RealmsPendingInvitesScreen
 
- 
- 
Method Details- 
initpublic void init()
- 
onClosepublic void onClose()
- 
handleInvitationvoid handleInvitation(int p_297271_, boolean p_297359_) 
- 
render- Specified by:
- renderin interface- Renderable
- Overrides:
- renderin class- Screen
 
- 
updateButtonStatesvoid updateButtonStates()
- 
shouldAcceptAndRejectButtonBeVisibleprivate boolean shouldAcceptAndRejectButtonBeVisible(int p_88963_) 
 
-