Remove @overrides from EntityCombust
By: Taylor Kelly <tkelly910@gmail.com>
This commit is contained in:
@@ -15,12 +15,10 @@ public class EntityCombustEvent extends EntityEvent implements Cancellable {
|
||||
this.cancel = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCancelled() {
|
||||
return cancel;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCancelled(boolean cancel) {
|
||||
this.cancel = cancel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user