mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Removed @Override for cancellable interface
This commit is contained in:
parent
53d287854e
commit
b896169644
1 changed files with 11 additions and 13 deletions
|
@ -38,12 +38,10 @@ public class BlockFromToEvent extends BlockEvent implements Cancellable {
|
||||||
return from;
|
return from;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean isCancelled() {
|
public boolean isCancelled() {
|
||||||
return cancel;
|
return cancel;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setCancelled(boolean cancel) {
|
public void setCancelled(boolean cancel) {
|
||||||
this.cancel = cancel;
|
this.cancel = cancel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue