- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
-
Serialize the element to a json element.
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
-
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
-
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.LabelFormElement
-
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
-
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
-
- serialize() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
-
- serialize(AFormElement, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormElementCodec
-
- serialize(FormImage, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormImageCodec
-
- serialize(AForm) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
-
Serialize a form to a json string.
- serialize(ActionForm, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ActionFormCodec
-
- serialize(CustomForm, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.CustomFormCodec
-
- serialize(ModalForm, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ModalFormCodec
-
- serialize(AForm, Type, JsonSerializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.TypedFormCodec
-
- serializeJson(AForm) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
-
Serialize a form to a JsonElement.
- serializeResponse() - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
-
Serialize the response of the form to a string.
- serializeResponse() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
-
- serializeResponse() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
-
- serializeResponse() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
-
- setChecked(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
-
Set the current value of the checkbox.
- setClickedButton(int) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
-
Set the clicked button of the form.
- setClickedButton(int) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
-
Set the clicked button of the form.
- setCurrent(float) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
-
Set the current value of the slider.
- setSelected(int) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
-
Set the selected option of the dropdown.
- setSelected(int) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
-
Set the selected step of the step slider.
- setTranslator(Function<String, String>) - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
-
Set the translator for the form.
- setTranslator(Function<String, String>) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
-
Set the translator for the element.
- setTranslator(Function<String, String>) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
-
Set the translator for the button.
- setTranslator(Function<String, String>) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
-
- setTranslator(Function<String, String>) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
-
- setValue(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
-
Set the current value of the text field.
- slider(String, float, float, float) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
-
Add a slider to the form.
- slider(String, float, float, float, float) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
-
Add a slider with a default value to the form.
- SliderFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
-
- SliderFormElement(String, float, float, float) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
-
- SliderFormElement(String, float, float, float, float) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
-
- stepSlider(String, String...) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
-
Add a step slider to the form.
- stepSlider(String, int, String...) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
-
Add a step slider with a default step to the form.
- StepSliderFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
-
- StepSliderFormElement(String, String...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
-
- StepSliderFormElement(String, int, String...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
-