Uses of Class
net.minecraft.client.gui.screen.PopupScreen
Packages that use PopupScreen
Package
Description
-
Uses of PopupScreen in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type PopupScreenModifier and TypeFieldDescriptionprivate final Consumer
<PopupScreen> PopupScreen.Button.action
The field for theaction
record component.Methods in net.minecraft.client.gui.screen that return PopupScreenMethods in net.minecraft.client.gui.screen that return types with arguments of type PopupScreenModifier and TypeMethodDescriptionPopupScreen.Button.action()
Returns the value of theaction
record component.Method parameters in net.minecraft.client.gui.screen with type arguments of type PopupScreenModifier and TypeMethodDescriptionPopupScreen.Builder.button
(Text message, Consumer<PopupScreen> action) Constructor parameters in net.minecraft.client.gui.screen with type arguments of type PopupScreenModifierConstructorDescription(package private)
Button
(Text text, Consumer<PopupScreen> consumer) -
Uses of PopupScreen in net.minecraft.client.realms.dto
Methods in net.minecraft.client.realms.dto that return PopupScreenModifier and TypeMethodDescriptionRealmsNotification.InfoPopup.createScreen
(Screen backgroundScreen, Consumer<UUID> dismissCallback) -
Uses of PopupScreen in net.minecraft.client.realms.gui
Methods in net.minecraft.client.realms.gui that return PopupScreenModifier and TypeMethodDescriptionstatic PopupScreen
RealmsPopups.createContinuableWarningPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createInfoPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createNonContinuableWarningPopup
(Screen parent, Text message, Consumer<PopupScreen> onOkPressed) Method parameters in net.minecraft.client.realms.gui with type arguments of type PopupScreenModifier and TypeMethodDescriptionstatic PopupScreen
RealmsPopups.createContinuableWarningPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createInfoPopup
(Screen parent, Text message, Consumer<PopupScreen> onContinuePressed) static PopupScreen
RealmsPopups.createNonContinuableWarningPopup
(Screen parent, Text message, Consumer<PopupScreen> onOkPressed) -
Uses of PopupScreen in net.minecraft.client.realms.task
Methods in net.minecraft.client.realms.task that return PopupScreenModifier and TypeMethodDescriptionprivate PopupScreen
RealmsPrepareConnectionTask.createResourcePackConfirmationScreen
(RealmsServerAddress address, UUID id, Function<RealmsServerAddress, Screen> connectingScreenCreator)