View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- 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]