Uses of Class
net.minecraft.client.gui.components.PopupScreen
-
Uses of PopupScreen in com.mojang.realmsclient.dto
Modifier and TypeMethodDescriptionRealmsNotification.InfoPopup.buildScreen
(Screen p_312232_, Consumer<UUID> p_310624_) -
Uses of PopupScreen in net.minecraft.client.gui.components
Modifier and TypeFieldDescriptionprivate final Consumer<PopupScreen>
PopupScreen.ButtonOption.action
The field for theaction
record component.Modifier and TypeMethodDescriptionPopupScreen.ButtonOption.action()
Returns the value of theaction
record component.Modifier and TypeMethodDescriptionPopupScreen.Builder.addButton
(Component p_309455_, Consumer<PopupScreen> p_311142_) ModifierConstructorDescription(package private)
ButtonOption
(Component message, Consumer<PopupScreen> action) Creates an instance of aButtonOption
record class.