Class GameModeSelectionScreen.ButtonWidget

java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.AbstractButtonWidget
net.minecraft.client.gui.screen.GameModeSelectionScreen.ButtonWidget
All Implemented Interfaces:
Drawable, Element
Enclosing class:
GameModeSelectionScreen

@Environment(CLIENT)
public class GameModeSelectionScreen.ButtonWidget
extends AbstractButtonWidget
Mappings:
Namespace Name
official dvy$b
intermediary net/minecraft/class_5289$class_5291
named net/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget
  • Field Details

    • gameMode

      private final GameModeSelectionScreen.GameMode gameMode
      Mappings:
      Namespace Name Mixin selector
      official b Ldvy$b;b:Ldvy$a;
      intermediary field_24586 Lnet/minecraft/class_5289$class_5291;field_24586:Lnet/minecraft/class_5289$class_5290;
      named gameMode Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;gameMode:Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;
    • selected

      private boolean selected
      Mappings:
      Namespace Name Mixin selector
      official c Ldvy$b;c:Z
      intermediary field_24587 Lnet/minecraft/class_5289$class_5291;field_24587:Z
      named selected Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;selected:Z
  • Constructor Details

    • ButtonWidget

      public ButtonWidget​(GameModeSelectionScreen.GameMode gameMode, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldvy$b;<init>(Ldvy;Ldvy$a;II)V
      intermediary <init> Lnet/minecraft/class_5289$class_5291;<init>(Lnet/minecraft/class_5289;Lnet/minecraft/class_5289$class_5290;II)V
      named <init> Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;<init>(Lnet/minecraft/client/gui/screen/GameModeSelectionScreen;Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$GameMode;II)V
  • Method Details

    • renderButton

      public void renderButton​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Overrides:
      renderButton in class AbstractButtonWidget
      Mappings:
      Namespace Name Mixin selector
      official b Ldrs;b(Ldlr;IIF)V
      intermediary method_25359 Lnet/minecraft/class_339;method_25359(Lnet/minecraft/class_4587;IIF)V
      named renderButton Lnet/minecraft/client/gui/widget/AbstractButtonWidget;renderButton(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • isHovered

      public boolean isHovered()
      Overrides:
      isHovered in class AbstractButtonWidget
      Mappings:
      Namespace Name Mixin selector
      official g Ldrs;g()Z
      intermediary method_25367 Lnet/minecraft/class_339;method_25367()Z
      named isHovered Lnet/minecraft/client/gui/widget/AbstractButtonWidget;isHovered()Z
    • setSelected

      public void setSelected​(boolean selected)
      Mappings:
      Namespace Name Mixin selector
      official e Ldvy$b;e(Z)V
      intermediary method_28083 Lnet/minecraft/class_5289$class_5291;method_28083(Z)V
      named setSelected Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;setSelected(Z)V
    • drawBackground

      private void drawBackground​(MatrixStack matrices, TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      official a Ldvy$b;a(Ldlr;Lerv;)V
      intermediary method_28080 Lnet/minecraft/class_5289$class_5291;method_28080(Lnet/minecraft/class_4587;Lnet/minecraft/class_1060;)V
      named drawBackground Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;drawBackground(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/texture/TextureManager;)V
    • drawSelectionBox

      private void drawSelectionBox​(MatrixStack matrices, TextureManager textureManager)
      Mappings:
      Namespace Name Mixin selector
      official b Ldvy$b;b(Ldlr;Lerv;)V
      intermediary method_28082 Lnet/minecraft/class_5289$class_5291;method_28082(Lnet/minecraft/class_4587;Lnet/minecraft/class_1060;)V
      named drawSelectionBox Lnet/minecraft/client/gui/screen/GameModeSelectionScreen$ButtonWidget;drawSelectionBox(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/texture/TextureManager;)V