@Environment(value=CLIENT) public class RealmsGenericErrorScreen extends RealmsScreen
| Modifier and Type | Field and Description |
|---|---|
private Text |
line1 |
private Text |
line2 |
private Screen |
parent |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
RealmsGenericErrorScreen(RealmsServiceException realmsServiceException,
Screen parent) |
RealmsGenericErrorScreen(Text line2,
Screen parent) |
RealmsGenericErrorScreen(Text line1,
Text line2,
Screen parent) |
| Modifier and Type | Method and Description |
|---|---|
private void |
errorMessage(RealmsServiceException realmsServiceException) |
private void |
errorMessage(Text line2) |
private void |
errorMessage(Text line1,
Text line2) |
void |
init() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
narrateLabels, row, tickaddButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, method_29638, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedpublic RealmsGenericErrorScreen(RealmsServiceException realmsServiceException, Screen parent)
private void errorMessage(RealmsServiceException realmsServiceException)
private void errorMessage(Text line2)
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)