Class AddServerScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class AddServerScreen extends Screen
Mappings:
Namespace Name
official bwp
intermediary net/minecraft/class_368
named net/minecraft/client/gui/screen/AddServerScreen
  • Field Details

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lbwp;a:Lbxf;
      intermediary field_1134 Lnet/minecraft/class_368;field_1134:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/AddServerScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • server

      private final ServerInfo server
      Mappings:
      Namespace Name Mixin selector
      official f Lbwp;f:Lcew;
      intermediary field_1137 Lnet/minecraft/class_368;field_1137:Lnet/minecraft/class_485;
      named server Lnet/minecraft/client/gui/screen/AddServerScreen;server:Lnet/minecraft/client/network/ServerInfo;
    • addressField

      private TextFieldWidget addressField
      Mappings:
      Namespace Name Mixin selector
      official g Lbwp;g:Lbul;
      intermediary field_1135 Lnet/minecraft/class_368;field_1135:Lnet/minecraft/class_367;
      named addressField Lnet/minecraft/client/gui/screen/AddServerScreen;addressField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
    • serverNameField

      private TextFieldWidget serverNameField
      Mappings:
      Namespace Name Mixin selector
      official h Lbwp;h:Lbul;
      intermediary field_1136 Lnet/minecraft/class_368;field_1136:Lnet/minecraft/class_367;
      named serverNameField Lnet/minecraft/client/gui/screen/AddServerScreen;serverNameField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
    • resourcePackOptionButton

      private ButtonWidget resourcePackOptionButton
      Mappings:
      Namespace Name Mixin selector
      official i Lbwp;i:Lbug;
      intermediary field_7762 Lnet/minecraft/class_368;field_7762:Lnet/minecraft/class_356;
      named resourcePackOptionButton Lnet/minecraft/client/gui/screen/AddServerScreen;resourcePackOptionButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • AddServerScreen

      public AddServerScreen(Screen parent, ServerInfo server)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbwp;<init>(Lbxf;Lcew;)V
      intermediary <init> Lnet/minecraft/class_368;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_485;)V
      named <init> Lnet/minecraft/client/gui/screen/AddServerScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/network/ServerInfo;)V
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Lbxf;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V
    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbxf;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • removed

      public void removed()
      Overrides:
      removed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official m Lbxf;m()V
      intermediary method_1030 Lnet/minecraft/class_388;method_1030()V
      named removed Lnet/minecraft/client/gui/screen/Screen;removed()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbxf;a(Lbug;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • keyPressed

      protected void keyPressed(char character, int code)
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbxf;a(CI)V
      intermediary method_1024 Lnet/minecraft/class_388;method_1024(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • mouseClicked

      protected void mouseClicked(int mouseX, int mouseY, int button)
      Overrides:
      mouseClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbxf;a(III)V
      intermediary method_1026 Lnet/minecraft/class_388;method_1026(III)V
      named mouseClicked Lnet/minecraft/client/gui/screen/Screen;mouseClicked(III)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbxf;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V