jar

net.lenni0451.mcstructs-bedrock : forms

Maven & Gradle

Aug 12, 2023
0 stars

MCStructs-bedrock · A minecraft bedrock data structure library with the goal of being compliant with the vanilla client

Table Of Contents

Latest Version

Download net.lenni0451.mcstructs-bedrock : forms JAR file - Latest Versions:

All Versions

Download net.lenni0451.mcstructs-bedrock : forms JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window forms-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.lenni0451.mcstructs_bedrock.forms.serializer

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.FormSerializer.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms

├─ net.lenni0451.mcstructs_bedrock.forms.AForm.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.FormType.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.utils

├─ net.lenni0451.mcstructs_bedrock.forms.utils.JsonUtils.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.types.builder

├─ net.lenni0451.mcstructs_bedrock.forms.types.builder.ActionFormBuilder.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.types.builder.CustomFormBuilder.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.types.builder.ModalFormBuilder.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.elements

├─ net.lenni0451.mcstructs_bedrock.forms.elements.AFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.CheckboxFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.DropdownFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.FormElementType.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.FormImage.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.LabelFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.SliderFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.StepSliderFormElement.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.elements.TextFieldFormElement.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.types

├─ net.lenni0451.mcstructs_bedrock.forms.types.ActionForm.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.types.CustomForm.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.types.ModalForm.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.serializer.elements

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormElementCodec.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.elements.FormImageCodec.class - [JAR]

net.lenni0451.mcstructs_bedrock.forms.serializer.modal

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ActionFormCodec.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.modal.CustomFormCodec.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.modal.ModalFormCodec.class - [JAR]

├─ net.lenni0451.mcstructs_bedrock.forms.serializer.modal.TypedFormCodec.class - [JAR]