Gets a username of the player. @return the username @since 1.0
()
| 32 | * @since 1.0 |
| 33 | */ |
| 34 | @NonNull String username(); |
| 35 | |
| 36 | /** |
| 37 | * Gets a {@linkplain PlayerConnection player connection} that this {@linkplain Player player} is backed by. |
no outgoing calls
no test coverage detected