Beta
Adds a section divider to the form.
The label to display for the dropdown.
The selectable items for the dropdown.
Optional
dropdownOptions: ModalFormDataDropdownOptionsThe optional additional values for the dropdown creation.
Adds a dropdown with choices to the form.
Beta
Text to display.
Adds a header to the form.
Beta
Text to display.
Adds a label to the form.
Player to show this dialog to.
Creates and shows this modal popup form. Returns asynchronously when the player confirms or cancels the dialog.
This function can't be called in read-only mode.
This function can throw errors.
minecraftcommon.EngineError
minecraftserver.InvalidEntityError
minecraftserver.RawMessageError
The label to display for the slider.
The minimum selectable possible value.
The maximum selectable possible value.
Optional
sliderOptions: ModalFormDataSliderOptionsThe optional additional values for the slider creation.
Adds a numeric slider to the form.
The label to display for the textfield.
The place holder text to display.
Optional
textFieldOptions: ModalFormDataTextFieldOptionsThe optional additional values for the textfield creation.
Adds a textbox to the form.
This builder method sets the title for the modal dialog.
The label to display for the toggle.
Optional
toggleOptions: ModalFormDataToggleOptionsThe optional additional values for the toggle creation.
Adds a toggle checkbox button to the form.
Used to create a fully customizable pop-up form for a player.
Example
showBasicModalForm.ts