Every event extends this class.
public class NeonEvent { public void cancel(); public boolean isCancelled(); }
Last updated 4 months ago