Uses of Record Class
net.minecraft.dialog.type.DialogInput
Packages that use DialogInput
Package
Description
The base package for all Minecraft classes.
-
Uses of DialogInput in net.minecraft
Methods in net.minecraft with parameters of type DialogInputModifier and TypeMethodDescriptionvoidclass_11529.method_72136(DialogInput dialogInput, Consumer<Widget> consumer) -
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