dev.aurelium.auraskills.api.loot.LootParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of auraskills-api Show documentation
Show all versions of auraskills-api Show documentation
API for AuraSkills, the ultra-versatile RPG skills plugin for Minecraft
package dev.aurelium.auraskills.api.loot;
import dev.aurelium.auraskills.api.config.ConfigNode;
@FunctionalInterface
public interface LootParser {
Loot parse(LootParsingContext context, ConfigNode config);
}