Uses of Class
net.minecraft.client.gui.screen.PopupScreen
Packages that use PopupScreen
-
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)