Override annotations do not belong here!

This commit is contained in:
Nathan Adams
2011-12-09 16:24:23 +00:00
parent fc51ffee2e
commit 36b0a8873e

View File

@@ -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;
}