@Environment(value=CLIENT) public class RealmsPendingInvitesScreen extends RealmsScreen
Modifier and Type | Class and Description |
---|---|
(package private) class |
RealmsPendingInvitesScreen.PendingInvitationSelectionList |
(package private) class |
RealmsPendingInvitesScreen.PendingInvitationSelectionListEntry |
Modifier and Type | Field and Description |
---|---|
private static Identifier |
ACCEPT_ICON |
private ButtonWidget |
acceptButton |
private static Text |
field_26493 |
private static Text |
field_26494 |
private static Text |
field_26495 |
private boolean |
loaded |
private static Logger |
LOGGER |
private Screen |
parent |
private RealmsPendingInvitesScreen.PendingInvitationSelectionList |
pendingInvitationSelectionList |
private static Identifier |
REJECT_ICON |
private ButtonWidget |
rejectButton |
private int |
selectedInvite |
private RealmsLabel |
titleLabel |
private Text |
toolTip |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
RealmsPendingInvitesScreen(Screen parent) |
Modifier and Type | Method and Description |
---|---|
private void |
accept(int slot) |
void |
init()
Called when a screen should be initialized.
|
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers)
Callback for when a key down event has been captured.
|
private void |
reject(int slot) |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
protected void |
renderMousehoverTooltip(MatrixStack matrixStack,
Text text,
int int2,
int int3) |
private boolean |
shouldAcceptAndRejectButtonBeVisible(int invite) |
private void |
updateButtonStates() |
private void |
updateList(int slot) |
narrateLabels, row, tick
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
getFocused, isDragging, setDragging, setFocused
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
mouseMoved
private static final Logger LOGGER
private static final Identifier ACCEPT_ICON
private static final Identifier REJECT_ICON
private static final Text field_26493
private static final Text field_26494
private static final Text field_26495
private final Screen parent
private boolean loaded
private RealmsPendingInvitesScreen.PendingInvitationSelectionList pendingInvitationSelectionList
private RealmsLabel titleLabel
private int selectedInvite
private ButtonWidget acceptButton
private ButtonWidget rejectButton
public RealmsPendingInvitesScreen(Screen parent)
public void init()
This method is called when this screen is opened
or resized.
public boolean keyPressed(int keyCode, int scanCode, int modifiers)
GLFW
class.keyPressed
in interface Element
keyPressed
in interface ParentElement
keyPressed
in class Screen
keyCode
- the named key code of the event as described in the GLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)true
to indicate that the event handling is successful/validKeyboard.onKey(long, int, int, int, int)
,
GLFW.GLFW_KEY_Q
,
GLFWKeyCallbackI.invoke(long, int, int, int, int)
private void updateList(int slot)
private void reject(int slot)
private void accept(int slot)
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
protected void renderMousehoverTooltip(MatrixStack matrixStack, @Nullable Text text, int int2, int int3)
private void updateButtonStates()
private boolean shouldAcceptAndRejectButtonBeVisible(int invite)