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 TypeMethodDescriptionstatic ScreenDialogScreen.WarningScreen.create(Minecraft minecraft, DialogConnectionAccess connectionAccess, Screen returnScreen) DialogScreens.Factory.create(@Nullable Screen previousScreen, T data, DialogConnectionAccess connectionAccess) static <T extends Dialog>
@Nullable DialogScreen<T> DialogScreens.createFromData(T dialog, @Nullable Screen previousScreen, DialogConnectionAccess connectionAccess) protected abstract Stream<ActionButton> ButtonListDialogScreen.createListActions(T dialog, DialogConnectionAccess connectionAccess) protected Stream<ActionButton> DialogListDialogScreen.createListActions(DialogListDialog data, 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 controlSet, T dialog, DialogConnectionAccess connectionAccess) protected voidDialogScreen.populateBodyElements(LinearLayout layout, DialogControlSet controlSet, T dialog, DialogConnectionAccess connectionAccess) protected voidButtonListDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controlSet, T dialog, DialogConnectionAccess connectionAccess) protected voidDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controlSet, T dialog, DialogConnectionAccess connectionAccess) protected voidSimpleDialogScreen.updateHeaderAndFooter(HeaderAndFooterLayout layout, DialogControlSet controlSet, T dialog, DialogConnectionAccess connectionAccess) Constructors in net.minecraft.client.gui.screens.dialog with parameters of type DialogConnectionAccessModifierConstructorDescriptionButtonListDialogScreen(@Nullable Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) DialogListDialogScreen(@Nullable Screen previousScreen, DialogListDialog dialog, DialogConnectionAccess connectionAccess) DialogScreen(@Nullable Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) MultiButtonDialogScreen(@Nullable Screen previousScreen, MultiActionDialog dialog, DialogConnectionAccess connectionAccess) ServerLinksDialogScreen(@Nullable Screen previousScreen, ServerLinksDialog dialog, DialogConnectionAccess connectionAccess) SimpleDialogScreen(@Nullable Screen previousScreen, T dialog, DialogConnectionAccess connectionAccess) privateWarningScreen(Minecraft minecraft, DialogConnectionAccess connectionAccess, org.apache.commons.lang3.mutable.MutableObject<Screen> returnScreen) -
Uses of DialogConnectionAccess in net.minecraft.client.multiplayer
Classes in net.minecraft.client.multiplayer that implement DialogConnectionAccessModifier and TypeClassDescriptionprotected classMethods 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, @Nullable Screen activeScreen)