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

dev.aurelium.auraskills.api.registry.NamespaceIdentified Maven / Gradle / Ivy

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

public interface NamespaceIdentified {

    /**
     * Gets the {@link NamespacedId} of the object
     *
     * @return the {@link NamespacedId}
     */
    NamespacedId getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy