Uses of Class
net.minecraft.client.gui.components.PopupScreen
Packages that use PopupScreen
Package
Description
-
Uses of PopupScreen in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return PopupScreenModifier and TypeMethodDescriptionRealmsNotification.InfoPopup.buildScreen(Screen pBackgroundScreen, Consumer<UUID> pUuidOutput) -
Uses of PopupScreen in com.mojang.realmsclient.gui.screens
Methods in com.mojang.realmsclient.gui.screens that return PopupScreenModifier and TypeMethodDescriptionstatic PopupScreenRealmsPopups.customPopupScreen(Screen pBackgroundScreen, Component pTitle, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.infoPopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.warningAcknowledgePopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.warningPopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) Method parameters in com.mojang.realmsclient.gui.screens with type arguments of type PopupScreenModifier and TypeMethodDescriptionstatic PopupScreenRealmsPopups.customPopupScreen(Screen pBackgroundScreen, Component pTitle, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.infoPopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.warningAcknowledgePopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) static PopupScreenRealmsPopups.warningPopupScreen(Screen pBackgroundScreen, Component pMessage, Consumer<PopupScreen> pOnContinue) -
Uses of PopupScreen in com.mojang.realmsclient.util.task
Methods in com.mojang.realmsclient.util.task that return PopupScreenModifier and TypeMethodDescriptionprivate PopupScreenGetServerDetailsTask.resourcePackDownloadConfirmationScreen(RealmsJoinInformation pServerAddress, UUID pPackId, Function<RealmsJoinInformation, Screen> pConnectScreenSupplier) -
Uses of PopupScreen in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type PopupScreenModifier and TypeFieldDescriptionprivate final Consumer<PopupScreen> PopupScreen.ButtonOption.actionThe field for theactionrecord component.Methods in net.minecraft.client.gui.components that return PopupScreenMethods in net.minecraft.client.gui.components that return types with arguments of type PopupScreenModifier and TypeMethodDescriptionPopupScreen.ButtonOption.action()Returns the value of theactionrecord component.Method parameters in net.minecraft.client.gui.components with type arguments of type PopupScreenModifier and TypeMethodDescriptionPopupScreen.Builder.addButton(Component pMessage, Consumer<PopupScreen> pAction) Constructor parameters in net.minecraft.client.gui.components with type arguments of type PopupScreenModifierConstructorDescription(package private)ButtonOption(Component message, Consumer<PopupScreen> action) Creates an instance of aButtonOptionrecord class.