Uses of Class
net.minecraft.client.gui.screen.PopupScreen
-
Uses of PopupScreen in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final Consumer<PopupScreen>
PopupScreen.Button.action
The field for theaction
record component.Modifier and TypeMethodDescriptionPopupScreen.Button.action()
Returns the value of theaction
record component.Modifier and TypeMethodDescriptionPopupScreen.Builder.button
(Text message, Consumer<PopupScreen> action) ModifierConstructorDescription(package private)
Button
(Text text, Consumer<PopupScreen> consumer) -
Uses of PopupScreen in net.minecraft.client.realms.dto
Modifier and TypeMethodDescriptionRealmsNotification.InfoPopup.createScreen
(Screen backgroundScreen, Consumer<UUID> dismissCallback)