[Bleeding] Event no longer implements Serializable.
This commit is contained in:
@@ -10,7 +10,6 @@ import org.bukkit.event.HandlerList;
|
||||
* <p />
|
||||
* If a Block From To event is cancelled, the block will not move (the liquid will not flow).
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class BlockFromToEvent extends BlockEvent implements Cancellable {
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
protected Block to;
|
||||
|
||||
Reference in New Issue
Block a user