Uses of Interface
net.minecraft.server.dialog.Dialog
Packages that use Dialog
Package
Description
-
Uses of Dialog in net.minecraft.client
Methods in net.minecraft.client that return types with arguments of type Dialog -
Uses of Dialog in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return types with arguments of type DialogMethod parameters in net.minecraft.client.gui.screens with type arguments of type DialogModifier and TypeMethodDescriptionprivate voidPauseScreen.addFeedbackSubscreenAndCustomDialogButtons(Minecraft minecraft, Holder<Dialog> dialog, GridLayout.RowHelper helper) -
Uses of Dialog in net.minecraft.client.gui.screens.dialog
Classes in net.minecraft.client.gui.screens.dialog with type parameters of type DialogModifier and TypeClassDescriptionclassDialogScreen<T extends Dialog>static interfaceDialogScreens.Factory<T extends Dialog>Fields in net.minecraft.client.gui.screens.dialog declared as DialogFields in net.minecraft.client.gui.screens.dialog with type parameters of type DialogModifier and TypeFieldDescriptionprivate static final Map<MapCodec<? extends Dialog>, DialogScreens.Factory<?>> DialogScreens.FACTORIESMethods in net.minecraft.client.gui.screens.dialog with type parameters of type DialogModifier and TypeMethodDescriptionstatic <T extends Dialog>
@Nullable DialogScreen<T> DialogScreens.createFromData(T dialog, @Nullable Screen previousScreen, DialogConnectionAccess connectionAccess) private static <T extends Dialog>
voidDialogScreens.register(MapCodec<T> type, DialogScreens.Factory<? super T> factory) Method parameters in net.minecraft.client.gui.screens.dialog with type arguments of type DialogModifier and TypeMethodDescriptionprivate static ActionButtonDialogListDialogScreen.createDialogClickAction(DialogListDialog data, Holder<Dialog> subDialog) voidDialogConnectionAccess.openDialog(Holder<Dialog> dialog, @Nullable Screen activeScreen) -
Uses of Dialog in net.minecraft.client.multiplayer
Method parameters in net.minecraft.client.multiplayer with type arguments of type DialogModifier and TypeMethodDescriptionvoidClientCommonPacketListenerImpl.CommonDialogAccess.openDialog(Holder<Dialog> dialog, @Nullable Screen activeScreen) voidClientCommonPacketListenerImpl.showDialog(Holder<Dialog> dialog, @Nullable Screen activeScreen) protected voidClientCommonPacketListenerImpl.showDialog(Holder<Dialog> dialog, DialogConnectionAccess connectionAccess, @Nullable Screen activeScreen) -
Uses of Dialog in net.minecraft.client.player
Method parameters in net.minecraft.client.player with type arguments of type Dialog -
Uses of Dialog in net.minecraft.commands.arguments
Subclasses with type arguments of type Dialog in net.minecraft.commands.argumentsMethods in net.minecraft.commands.arguments that return types with arguments of type DialogModifier and TypeMethodDescriptionResourceOrIdArgument.getDialog(CommandContext<CommandSourceStack> context, String name) -
Uses of Dialog in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type DialogModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<Dialog>> Registries.DIALOGBuiltInRegistries.DIALOG_TYPEstatic final ResourceKey<Registry<MapCodec<? extends Dialog>>> Registries.DIALOG_TYPE -
Uses of Dialog in net.minecraft.data.tags
Subclasses with type arguments of type Dialog in net.minecraft.data.tags -
Uses of Dialog in net.minecraft.network.chat
Fields in net.minecraft.network.chat with type parameters of type DialogModifier and TypeFieldDescriptionClickEvent.ShowDialog.dialogThe field for thedialogrecord component.Methods in net.minecraft.network.chat that return types with arguments of type DialogModifier and TypeMethodDescriptionClickEvent.ShowDialog.dialog()Returns the value of thedialogrecord component.Constructor parameters in net.minecraft.network.chat with type arguments of type DialogModifierConstructorDescriptionShowDialog(Holder<Dialog> dialog) Creates an instance of aShowDialogrecord class. -
Uses of Dialog in net.minecraft.network.protocol.common
Fields in net.minecraft.network.protocol.common with type parameters of type DialogModifier and TypeFieldDescriptionClientboundShowDialogPacket.dialogThe field for thedialogrecord component.Methods in net.minecraft.network.protocol.common that return types with arguments of type DialogModifier and TypeMethodDescriptionClientboundShowDialogPacket.dialog()Returns the value of thedialogrecord component.Constructor parameters in net.minecraft.network.protocol.common with type arguments of type DialogModifierConstructorDescriptionClientboundShowDialogPacket(Holder<Dialog> dialog) Creates an instance of aClientboundShowDialogPacketrecord class. -
Uses of Dialog in net.minecraft.server.commands
Method parameters in net.minecraft.server.commands with type arguments of type DialogModifier and TypeMethodDescriptionprivate static intDebugConfigCommand.showDialog(CommandSourceStack source, UUID target, Holder<Dialog> dialog) private static intDialogCommand.showDialog(CommandSourceStack sender, Collection<ServerPlayer> targets, Holder<Dialog> dialog) -
Uses of Dialog in net.minecraft.server.dialog
Subinterfaces of Dialog in net.minecraft.server.dialogClasses in net.minecraft.server.dialog that implement DialogModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.server.dialog with type parameters of type DialogModifier and TypeFieldDescriptionDialog.CODECstatic final StreamCodec<io.netty.buffer.ByteBuf, Dialog> Dialog.CONTEXT_FREE_STREAM_CODECstatic final ResourceKey<Dialog> Dialogs.CUSTOM_OPTIONSDialogListDialog.dialogsThe field for thedialogsrecord component.Dialog.DIRECT_CODECDialog.LIST_CODECstatic final ResourceKey<Dialog> Dialogs.QUICK_ACTIONSstatic final ResourceKey<Dialog> Dialogs.SERVER_LINKSstatic final StreamCodec<RegistryFriendlyByteBuf, Holder<Dialog>> Dialog.STREAM_CODECMethods in net.minecraft.server.dialog that return types with arguments of type DialogModifier and TypeMethodDescriptionDialog.codec()private static ResourceKey<Dialog> DialogListDialog.dialogs()Returns the value of thedialogsrecord component.Method parameters in net.minecraft.server.dialog with type arguments of type DialogModifier and TypeMethodDescriptionstatic voidDialogs.bootstrap(BootstrapContext<Dialog> context) Constructor parameters in net.minecraft.server.dialog with type arguments of type DialogModifierConstructorDescriptionDialogListDialog(CommonDialogData common, HolderSet<Dialog> dialogs, Optional<ActionButton> exitAction, int columns, int buttonWidth) Creates an instance of aDialogListDialogrecord class. -
Uses of Dialog in net.minecraft.server.level
Method parameters in net.minecraft.server.level with type arguments of type Dialog -
Uses of Dialog in net.minecraft.tags
Fields in net.minecraft.tags with type parameters of type DialogMethods in net.minecraft.tags that return types with arguments of type Dialog -
Uses of Dialog in net.minecraft.world.entity.player
Method parameters in net.minecraft.world.entity.player with type arguments of type Dialog