Uses of Class
net.minecraft.client.gui.components.PopupScreen
Package
Description
-
Uses of PopupScreen in com.mojang.realmsclient.dto
Modifier and TypeMethodDescriptionRealmsNotification.InfoPopup.buildScreen
(Screen p_304415_, Consumer<UUID> p_304962_) -
Uses of PopupScreen in com.mojang.realmsclient.gui.screens
Modifier and TypeMethodDescriptionstatic PopupScreen
RealmsPopups.infoPopupScreen
(Screen p_345107_, Component p_344859_, Consumer<PopupScreen> p_345991_) static PopupScreen
RealmsPopups.warningAcknowledgePopupScreen
(Screen p_345088_, Component p_344868_, Consumer<PopupScreen> p_344792_) static PopupScreen
RealmsPopups.warningPopupScreen
(Screen p_345623_, Component p_346338_, Consumer<PopupScreen> p_345246_) Modifier and TypeMethodDescriptionstatic PopupScreen
RealmsPopups.infoPopupScreen
(Screen p_345107_, Component p_344859_, Consumer<PopupScreen> p_345991_) static PopupScreen
RealmsPopups.warningAcknowledgePopupScreen
(Screen p_345088_, Component p_344868_, Consumer<PopupScreen> p_344792_) static PopupScreen
RealmsPopups.warningPopupScreen
(Screen p_345623_, Component p_346338_, Consumer<PopupScreen> p_345246_) -
Uses of PopupScreen in com.mojang.realmsclient.util.task
Modifier and TypeMethodDescriptionprivate PopupScreen
GetServerDetailsTask.resourcePackDownloadConfirmationScreen
(RealmsServerAddress p_167640_, UUID p_315014_, Function<RealmsServerAddress, Screen> p_167641_) -
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_304733_, Consumer<PopupScreen> p_304537_) ModifierConstructorDescription(package private)
ButtonOption
(Component message, Consumer<PopupScreen> action) Creates an instance of aButtonOption
record class.