Class DialogScreen.ChoiceButton

java.lang.Object
net.minecraft.client.gui.screen.DialogScreen.ChoiceButton
Enclosing class:
DialogScreen

@Environment(CLIENT) public static final class DialogScreen.ChoiceButton extends Object
Mappings:
Namespace Name
official eox$a
intermediary net/minecraft/class_5405$class_5406
named net/minecraft/client/gui/screen/DialogScreen$ChoiceButton
  • Field Details

    • message

      final Text message
      Mappings:
      Namespace Name Mixin selector
      official a Leox$a;a:Lss;
      intermediary field_25680 Lnet/minecraft/class_5405$class_5406;field_25680:Lnet/minecraft/class_2561;
      named message Lnet/minecraft/client/gui/screen/DialogScreen$ChoiceButton;message:Lnet/minecraft/text/Text;
    • pressAction

      final ButtonWidget.PressAction pressAction
      Mappings:
      Namespace Name Mixin selector
      official b Leox$a;b:Leky$c;
      intermediary field_25681 Lnet/minecraft/class_5405$class_5406;field_25681:Lnet/minecraft/class_4185$class_4241;
      named pressAction Lnet/minecraft/client/gui/screen/DialogScreen$ChoiceButton;pressAction:Lnet/minecraft/client/gui/widget/ButtonWidget$PressAction;
  • Constructor Details

    • ChoiceButton

      public ChoiceButton(Text message, ButtonWidget.PressAction pressAction)
      Mappings:
      Namespace Name Mixin selector
      official <init> Leox$a;<init>(Lss;Leky$c;)V
      intermediary <init> Lnet/minecraft/class_5405$class_5406;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_4185$class_4241;)V
      named <init> Lnet/minecraft/client/gui/screen/DialogScreen$ChoiceButton;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/client/gui/widget/ButtonWidget$PressAction;)V