Uses of Class
net.minecraft.client.gui.screen.dialog.DialogScreen
Packages that use DialogScreen
-
Uses of DialogScreen in net.minecraft.client.gui.screen.dialog
Subclasses of DialogScreen in net.minecraft.client.gui.screen.dialogModifier and TypeClassDescriptionclassColumnsDialogScreen<T extends ColumnsDialog>classclassclassclassSimpleDialogScreen<T extends SimpleDialog>Fields in net.minecraft.client.gui.screen.dialog declared as DialogScreenFields in net.minecraft.client.gui.screen.dialog with type parameters of type DialogScreenModifier and TypeFieldDescriptionprivate final MutableObject<DialogScreen<?>> DialogScreen.WarningScreen.dialogScreenMethods in net.minecraft.client.gui.screen.dialog that return DialogScreenModifier and TypeMethodDescriptionstatic <T extends Dialog>
@Nullable DialogScreen<T> DialogScreens.create(T dialog, @Nullable Screen parent, DialogNetworkAccess networkAccess) DialogScreens.Factory.create(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) DialogScreen<?> DialogScreen.WarningScreen.getDialogScreen()Methods in net.minecraft.client.gui.screen.dialog with parameters of type DialogScreenModifier and TypeMethodDescriptionstatic ScreenDialogScreen.WarningScreen.create(MinecraftClient client, DialogNetworkAccess networkAccess, DialogScreen<?> dialogScreen) DialogBodyHandler.createWidget(DialogScreen<?> dialogScreen, T body) static <B extends DialogBody>
@Nullable WidgetDialogBodyHandlers.createWidget(DialogScreen<?> dialogScreen, B dialogBody) DialogBodyHandlers.ItemDialogBodyHandler.createWidget(DialogScreen<?> dialogScreen, ItemDialogBody itemDialogBody) DialogBodyHandlers.PlainMessageDialogBodyHandler.createWidget(DialogScreen<?> dialogScreen, PlainMessageDialogBody plainMessageDialogBody) (package private) static voidDialogBodyHandlers.runActionFromStyle(DialogScreen<?> dialogScreen, @Nullable Style style) voidDialogScreen.WarningScreen.setDialogScreen(DialogScreen<?> dialogScreen) Constructors in net.minecraft.client.gui.screen.dialog with parameters of type DialogScreenConstructor parameters in net.minecraft.client.gui.screen.dialog with type arguments of type DialogScreenModifierConstructorDescriptionprivateWarningScreen(MinecraftClient client, DialogNetworkAccess networkAccess, MutableObject<DialogScreen<?>> dialogScreen)