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 pPreviousScreen, T pDialog, DialogConnectionAccess pConnectionAccess) static <T extends Dialog>
DialogScreen<T> DialogScreens.createFromData(T pDialog, Screen pPreviousScreen, DialogConnectionAccess pConnectionAccess) protected abstract Stream<ActionButton> ButtonListDialogScreen.createListActions(T pDialog, DialogConnectionAccess pConnectionAccess) protected Stream<ActionButton> DialogListDialogScreen.createListActions(DialogListDialog pDialog, DialogConnectionAccess pConnectionAccess) protected Stream<ActionButton> MultiButtonDialogScreen.createListActions(MultiActionDialog pDialog, DialogConnectionAccess pConnectionAccess) protected Stream<ActionButton> ServerLinksDialogScreen.createListActions(ServerLinksDialog pDialog, DialogConnectionAccess pConnectionAccess) protected voidButtonListDialogScreen.populateBodyElements(LinearLayout pLayout, DialogControlSet pControls, T pDialog, DialogConnectionAccess pConnectionAccess) protected voidDialogScreen.populateBodyElements(LinearLayout pLayout, DialogControlSet pControls, T pDialog, DialogConnectionAccess pConnectionAccess) protected voidButtonListDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout pLayout, DialogControlSet pControls, T pDialog, DialogConnectionAccess pConnectionAccess) protected voidDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout pLayout, DialogControlSet pControls, T pDialog, DialogConnectionAccess pConnectionAccess) protected voidSimpleDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout pLayout, DialogControlSet pControls, T pDialog, DialogConnectionAccess pConnectionAccess) Constructors in net.minecraft.client.gui.screens.dialog with parameters of type DialogConnectionAccessModifierConstructorDescriptionButtonListDialogScreen(Screen pPreviousScreen, T pDialog, DialogConnectionAccess pConnectionAccess) DialogListDialogScreen(Screen pPreviousScreen, DialogListDialog pDialog, DialogConnectionAccess pConnectionAccess) DialogScreen(Screen pPreviousScreen, T pDialog, DialogConnectionAccess pConnectionAccess) MultiButtonDialogScreen(Screen pPreviousScreen, MultiActionDialog pDialog, DialogConnectionAccess pConnectionAccess) ServerLinksDialogScreen(Screen pPreviousScreen, ServerLinksDialog pDialog, DialogConnectionAccess pConnectionAccess) SimpleDialogScreen(Screen pPreviousScreen, T pDialog, DialogConnectionAccess pConnectionAccess) -
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> pDialog, DialogConnectionAccess pConnectionAccess, Screen pPreviousScreen)