All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.lenni0451.mcstructs.snbt.ISNbtSerializer Maven / Gradle / Ivy

package net.lenni0451.mcstructs.snbt;

import net.lenni0451.mcstructs.nbt.INbtTag;
import net.lenni0451.mcstructs.snbt.exceptions.SNbtSerializeException;

/**
 * The base SNbt serializer interface.
 */
public interface ISNbtSerializer {

    String serialize(final INbtTag tag) throws SNbtSerializeException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy