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

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

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

public interface PlaceholderHolder extends PropertyHolder {
    String getPlaceholderId();
    void setPlaceholderId(String id);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy