Add missing documentation
This commit is contained in:
parent
6c813a209b
commit
667e7cc49d
16 changed files with 179 additions and 25 deletions
|
|
@ -82,4 +82,8 @@ public abstract class BukkitCommandSender implements CommandSender {
|
|||
@Nonnull
|
||||
public abstract Player asPlayer();
|
||||
|
||||
@Override
|
||||
public boolean hasPermission(@Nonnull final String permission) {
|
||||
return this.internalSender.hasPermission(permission);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue