jar

net.lenni0451.mcstructs : converter

Maven & Gradle

Jun 23, 2024
6 stars

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

Table Of Contents

Latest Version

Download net.lenni0451.mcstructs : converter JAR file - Latest Versions:

All Versions

Download net.lenni0451.mcstructs : converter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.5.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 converter-2.5.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.lenni0451.mcstructs.converter

├─ net.lenni0451.mcstructs.converter.DataConverter.class - [JAR]

├─ net.lenni0451.mcstructs.converter.Result.class - [JAR]

net.lenni0451.mcstructs.converter.impl.v1_20_5

├─ net.lenni0451.mcstructs.converter.impl.v1_20_5.JsonConverter_v1_20_5.class - [JAR]

net.lenni0451.mcstructs.converter.impl.v1_20_3

├─ net.lenni0451.mcstructs.converter.impl.v1_20_3.JsonConverter_v1_20_3.class - [JAR]

├─ net.lenni0451.mcstructs.converter.impl.v1_20_3.NbtConverter_v1_20_3.class - [JAR]

net.lenni0451.mcstructs.converter.codec

├─ net.lenni0451.mcstructs.converter.codec.Codec.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.DataDeserializer.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.DataSerializer.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.Either.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.MapCodec.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.MapCodecMerger.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.NamedType.class - [JAR]

├─ net.lenni0451.mcstructs.converter.codec.ThrowingFunction.class - [JAR]