Uses of Interface
net.minecraft.dialog.type.Dialog
Packages that use Dialog
Package
Description
-
Uses of Dialog in net.minecraft.client.gui.screen
Methods in net.minecraft.client.gui.screen that return types with arguments of type DialogModifier and TypeMethodDescriptionprivate Optional<? extends RegistryEntry<Dialog>> GameMenuScreen.getCustomOptionsDialog()Method parameters in net.minecraft.client.gui.screen with type arguments of type DialogModifier and TypeMethodDescriptionprivate voidGameMenuScreen.addFeedbackAndCustomOptionsButtons(MinecraftClient client, RegistryEntry<Dialog> customOptions, GridWidget.Adder gridAdder) -
Uses of Dialog in net.minecraft.client.gui.screen.dialog
Classes in net.minecraft.client.gui.screen.dialog with type parameters of type DialogModifier and TypeClassDescriptionclassDialogScreen<T extends Dialog>static interfaceDialogScreens.Factory<T extends Dialog>Fields in net.minecraft.client.gui.screen.dialog declared as DialogFields in net.minecraft.client.gui.screen.dialog with type parameters of type DialogModifier and TypeFieldDescriptionprivate static final Map<com.mojang.serialization.MapCodec<? extends Dialog>, DialogScreens.Factory<?>> DialogScreens.DIALOG_SCREEN_FACTORIESMethods in net.minecraft.client.gui.screen.dialog with type parameters of type DialogModifier and TypeMethodDescriptionstatic <T extends Dialog>
@Nullable DialogScreen<T> DialogScreens.create(T dialog, @Nullable Screen parent, DialogNetworkAccess networkAccess) private static <T extends Dialog>
voidDialogScreens.register(com.mojang.serialization.MapCodec<T> dialogCodec, DialogScreens.Factory<? super T> factory) Method parameters in net.minecraft.client.gui.screen.dialog with type arguments of type DialogModifier and TypeMethodDescriptionprivate static DialogButtonDialogListDialogScreen.createButton(DialogListDialog dialog, RegistryEntry<Dialog> entry) voidDialogNetworkAccess.showDialog(RegistryEntry<Dialog> dialog) -
Uses of Dialog in net.minecraft.client.network
Method parameters in net.minecraft.client.network with type arguments of type DialogModifier and TypeMethodDescriptionvoidClientPlayerEntity.openDialog(RegistryEntry<Dialog> dialog) voidClientCommonNetworkHandler.showDialog(RegistryEntry<Dialog> dialog) -
Uses of Dialog in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type DialogModifier and TypeMethodDescriptionstatic RegistryEntry<Dialog> RegistryEntryArgumentType.getDialog(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String argument) -
Uses of Dialog in net.minecraft.dialog
Fields in net.minecraft.dialog with type parameters of type DialogModifier and TypeFieldDescriptionstatic final RegistryKey<Dialog> Dialogs.CUSTOM_OPTIONSstatic final RegistryKey<Dialog> Dialogs.SERVER_LINKSMethods in net.minecraft.dialog that return types with arguments of type DialogModifier and TypeMethodDescriptionprivate static RegistryKey<Dialog> static com.mojang.serialization.MapCodec<? extends Dialog> DialogTypes.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends Dialog>> registry) Method parameters in net.minecraft.dialog with type arguments of type DialogModifier and TypeMethodDescriptionstatic voidDialogs.bootstrap(Registerable<Dialog> registry) static com.mojang.serialization.MapCodec<? extends Dialog> DialogTypes.registerAndGetDefault(Registry<com.mojang.serialization.MapCodec<? extends Dialog>> registry) -
Uses of Dialog in net.minecraft.dialog.type
Subinterfaces of Dialog in net.minecraft.dialog.typeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in net.minecraft.dialog.type that implement DialogModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordFields in net.minecraft.dialog.type with type parameters of type DialogModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Dialog> Dialog.CODECprivate final RegistryEntryList<Dialog> DialogListDialog.dialogsThe field for thedialogsrecord component.static final com.mojang.serialization.Codec<RegistryEntry<Dialog>> Dialog.ENTRY_CODECstatic final com.mojang.serialization.Codec<RegistryEntryList<Dialog>> Dialog.ENTRY_LIST_CODECstatic final PacketCodec<RegistryByteBuf, RegistryEntry<Dialog>> Dialog.ENTRY_PACKET_CODECstatic final PacketCodec<ByteBuf, Dialog> Dialog.PACKET_CODECMethods in net.minecraft.dialog.type that return types with arguments of type DialogModifier and TypeMethodDescriptionDialogListDialog.dialogs()Returns the value of thedialogsrecord component.com.mojang.serialization.MapCodec<? extends Dialog> Dialog.getCodec()Constructor parameters in net.minecraft.dialog.type with type arguments of type DialogModifierConstructorDescriptionDialogListDialog(DialogCommonData dialogCommonData, RegistryEntryList<Dialog> registryEntryList, Optional<ClickEvent> optional, int int2, int int3) -
Uses of Dialog in net.minecraft.entity.player
Method parameters in net.minecraft.entity.player with type arguments of type Dialog -
Uses of Dialog in net.minecraft.network.packet.s2c.common
Fields in net.minecraft.network.packet.s2c.common with type parameters of type DialogModifier and TypeFieldDescriptionprivate final RegistryEntry<Dialog> ShowDialogS2CPacket.dialogThe field for thedialogrecord component.Methods in net.minecraft.network.packet.s2c.common that return types with arguments of type DialogModifier and TypeMethodDescriptionShowDialogS2CPacket.dialog()Returns the value of thedialogrecord component.Constructor parameters in net.minecraft.network.packet.s2c.common with type arguments of type Dialog -
Uses of Dialog in net.minecraft.registry
Fields in net.minecraft.registry with type parameters of type DialogModifier and TypeFieldDescriptionstatic final RegistryKey<Registry<Dialog>> RegistryKeys.DIALOGRegistries.DIALOG_TYPEstatic final RegistryKey<Registry<com.mojang.serialization.MapCodec<? extends Dialog>>> RegistryKeys.DIALOG_TYPE -
Uses of Dialog in net.minecraft.registry.tag
Fields in net.minecraft.registry.tag with type parameters of type DialogMethods in net.minecraft.registry.tag that return types with arguments of type Dialog -
Uses of Dialog in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type DialogModifier and TypeMethodDescriptionprivate static intDebugConfigCommand.executeDialog(ServerCommandSource source, UUID uuid, RegistryEntry<Dialog> dialog) private static intDialogCommand.executeShow(ServerCommandSource source, Collection<ServerPlayerEntity> players, RegistryEntry<Dialog> dialog) -
Uses of Dialog in net.minecraft.server.network
Method parameters in net.minecraft.server.network with type arguments of type DialogModifier and TypeMethodDescriptionvoidServerPlayerEntity.openDialog(RegistryEntry<Dialog> dialog) -
Uses of Dialog in net.minecraft.text
Fields in net.minecraft.text with type parameters of type DialogModifier and TypeFieldDescriptionprivate final RegistryEntry<Dialog> ClickEvent.ShowDialog.dialogThe field for thedialogrecord component.Methods in net.minecraft.text that return types with arguments of type DialogModifier and TypeMethodDescriptionClickEvent.ShowDialog.dialog()Returns the value of thedialogrecord component.Constructor parameters in net.minecraft.text with type arguments of type Dialog