mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
Remove @overrides from EntityCombust
This commit is contained in:
parent
b13da85182
commit
c5e31fd6f3
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…
Add table
Reference in a new issue