Uses of Record Class
net.minecraft.server.dialog.input.TextInput.MultilineOptions
Packages that use TextInput.MultilineOptions
-
Uses of TextInput.MultilineOptions in net.minecraft.server.dialog.input
Fields in net.minecraft.server.dialog.input with type parameters of type TextInput.MultilineOptionsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<TextInput.MultilineOptions> TextInput.MultilineOptions.CODEC
private final Optional
<TextInput.MultilineOptions> TextInput.multiline
The field for themultiline
record component.Methods in net.minecraft.server.dialog.input that return types with arguments of type TextInput.MultilineOptionsModifier and TypeMethodDescriptionTextInput.multiline()
Returns the value of themultiline
record component.Constructor parameters in net.minecraft.server.dialog.input with type arguments of type TextInput.MultilineOptionsModifierConstructorDescriptionTextInput
(int width, Component label, boolean labelVisible, String initial, int maxLength, Optional<TextInput.MultilineOptions> multiline) Creates an instance of aTextInput
record class.