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

be.maximvdw.placeholderapi.PlaceholderReplacer Maven / Gradle / Ivy

Go to download

MVdW Placeholder API is an API that allows you to register placeholders to all MVdW Placeholder plugins at once.

The newest version!
package be.maximvdw.placeholderapi;

/**
 * PlaceholderReplacer interface
 *
 * @author Maxim Van de Wynckel
 */
public interface PlaceholderReplacer {
    /**
     * On placeholder replace event
     *
     * @param event PlaceholderReplaceEvent holding the player and placeholder
     * @return Return result of the placeholder
     */
    String onPlaceholderReplace(PlaceholderReplaceEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy