Package net.minecraft.client.gui.screen
Class OpenToLanScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.OpenToLanScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official ckeintermediary net/minecraft/class_393named net/minecraft/client/gui/screen/OpenToLanScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate ButtonWidgetprivate Stringprivate ButtonWidgetprivate final ScreenFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, 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
Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, method_13411, method_14502, method_18423, method_18605, method_18607, method_18608, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldPauseGame, tickMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426, mouseClicked, mouseDragged, mouseReleasedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLcke;a:Lckd;intermediary field_1276Lnet/minecraft/class_393;field_1276:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/OpenToLanScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
allowCommandsButton
- Mappings:
Namespace Name Mixin selector official fLcke;f:Lcgu;intermediary field_1277Lnet/minecraft/class_393;field_1277:Lnet/minecraft/class_356;named allowCommandsButtonLnet/minecraft/client/gui/screen/OpenToLanScreen;allowCommandsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
gameModeButton
- Mappings:
Namespace Name Mixin selector official gLcke;g:Lcgu;intermediary field_1278Lnet/minecraft/class_393;field_1278:Lnet/minecraft/class_356;named gameModeButtonLnet/minecraft/client/gui/screen/OpenToLanScreen;gameModeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
gameMode
- Mappings:
Namespace Name Mixin selector official hLcke;h:Ljava/lang/String;intermediary field_1279Lnet/minecraft/class_393;field_1279:Ljava/lang/String;named gameModeLnet/minecraft/client/gui/screen/OpenToLanScreen;gameMode:Ljava/lang/String;
-
allowCommands
private boolean allowCommands- Mappings:
Namespace Name Mixin selector official iLcke;i:Zintermediary field_1280Lnet/minecraft/class_393;field_1280:Znamed allowCommandsLnet/minecraft/client/gui/screen/OpenToLanScreen;allowCommands:Z
-
-
Constructor Details
-
OpenToLanScreen
- Mappings:
Namespace Name Mixin selector official <init>Lcke;<init>(Lckd;)Vintermediary <init>Lnet/minecraft/class_393;<init>(Lnet/minecraft/class_388;)Vnamed <init>Lnet/minecraft/client/gui/screen/OpenToLanScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
init
protected void init() -
updateButtonTexts
private void updateButtonTexts()- Mappings:
Namespace Name Mixin selector official hLcke;h()Vintermediary method_1087Lnet/minecraft/class_393;method_1087()Vnamed updateButtonTextsLnet/minecraft/client/gui/screen/OpenToLanScreen;updateButtonTexts()V
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-