Interface ICancellable
public interface ICancellable
Based off of Bukkit's Cancellable
To be implemented for each server software supported by this plugin
-
Method Summary
-
Method Details
-
cancel
void cancel()Cancels an event -
uncancel
void uncancel()Uncancels an event
-