Uses of Class
net.minecraft.client.gui.screen.PopupScreen
Package
Description
-
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) -
Uses of PopupScreen in net.minecraft.client.realms.gui
Modifier 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) Modifier 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
Modifier and TypeMethodDescriptionprivate PopupScreen
RealmsPrepareConnectionTask.createResourcePackConfirmationScreen
(RealmsServerAddress address, UUID id, Function<RealmsServerAddress, Screen> connectingScreenCreator)