Uses of Interface
net.minecraft.client.gui.screens.dialog.DialogConnectionAccess
Packages that use DialogConnectionAccess
-
Uses of DialogConnectionAccess in net.minecraft.client.gui.screens.dialog
Fields in net.minecraft.client.gui.screens.dialog declared as DialogConnectionAccessModifier and TypeFieldDescriptionprivate final DialogConnectionAccessDialogScreen.connectionAccessMethods in net.minecraft.client.gui.screens.dialog with parameters of type DialogConnectionAccessModifier and TypeMethodDescriptionDialogScreens.Factory.create(Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) static <T extends Dialog>
DialogScreen<T> DialogScreens.createFromData(T dialog, Screen previousScreen, DialogConnectionAccess connectionAccess) protected abstract Stream<ActionButton> ButtonListDialogScreen.createListActions(T dialog, DialogConnectionAccess connectionAccess) protected Stream<ActionButton> DialogListDialogScreen.createListActions(DialogListDialog dialog, DialogConnectionAccess connectionAccess) protected Stream<ActionButton> MultiButtonDialogScreen.createListActions(MultiActionDialog dialog, DialogConnectionAccess connectionAccess) protected Stream<ActionButton> ServerLinksDialogScreen.createListActions(ServerLinksDialog dialog, DialogConnectionAccess connectionAccess) protected voidButtonListDialogScreen.populateBodyElements(LinearLayout layout, DialogControlSet controls, T dialog, DialogConnectionAccess connectionAccess) protected voidDialogScreen.populateBodyElements(LinearLayout layout, DialogControlSet controls, T dialog, DialogConnectionAccess connectionAccess) protected voidButtonListDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controls, T dialog, DialogConnectionAccess connectionAccess) protected voidDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controls, T dialog, DialogConnectionAccess connectionAccess) protected voidSimpleDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controls, T dialog, DialogConnectionAccess connectionAccess) Constructors in net.minecraft.client.gui.screens.dialog with parameters of type DialogConnectionAccessModifierConstructorDescriptionButtonListDialogScreen(Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) DialogListDialogScreen(Screen previousScreen, DialogListDialog dialog, DialogConnectionAccess connectionAccess) DialogScreen(Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) MultiButtonDialogScreen(Screen previousScreen, MultiActionDialog dialog, DialogConnectionAccess connectionAccess) ServerLinksDialogScreen(Screen previousScreen, ServerLinksDialog dialog, DialogConnectionAccess connectionAccess) SimpleDialogScreen(Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) -
Uses of DialogConnectionAccess in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return DialogConnectionAccessModifier and TypeMethodDescriptionprotected abstract DialogConnectionAccessClientCommonPacketListenerImpl.createDialogAccess()protected DialogConnectionAccessClientConfigurationPacketListenerImpl.createDialogAccess()protected DialogConnectionAccessClientPacketListener.createDialogAccess()Methods in net.minecraft.client.multiplayer with parameters of type DialogConnectionAccessModifier and TypeMethodDescriptionprotected voidClientCommonPacketListenerImpl.showDialog(Holder<Dialog> dialog, DialogConnectionAccess connectionAccess, Screen previousScreen)