mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 09:16:06 +01:00
Override annotations do not belong here!
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
7aff3534fa
commit
a41e663ef3
1 changed files with 0 additions and 2 deletions
|
@ -73,12 +73,10 @@ public class StructureGrowEvent extends WorldEvent implements Cancellable {
|
|||
return blocks;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCancelled() {
|
||||
return cancelled;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCancelled(boolean cancel) {
|
||||
cancelled = cancel;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue