dev.aurelium.auraskills.api.registry.Handlers 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.registry;
import dev.aurelium.auraskills.api.trait.TraitHandler;
public interface Handlers {
void registerTraitHandler(TraitHandler traitHandler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy