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

dev.aurelium.auraskills.api.source.UtilityParser Maven / Gradle / Ivy

There is a newer version: 2.2.3
Show newest version
package dev.aurelium.auraskills.api.source;

import dev.aurelium.auraskills.api.config.ConfigNode;

@FunctionalInterface
public interface UtilityParser {

    T parse(ConfigNode source, BaseContext context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy