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 pMinecraft, Holder<Dialog> pCustomDialog, GridLayout.RowHelper pRowHelper) -
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<com.mojang.serialization.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 pDialog, @Nullable Screen pPreviousScreen, DialogConnectionAccess pConnectionAccess) private static <T extends Dialog>
voidDialogScreens.register(com.mojang.serialization.MapCodec<T> pCodec, DialogScreens.Factory<? super T> pFactory) Method parameters in net.minecraft.client.gui.screens.dialog with type arguments of type DialogModifier and TypeMethodDescriptionprivate static ActionButtonDialogListDialogScreen.createDialogClickAction(DialogListDialog pDialog, Holder<Dialog> pDialogToOpen) voidDialogConnectionAccess.openDialog(Holder<Dialog> pDialog, @Nullable Screen pPreviousScreen) -
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> p_437297_, @Nullable Screen p_437186_) voidClientCommonPacketListenerImpl.showDialog(Holder<Dialog> pDialog, @Nullable Screen pPreviousScreen) protected voidClientCommonPacketListenerImpl.showDialog(Holder<Dialog> pDialog, DialogConnectionAccess pConnectionAccess, @Nullable Screen pPreviousScreen) -
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
Methods in net.minecraft.commands.arguments that return types with arguments of type DialogModifier and TypeMethodDescriptionResourceOrIdArgument.getDialog(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) -
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<com.mojang.serialization.MapCodec<? extends Dialog>>> Registries.DIALOG_TYPE -
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 pSource, UUID pTarget, Holder<Dialog> pDialog) private static intDialogCommand.showDialog(CommandSourceStack pSource, Collection<ServerPlayer> pTargets, Holder<Dialog> pDialog) -
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.static final com.mojang.serialization.Codec<Dialog> 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 TypeMethodDescriptionstatic com.mojang.serialization.MapCodec<? extends Dialog> com.mojang.serialization.MapCodec<? extends Dialog> Dialog.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> pContext) static com.mojang.serialization.MapCodec<? extends Dialog> 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