Uses of Record Class
net.minecraft.dialog.type.DialogInput
Packages that use DialogInput
Package
Description
-
Uses of DialogInput in net.minecraft.client.gui.screen.dialog
Methods in net.minecraft.client.gui.screen.dialog with parameters of type DialogInputModifier and TypeMethodDescriptionvoidDialogControls.addInput(DialogInput input, Consumer<Widget> widgetConsumer) -
Uses of DialogInput in net.minecraft.dialog
Fields in net.minecraft.dialog with type parameters of type DialogInputModifier and TypeFieldDescriptionprivate final List<DialogInput> DialogCommonData.inputsThe field for theinputsrecord component.Methods in net.minecraft.dialog that return types with arguments of type DialogInput -
Uses of DialogInput in net.minecraft.dialog.type
Fields in net.minecraft.dialog.type with type parameters of type DialogInputModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DialogInput> DialogInput.CODEC