Uses of Record Class
net.minecraft.client.gui.screen.PopupScreen.Button
Packages that use PopupScreen.Button
-
Uses of PopupScreen.Button in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type PopupScreen.ButtonModifier and TypeFieldDescriptionprivate final List
<PopupScreen.Button> PopupScreen.Builder.buttons
private final List
<PopupScreen.Button> PopupScreen.buttons
Constructor parameters in net.minecraft.client.gui.screen with type arguments of type PopupScreen.ButtonModifierConstructorDescription(package private)
PopupScreen
(Screen backgroundScreen, int width, @Nullable Identifier image, Text title, Text message, List<PopupScreen.Button> buttons, @Nullable Runnable onClosed)