Package net.minecraft.realms
Class RealmsBridge
java.lang.Object
net.minecraft.realms.RealmsScreen
net.minecraft.realms.RealmsBridge
@Environment(CLIENT) public class RealmsBridge extends RealmsScreen
- Mappings:
Namespace Name official net/minecraft/realms/RealmsBridgeintermediary net/minecraft/realms/RealmsBridgenamed net/minecraft/realms/RealmsBridge
-
Field Summary
Fields Modifier and Type Field Description private static LoggerLOGGERprivate ScreenpreviousScreenFields inherited from class net.minecraft.realms.RealmsScreen
height, minecraft, SKIN_HAT_HEIGHT, SKIN_HAT_U, SKIN_HAT_V, SKIN_HAT_WIDTH, SKIN_HEAD_HEIGHT, SKIN_HEAD_U, SKIN_HEAD_V, SKIN_HEAD_WIDTH, SKIN_TEX_HEIGHT, SKIN_TEX_WIDTH, width -
Constructor Summary
Constructors Constructor Description RealmsBridge() -
Method Summary
Modifier and Type Method Description RealmsScreenProxygetNotificationScreen(Screen screen)voidinit()voidswitchToRealms(Screen screen)Methods inherited from class net.minecraft.realms.RealmsScreen
bind, bindFace, blit, blit, blit, buttonClicked, buttons, buttonsAdd, buttonsClear, buttonsRemove, confirmResult, drawCenteredString, drawString, drawString, fillGradient, fontDrawShadow, fontLineHeight, fontSplit, fontWidth, getLevelStorageSource, getLocalizedString, getLocalizedString, getProxy, height, init, isPauseScreen, keyboardEvent, keyPressed, mouseClicked, mouseDragged, mouseEvent, mouseReleased, newButton, newButton, newEditBox, removed, render, renderBackground, renderBackground, renderTooltip, renderTooltip, renderTooltip, tick, width
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official LOGGERLnet/minecraft/realms/RealmsBridge;LOGGER:Lorg/apache/logging/log4j/Logger;intermediary LOGGERLnet/minecraft/realms/RealmsBridge;LOGGER:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/realms/RealmsBridge;LOGGER:Lorg/apache/logging/log4j/Logger;
-
previousScreen
- Mappings:
Namespace Name Mixin selector official previousScreenLnet/minecraft/realms/RealmsBridge;previousScreen:Laxu;intermediary previousScreenLnet/minecraft/realms/RealmsBridge;previousScreen:Lnet/minecraft/class_754;named previousScreenLnet/minecraft/realms/RealmsBridge;previousScreen:Lnet/minecraft/client/gui/screen/Screen;
-
-
Constructor Details
-
RealmsBridge
public RealmsBridge()
-
-
Method Details
-
switchToRealms
- Mappings:
Namespace Name Mixin selector official switchToRealmsLnet/minecraft/realms/RealmsBridge;switchToRealms(Laxu;)Vintermediary switchToRealmsLnet/minecraft/realms/RealmsBridge;switchToRealms(Lnet/minecraft/class_754;)Vnamed switchToRealmsLnet/minecraft/realms/RealmsBridge;switchToRealms(Lnet/minecraft/client/gui/screen/Screen;)V
-
getNotificationScreen
- Mappings:
Namespace Name Mixin selector official getNotificationScreenLnet/minecraft/realms/RealmsBridge;getNotificationScreen(Laxu;)Lawr;intermediary getNotificationScreenLnet/minecraft/realms/RealmsBridge;getNotificationScreen(Lnet/minecraft/class_754;)Lnet/minecraft/class_719;named getNotificationScreenLnet/minecraft/realms/RealmsBridge;getNotificationScreen(Lnet/minecraft/client/gui/screen/Screen;)Lnet/minecraft/client/realms/RealmsScreenProxy;
-
init
public void init()- Overrides:
initin classRealmsScreen- Mappings:
Namespace Name Mixin selector official initLnet/minecraft/realms/RealmsScreen;init()Vintermediary initLnet/minecraft/realms/RealmsScreen;init()Vnamed initLnet/minecraft/realms/RealmsScreen;init()V
-