Class SelectWorldScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.world.SelectWorldScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bokintermediary net/minecraft/class_391named net/minecraft/client/gui/screen/world/SelectWorldScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ButtonWidgetprivate static final Loggerprivate Stringprivate ButtonWidgetprivate class_2848protected Screenprivate ButtonWidgetprivate ButtonWidgetprotected StringFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) voidvoidinit()voidvoidmethod_12200(class_2847 class_2847) voidmethod_12201(String string) protected voidmouseClicked(int mouseX, int mouseY, int button) protected voidmouseReleased(int mouseX, int mouseY, int button) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_14503, method_14504, mouseDragged, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBounds, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
field_13355
- Mappings:
Namespace Name Mixin selector official gLbok;g:Lorg/apache/logging/log4j/Logger;intermediary field_13355Lnet/minecraft/class_391;field_13355:Lorg/apache/logging/log4j/Logger;named field_13355Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;field_13355:Lorg/apache/logging/log4j/Logger;
-
parent
- Mappings:
Namespace Name Mixin selector official aLbok;a:Lblk;intermediary field_1261Lnet/minecraft/class_391;field_1261:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/world/SelectWorldScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official fLbok;f:Ljava/lang/String;intermediary field_1262Lnet/minecraft/class_391;field_1262:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/world/SelectWorldScreen;title:Ljava/lang/String;
-
field_13356
- Mappings:
Namespace Name Mixin selector official hLbok;h:Ljava/lang/String;intermediary field_13356Lnet/minecraft/class_391;field_13356:Ljava/lang/String;named field_13356Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;field_13356:Ljava/lang/String;
-
deleteButton
- Mappings:
Namespace Name Mixin selector official iLbok;i:Lbja;intermediary field_1272Lnet/minecraft/class_391;field_1272:Lnet/minecraft/class_356;named deleteButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;deleteButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
selectButton
- Mappings:
Namespace Name Mixin selector official sLbok;s:Lbja;intermediary field_1273Lnet/minecraft/class_391;field_1273:Lnet/minecraft/class_356;named selectButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;selectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
field_13357
- Mappings:
Namespace Name Mixin selector official tLbok;t:Lbja;intermediary field_13357Lnet/minecraft/class_391;field_13357:Lnet/minecraft/class_356;named field_13357Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;field_13357:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
recreateButton
- Mappings:
Namespace Name Mixin selector official uLbok;u:Lbja;intermediary field_5094Lnet/minecraft/class_391;field_5094:Lnet/minecraft/class_356;named recreateButtonLnet/minecraft/client/gui/screen/world/SelectWorldScreen;recreateButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
field_13358
- Mappings:
Namespace Name Mixin selector official vLbok;v:Lbom;intermediary field_13358Lnet/minecraft/class_391;field_13358:Lnet/minecraft/class_2848;named field_13358Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;field_13358:Lnet/minecraft/client/class_2848;
-
-
Constructor Details
-
SelectWorldScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbok;<init>(Lblk;)Vintermediary <init>Lnet/minecraft/class_391;<init>(Lnet/minecraft/class_388;)Vnamed <init>Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
init
public void init() -
handleMouse
public void handleMouse()- Overrides:
handleMousein classScreen- Mappings:
Namespace Name Mixin selector official kLblk;k()Vintermediary method_1035Lnet/minecraft/class_388;method_1035()Vnamed handleMouseLnet/minecraft/client/gui/screen/Screen;handleMouse()V
-
initButtons
public void initButtons()- Mappings:
Namespace Name Mixin selector official aLbok;a()Vintermediary method_1082Lnet/minecraft/class_391;method_1082()Vnamed initButtonsLnet/minecraft/client/gui/screen/world/SelectWorldScreen;initButtons()V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(Lbja;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
mouseClicked
protected void mouseClicked(int mouseX, int mouseY, int button) - Overrides:
mouseClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(III)Vintermediary method_1026Lnet/minecraft/class_388;method_1026(III)Vnamed mouseClickedLnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
-
mouseReleased
protected void mouseReleased(int mouseX, int mouseY, int button) - Overrides:
mouseReleasedin classScreen- Mappings:
Namespace Name Mixin selector official bLblk;b(III)Vintermediary method_1032Lnet/minecraft/class_388;method_1032(III)Vnamed mouseReleasedLnet/minecraft/client/gui/screen/Screen;mouseReleased(III)V
-
method_12201
- Mappings:
Namespace Name Mixin selector official aLbok;a(Ljava/lang/String;)Vintermediary method_12201Lnet/minecraft/class_391;method_12201(Ljava/lang/String;)Vnamed method_12201Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;method_12201(Ljava/lang/String;)V
-
method_12200
- Mappings:
Namespace Name Mixin selector official aLbok;a(Lbol;)Vintermediary method_12200Lnet/minecraft/class_391;method_12200(Lnet/minecraft/class_2847;)Vnamed method_12200Lnet/minecraft/client/gui/screen/world/SelectWorldScreen;method_12200(Lnet/minecraft/client/class_2847;)V
-