Uses of Interface
net.minecraft.client.gui.screen.dialog.DialogNetworkAccess
Packages that use DialogNetworkAccess
-
Uses of DialogNetworkAccess in net.minecraft.client.gui.screen.dialog
Fields in net.minecraft.client.gui.screen.dialog declared as DialogNetworkAccessMethods in net.minecraft.client.gui.screen.dialog with parameters of type DialogNetworkAccessModifier and TypeMethodDescriptionstatic ScreenDialogScreen.WarningScreen.create(MinecraftClient client, DialogNetworkAccess networkAccess, DialogScreen<?> dialogScreen) static <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) InputFormControls.createButtonWidget(InputFormDialog.DialogAction action, DialogNetworkAccess networkAccess, DialogScreen<?> dialogScreen) protected voidColumnsDialogScreen.initBody(DirectionalLayoutWidget directionalLayoutWidget, T t, DialogNetworkAccess dialogNetworkAccess) protected voidDialogScreen.initBody(DirectionalLayoutWidget bodyLayout, T dialog, DialogNetworkAccess networkAccess) protected voidMultiActionInputFormDialogScreen.initBody(DirectionalLayoutWidget directionalLayoutWidget, MultiActionInputFormDialog multiActionInputFormDialog, DialogNetworkAccess dialogNetworkAccess) protected voidSimpleInputFormDialogScreen.initBody(DirectionalLayoutWidget directionalLayoutWidget, SimpleInputFormDialog simpleInputFormDialog, DialogNetworkAccess dialogNetworkAccess) protected voidDialogScreen.initDialog(T dialog, DialogNetworkAccess networkAccess) protected voidSimpleInputFormDialogScreen.initDialog(SimpleInputFormDialog simpleInputFormDialog, DialogNetworkAccess dialogNetworkAccess) protected voidColumnsDialogScreen.initHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, T t, DialogNetworkAccess dialogNetworkAccess) protected voidDialogScreen.initHeaderAndFooter(ThreePartsLayoutWidget layout, T dialog, DialogNetworkAccess networkAccess) protected voidMultiActionInputFormDialogScreen.initHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, MultiActionInputFormDialog multiActionInputFormDialog, DialogNetworkAccess dialogNetworkAccess) protected voidSimpleDialogScreen.initHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, T t, DialogNetworkAccess dialogNetworkAccess) protected voidSimpleInputFormDialogScreen.initHeaderAndFooter(ThreePartsLayoutWidget threePartsLayoutWidget, SimpleInputFormDialog simpleInputFormDialog, DialogNetworkAccess dialogNetworkAccess) voidSubmitMethodHandler.Callback.run(DialogNetworkAccess networkAccess, Map<String, String> data, DialogScreen<?> dialogScreen) protected abstract Stream<DialogButton> ColumnsDialogScreen.streamButtons(T dialog, DialogNetworkAccess networkAccess) protected Stream<DialogButton> DialogListDialogScreen.streamButtons(DialogListDialog dialogListDialog, DialogNetworkAccess dialogNetworkAccess) protected Stream<DialogButton> MultiActionDialogScreen.streamButtons(MultiActionDialog multiActionDialog, DialogNetworkAccess dialogNetworkAccess) protected Stream<DialogButton> ServerLinksDialogScreen.streamButtons(ServerLinksDialog serverLinksDialog, DialogNetworkAccess dialogNetworkAccess) Constructors in net.minecraft.client.gui.screen.dialog with parameters of type DialogNetworkAccessModifierConstructorDescriptionColumnsDialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) DialogListDialogScreen(@Nullable Screen parent, DialogListDialog dialog, DialogNetworkAccess networkAccess) DialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) MultiActionDialogScreen(@Nullable Screen parent, MultiActionDialog dialog, DialogNetworkAccess networkAccess) MultiActionInputFormDialogScreen(@Nullable Screen parent, MultiActionInputFormDialog dialog, DialogNetworkAccess networkAccess) ServerLinksDialogScreen(@Nullable Screen parent, ServerLinksDialog dialog, DialogNetworkAccess networkAccess) SimpleDialogScreen(@Nullable Screen parent, T dialog, DialogNetworkAccess networkAccess) SimpleInputFormDialogScreen(@Nullable Screen parent, SimpleInputFormDialog dialog, DialogNetworkAccess networkAccess) privateWarningScreen(MinecraftClient client, DialogNetworkAccess networkAccess, MutableObject<DialogScreen<?>> dialogScreen) -
Uses of DialogNetworkAccess in net.minecraft.client.network
Methods in net.minecraft.client.network that return DialogNetworkAccessModifier and TypeMethodDescriptionprotected abstract DialogNetworkAccessClientCommonNetworkHandler.createDialogNetworkAccess()protected DialogNetworkAccessClientConfigurationNetworkHandler.createDialogNetworkAccess()protected DialogNetworkAccessClientPlayNetworkHandler.createDialogNetworkAccess()