Package net.minecraft.client.gui.screen
Class PopupScreen.Builder
java.lang.Object
net.minecraft.client.gui.screen.PopupScreen.Builder
- Enclosing class:
PopupScreen
- Mappings:
Namespace Name official eyi$aintermediary net/minecraft/class_8816$class_8817named net/minecraft/client/gui/screen/PopupScreen$Builder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()button(Text message, Consumer<PopupScreen> action) image(Identifier image) width(int width)
-
Field Details
-
backgroundScreen
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a:Lfdb;intermediary field_46568Lnet/minecraft/class_8816$class_8817;field_46568:Lnet/minecraft/class_437;named backgroundScreenLnet/minecraft/client/gui/screen/PopupScreen$Builder;backgroundScreen:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official bLeyi$a;b:Lvf;intermediary field_46569Lnet/minecraft/class_8816$class_8817;field_46569:Lnet/minecraft/class_2561;named titleLnet/minecraft/client/gui/screen/PopupScreen$Builder;title:Lnet/minecraft/text/Text;
-
message
- Mappings:
Namespace Name Mixin selector official cLeyi$a;c:Lvf;intermediary field_46570Lnet/minecraft/class_8816$class_8817;field_46570:Lnet/minecraft/class_2561;named messageLnet/minecraft/client/gui/screen/PopupScreen$Builder;message:Lnet/minecraft/text/Text;
-
width
private int width- Mappings:
Namespace Name Mixin selector official dLeyi$a;d:Iintermediary field_46571Lnet/minecraft/class_8816$class_8817;field_46571:Inamed widthLnet/minecraft/client/gui/screen/PopupScreen$Builder;width:I
-
image
- Mappings:
Namespace Name Mixin selector official eLeyi$a;e:Lahg;intermediary field_46572Lnet/minecraft/class_8816$class_8817;field_46572:Lnet/minecraft/class_2960;named imageLnet/minecraft/client/gui/screen/PopupScreen$Builder;image:Lnet/minecraft/util/Identifier;
-
buttons
- Mappings:
Namespace Name Mixin selector official fLeyi$a;f:Ljava/util/List;intermediary field_46573Lnet/minecraft/class_8816$class_8817;field_46573:Ljava/util/List;named buttonsLnet/minecraft/client/gui/screen/PopupScreen$Builder;buttons:Ljava/util/List;
-
onClosed
- Mappings:
Namespace Name Mixin selector official gLeyi$a;g:Ljava/lang/Runnable;intermediary field_46574Lnet/minecraft/class_8816$class_8817;field_46574:Ljava/lang/Runnable;named onClosedLnet/minecraft/client/gui/screen/PopupScreen$Builder;onClosed:Ljava/lang/Runnable;
-
-
Constructor Details
-
Builder
- Mappings:
Namespace Name Mixin selector official <init>Leyi$a;<init>(Lfdb;Lvf;)Vintermediary <init>Lnet/minecraft/class_8816$class_8817;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/PopupScreen$Builder;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
width
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a(I)Leyi$a;intermediary method_54126Lnet/minecraft/class_8816$class_8817;method_54126(I)Lnet/minecraft/class_8816$class_8817;named widthLnet/minecraft/client/gui/screen/PopupScreen$Builder;width(I)Lnet/minecraft/client/gui/screen/PopupScreen$Builder;
-
image
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a(Lahg;)Leyi$a;intermediary method_54127Lnet/minecraft/class_8816$class_8817;method_54127(Lnet/minecraft/class_2960;)Lnet/minecraft/class_8816$class_8817;named imageLnet/minecraft/client/gui/screen/PopupScreen$Builder;image(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/gui/screen/PopupScreen$Builder;
-
message
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a(Lvf;)Leyi$a;intermediary method_54129Lnet/minecraft/class_8816$class_8817;method_54129(Lnet/minecraft/class_2561;)Lnet/minecraft/class_8816$class_8817;named messageLnet/minecraft/client/gui/screen/PopupScreen$Builder;message(Lnet/minecraft/text/Text;)Lnet/minecraft/client/gui/screen/PopupScreen$Builder;
-
button
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a(Lvf;Ljava/util/function/Consumer;)Leyi$a;intermediary method_54130Lnet/minecraft/class_8816$class_8817;method_54130(Lnet/minecraft/class_2561;Ljava/util/function/Consumer;)Lnet/minecraft/class_8816$class_8817;named buttonLnet/minecraft/client/gui/screen/PopupScreen$Builder;button(Lnet/minecraft/text/Text;Ljava/util/function/Consumer;)Lnet/minecraft/client/gui/screen/PopupScreen$Builder;
-
onClosed
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a(Ljava/lang/Runnable;)Leyi$a;intermediary method_54128Lnet/minecraft/class_8816$class_8817;method_54128(Ljava/lang/Runnable;)Lnet/minecraft/class_8816$class_8817;named onClosedLnet/minecraft/client/gui/screen/PopupScreen$Builder;onClosed(Ljava/lang/Runnable;)Lnet/minecraft/client/gui/screen/PopupScreen$Builder;
-
build
- Mappings:
Namespace Name Mixin selector official aLeyi$a;a()Leyi;intermediary method_54125Lnet/minecraft/class_8816$class_8817;method_54125()Lnet/minecraft/class_8816;named buildLnet/minecraft/client/gui/screen/PopupScreen$Builder;build()Lnet/minecraft/client/gui/screen/PopupScreen;
-