Uses of Class
net.minecraft.client.gui.components.PopupScreen
Packages that use PopupScreen
-
Uses of PopupScreen in com.mojang.realmsclient.dto
Methods in com.mojang.realmsclient.dto that return PopupScreenModifier and TypeMethodDescriptionRealmsNotification.InfoPopup.buildScreen
(Screen p_304415_, Consumer<UUID> p_304962_) -
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.action
The field for theaction
record 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 theaction
record component.Method parameters in net.minecraft.client.gui.components with type arguments of type PopupScreenModifier and TypeMethodDescriptionPopupScreen.Builder.addButton
(Component p_304733_, Consumer<PopupScreen> p_304537_) 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 aButtonOption
record class.