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

dev.aurelium.slate.lore.parser.LoreParser Maven / Gradle / Ivy

The newest version!
package dev.aurelium.slate.lore.parser;

import dev.aurelium.slate.lore.LoreLine;
import org.spongepowered.configurate.ConfigurationNode;
import org.spongepowered.configurate.serialize.SerializationException;

public interface LoreParser {

    LoreLine parse(ConfigurationNode config) throws SerializationException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy