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
public class RealmsPendingInvitesScreen extends RealmsScreen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) class
RealmsPendingInvitesScreen.InvitationEntry
(package private) class
RealmsPendingInvitesScreen.InvitationList
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
ACCEPT_ICON_LOCATION
private static ITextComponent
ACCEPT_INVITE_TOOLTIP
private Button
acceptButton
private Screen
lastScreen
private boolean
loaded
private static org.apache.logging.log4j.Logger
LOGGER
private static ITextComponent
NO_PENDING_INVITES_TEXT
private RealmsPendingInvitesScreen.InvitationList
pendingInvitationSelectionList
private static ResourceLocation
REJECT_ICON_LOCATION
private static ITextComponent
REJECT_INVITE_TOOLTIP
private Button
rejectButton
private int
selectedInvite
private RealmsLabel
titleLabel
private ITextComponent
toolTip
-
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 Constructor Description RealmsPendingInvitesScreen(Screen p_i232211_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
accept(int p_224329_1_)
void
init()
boolean
keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)
private void
reject(int p_224321_1_)
void
render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
protected void
renderMousehoverTooltip(MatrixStack p_237866_1_, ITextComponent p_237866_2_, int p_237866_3_, int p_237866_4_)
private boolean
shouldAcceptAndRejectButtonBeVisible(int p_224316_1_)
private void
updateButtonStates()
private void
updateList(int p_224318_1_)
-
Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, row, tick
-
Methods 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, 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
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
ACCEPT_ICON_LOCATION
private static final ResourceLocation ACCEPT_ICON_LOCATION
-
REJECT_ICON_LOCATION
private static final ResourceLocation REJECT_ICON_LOCATION
-
NO_PENDING_INVITES_TEXT
private static final ITextComponent NO_PENDING_INVITES_TEXT
-
ACCEPT_INVITE_TOOLTIP
private static final ITextComponent ACCEPT_INVITE_TOOLTIP
-
REJECT_INVITE_TOOLTIP
private static final ITextComponent REJECT_INVITE_TOOLTIP
-
lastScreen
private final Screen lastScreen
-
toolTip
@Nullable private ITextComponent toolTip
-
loaded
private boolean loaded
-
pendingInvitationSelectionList
private RealmsPendingInvitesScreen.InvitationList pendingInvitationSelectionList
-
titleLabel
private RealmsLabel titleLabel
-
selectedInvite
private int selectedInvite
-
acceptButton
private Button acceptButton
-
rejectButton
private Button rejectButton
-
-
Constructor Detail
-
RealmsPendingInvitesScreen
public RealmsPendingInvitesScreen(Screen p_i232211_1_)
-
-
Method Detail
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)
- Specified by:
keyPressed
in interfaceIGuiEventListener
- Specified by:
keyPressed
in interfaceINestedGuiEventHandler
- Overrides:
keyPressed
in 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
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
-
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_)
-
-