Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
Cancellable.java
Go to the documentation of this file.
1 package org.bukkit.event;
2 
3 public interface Cancellable {
10  public boolean isCancelled();
11 
18  public void setCancelled(boolean cancel);
19 }