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

think.rpgitems.power.TagHolder Maven / Gradle / Ivy

There is a newer version: 3.12.2
Show newest version
package think.rpgitems.power;

import java.util.Set;

public interface TagHolder {
    Set getTags();
    void addTag(String tag);
    void removeTag(String tag);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy