Skip navigation links
A B C D E F G H I J L M N P S T U V 

A

ActionForm - Class in net.lenni0451.mcstructs_bedrock.forms.types
Representation of an action form.
ActionForm(String, String, ActionForm.Button...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
 
ActionForm.Button - Class in net.lenni0451.mcstructs_bedrock.forms.types
A button of an action form.
ActionFormBuilder - Class in net.lenni0451.mcstructs_bedrock.forms.types.builder
 
ActionFormBuilder() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
 
ActionFormCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.modal
A codec for the ActionForm.
ActionFormCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ActionFormCodec
 
AForm - Class in net.lenni0451.mcstructs_bedrock.forms
 
AForm(FormType, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.AForm
 
AFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
 
AFormElement(FormElementType, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 

B

build() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
 
build() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Build the custom form.
build() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
 
builder() - Static method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
 
builder() - Static method in class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
 
builder() - Static method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
Button(String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
 
Button(String, FormImage) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
 
button(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Add a button to the form.
button(String, FormImage) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Add a button with an image to the form.
button1(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
Set the text of the first button.
button2(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
Set the text of the second button.
buttons(String, String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
Set the text of both buttons.
byName(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType
Get a form element type by its name.
byName(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormImage.Type
 
byName(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.FormType
Get a form type by its name.

C

checkbox(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a checkbox to the form.
checkbox(String, boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a checkbox with a default value to the form.
CheckboxFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
A checkbox form element for the CustomForm.
CheckboxFormElement(String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
 
CheckboxFormElement(String, boolean) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
 
CustomForm - Class in net.lenni0451.mcstructs_bedrock.forms.types
Representation of a custom form.
CustomForm(String, AFormElement...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
 
CustomFormBuilder - Class in net.lenni0451.mcstructs_bedrock.forms.types.builder
 
CustomFormBuilder() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
 
CustomFormCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.modal
A codec for the CustomForm.
CustomFormCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.CustomFormCodec
 

D

DEFAULT_TRANSLATOR - Static variable in class net.lenni0451.mcstructs_bedrock.forms.AForm
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
Deserialize the element from a json element.
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.LabelFormElement
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
 
deserialize(JsonElement) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormElementCodec
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormImageCodec
 
deserialize(String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
Deserialize a form from a json string.
deserialize(JsonElement) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
Deserialize a form from a json JsonElement.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ActionFormCodec
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.CustomFormCodec
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ModalFormCodec
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.TypedFormCodec
 
deserializeLenientReader(String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
Deserialize a form from a json string using a lenient json reader.
deserializeReader(String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
Deserialize a form from a json string using a json reader.
deserializeReader(String, boolean) - Static method in class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
Deserialize a form from a json string using a json reader.
deserializeResponse(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
Deserialize the response of the form from a string.
deserializeResponse(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
Deserialize the response of the form from a string.
deserializeResponse(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
Deserialize the response of the form from a string.
deserializeResponse(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
dropdown(String, String...) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a dropdown to the form.
dropdown(String, int, String...) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a dropdown with a default option to the form.
DropdownFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
A dropdown form element for the CustomForm.
DropdownFormElement(String, String...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 
DropdownFormElement(String, int, String...) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 

E

ensureContains(JsonObject, String...) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given elements.
ensureContainsArray(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given JsonArray element.
ensureContainsBoolean(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given boolean element.
ensureContainsFloat(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given float element.
ensureContainsInt(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given int element.
ensureContainsObject(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given JsonObject element.
ensureContainsString(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given string element.
ensureContainsStringArray(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure the given JsonObject contains the given string array element.
ensureRootObject(JsonElement, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Ensure that the given element is a JsonObject.

F

FormElementCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.elements
A codec for all form element types.
FormElementCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormElementCodec
 
FormElementType - Enum in net.lenni0451.mcstructs_bedrock.forms.elements
 
FormImage - Class in net.lenni0451.mcstructs_bedrock.forms.elements
 
FormImage(FormImage.Type, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.FormImage
 
FormImage.Type - Enum in net.lenni0451.mcstructs_bedrock.forms.elements
The type of an image.
FormImageCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.elements
A codec for the FormImage.
FormImageCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormImageCodec
 
FormSerializer - Class in net.lenni0451.mcstructs_bedrock.forms.serializer
 
FormSerializer() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer
 
FormType - Enum in net.lenni0451.mcstructs_bedrock.forms
 

G

getButton1() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
getButton1(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
Get the text of the first button.
getButton2() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
getButton2(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
Get the text of the second button.
getButtons() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
 
getClickedButton() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
Get the clicked button of the form.
getClickedButton() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
Get the clicked button of the form.
getCurrent() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
getDefaultOption() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 
getDefaultStep() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
 
getDefaultValue() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
 
getDefaultValue() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
getDefaultValue() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
getElements() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.CustomForm
 
getImage() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
 
getMax() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
getMin() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
getName() - Method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType
 
getName() - Method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormImage.Type
 
getName() - Method in enum net.lenni0451.mcstructs_bedrock.forms.FormType
 
getOptions() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 
getOptions(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
Get the options of the dropdown.
getPlaceholder() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
getSelected() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement
 
getSelected() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
 
getStep() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement
 
getSteps() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
 
getSteps(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement
Get the steps of the step slider.
getText() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 
getText(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
Get the text of the element.
getText() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
 
getText(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
Get the text of the button.
getText() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
 
getText(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm
Get the text of the form.
getText() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
getText(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
Get the text of the form.
getTitle() - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
 
getTitle(boolean) - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
Get the title of the form.
getTranslator() - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
 
getTranslator() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 
getTranslator() - Method in class net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.Button
 
getType() - Method in class net.lenni0451.mcstructs_bedrock.forms.AForm
 
getType() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 
getType() - Method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType
 
getType() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.FormImage
 
getType() - Method in enum net.lenni0451.mcstructs_bedrock.forms.FormType
 
getValue() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.FormImage
 
getValue() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
GSON - Static variable in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 

H

hasNonNull(JsonObject, String) - Static method in class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
Check if the given object has the given element and it is not null.

I

isChecked() - Method in class net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement
 

J

JsonUtils - Class in net.lenni0451.mcstructs_bedrock.forms.utils
 
JsonUtils() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils
 

L

label(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a label to the form.
LabelFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
A label form element for the CustomForm.
LabelFormElement(String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.LabelFormElement
 

M

ModalForm - Class in net.lenni0451.mcstructs_bedrock.forms.types
Representation of a modal form.
ModalForm(String, String, String, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.ModalForm
 
ModalFormBuilder - Class in net.lenni0451.mcstructs_bedrock.forms.types.builder
 
ModalFormBuilder() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
 
ModalFormCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.modal
A codec for the ModalForm.
ModalFormCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ModalFormCodec
 

N

net.lenni0451.mcstructs_bedrock.forms - package net.lenni0451.mcstructs_bedrock.forms
 
net.lenni0451.mcstructs_bedrock.forms.elements - package net.lenni0451.mcstructs_bedrock.forms.elements
 
net.lenni0451.mcstructs_bedrock.forms.serializer - package net.lenni0451.mcstructs_bedrock.forms.serializer
 
net.lenni0451.mcstructs_bedrock.forms.serializer.elements - package net.lenni0451.mcstructs_bedrock.forms.serializer.elements
 
net.lenni0451.mcstructs_bedrock.forms.serializer.modal - package net.lenni0451.mcstructs_bedrock.forms.serializer.modal
 
net.lenni0451.mcstructs_bedrock.forms.types - package net.lenni0451.mcstructs_bedrock.forms.types
 
net.lenni0451.mcstructs_bedrock.forms.types.builder - package net.lenni0451.mcstructs_bedrock.forms.types.builder
 
net.lenni0451.mcstructs_bedrock.forms.utils - package net.lenni0451.mcstructs_bedrock.forms.utils
 

P

pathButton(String, String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Add a button with a path image to the form.

S

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
A slider form element for the CustomForm.
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
A step slider form element for the CustomForm.
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
 

T

text(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Set the text of the form.
text(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
Set the text of the form.
textField(String, String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a text field to the form.
textField(String, String, String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Add a text field with a default value to the form.
TextFieldFormElement - Class in net.lenni0451.mcstructs_bedrock.forms.elements
A text field form element for the CustomForm.
TextFieldFormElement(String, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
TextFieldFormElement(String, String, String) - Constructor for class net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement
 
title(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Set the title of the form.
title(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder
Set the title of the form.
title(String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder
Set the title of the form.
translator - Variable in class net.lenni0451.mcstructs_bedrock.forms.AForm
 
translator - Variable in class net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement
 
TypedFormCodec - Class in net.lenni0451.mcstructs_bedrock.forms.serializer.modal
A codec for all form types.
TypedFormCodec() - Constructor for class net.lenni0451.mcstructs_bedrock.forms.serializer.modal.TypedFormCodec
 

U

urlButton(String, String) - Method in class net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder
Add a button with an url image to the form.

V

valueOf(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormImage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.lenni0451.mcstructs_bedrock.forms.FormType
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lenni0451.mcstructs_bedrock.forms.elements.FormImage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.lenni0451.mcstructs_bedrock.forms.FormType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N P S T U V 
Skip navigation links