mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
Remove @overrides from EntityCombust
By: Taylor Kelly <tkelly910@gmail.com>
This commit is contained in:
parent
6260932a36
commit
0621fedd0b
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue