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

be.maximvdw.placeholderapi.internal.eventhooks.TriggerEvent 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.internal.eventhooks;

import org.bukkit.entity.Player;

public interface TriggerEvent {
	void enableEvent(Player player, String action);

	void disableEvent(Player player, String action);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy