Class RealmsBridgeScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsBridgeScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,TickableElement
@Environment(CLIENT) public class RealmsBridgeScreen extends RealmsScreen
- Mappings:
Namespace Name official ewd
intermediary net/minecraft/class_4901
named net/minecraft/client/realms/gui/screen/RealmsBridgeScreen
-
Field Summary
Fields Modifier and Type Field Description private Screen
previousScreen
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description RealmsBridgeScreen()
-
Method Summary
Modifier and Type Method Description RealmsScreen
getNotificationScreen(Screen parentScreen)
void
init()
Called when a screen should be initialized.void
switchToRealms(Screen parentScreen)
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, row, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, removed, render, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
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.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
previousScreen
- Mappings:
Namespace Name Mixin selector official a
Lewd;a:Ldve;
intermediary field_22813
Lnet/minecraft/class_4901;field_22813:Lnet/minecraft/class_437;
named previousScreen
Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;previousScreen:Lnet/minecraft/client/gui/screen/Screen;
-
-
Constructor Details
-
RealmsBridgeScreen
public RealmsBridgeScreen()
-
-
Method Details
-
switchToRealms
- Mappings:
Namespace Name Mixin selector official a
Lewd;a(Ldve;)V
intermediary method_25475
Lnet/minecraft/class_4901;method_25475(Lnet/minecraft/class_437;)V
named switchToRealms
Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;switchToRealms(Lnet/minecraft/client/gui/screen/Screen;)V
-
getNotificationScreen
- Mappings:
Namespace Name Mixin selector official b
Lewd;b(Ldve;)Lewh;
intermediary method_25476
Lnet/minecraft/class_4901;method_25476(Lnet/minecraft/class_437;)Lnet/minecraft/class_4905;
named getNotificationScreen
Lnet/minecraft/client/realms/gui/screen/RealmsBridgeScreen;getNotificationScreen(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/realms/gui/screen/RealmsScreen;
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-