Remove @overrides from EntityCombust
This commit is contained in:
parent
b13da85182
commit
c5e31fd6f3
@ -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…
x
Reference in New Issue
Block a user