Override annotations do not belong here!

This commit is contained in:
Nathan Adams 2011-12-09 16:24:23 +00:00
parent bbbda45739
commit 3ae2ce4c30

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