Uses of Class
net.minecraft.client.gui.screens.dialog.DialogScreen
Packages that use DialogScreen
Package
Description
-
Uses of DialogScreen in net.minecraft.client.gui.screens.dialog
Subclasses of DialogScreen in net.minecraft.client.gui.screens.dialogModifier and TypeClassDescriptionclassButtonListDialogScreen<T extends ButtonListDialog>classclassclassclassSimpleDialogScreen<T extends SimpleDialog>Fields in net.minecraft.client.gui.screens.dialog declared as DialogScreenMethods in net.minecraft.client.gui.screens.dialog that return DialogScreenModifier and TypeMethodDescriptionDialogScreens.Factory.create(Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) static <T extends Dialog>
DialogScreen<T> DialogScreens.createFromData(T dialog, Screen previousScreen, DialogConnectionAccess connectionAccess) Constructors in net.minecraft.client.gui.screens.dialog with parameters of type DialogScreen -
Uses of DialogScreen in net.minecraft.client.gui.screens.dialog.body
Methods in net.minecraft.client.gui.screens.dialog.body with parameters of type DialogScreenModifier and TypeMethodDescriptionstatic <B extends DialogBody>
LayoutElementDialogBodyHandlers.createBodyElement(DialogScreen<?> screen, B body) DialogBodyHandler.createControls(DialogScreen<?> screen, T body) DialogBodyHandlers.ItemHandler.createControls(DialogScreen<?> p_428557_, ItemBody p_426083_) DialogBodyHandlers.PlainMessageHandler.createControls(DialogScreen<?> p_428310_, PlainMessage p_428489_) (package private) static voidDialogBodyHandlers.runActionOnParent(DialogScreen<?> screen, Style style)