public interface LastLoginAPI
Modifier and Type | Method and Description |
---|---|
@NotNull LastLoginPlayer |
getPlayer(@NotNull UUID playerUuid)
Get the player by his
UUID |
Set<? extends LastLoginPlayer> |
getPlayerByName(@NotNull String name)
Get the player by his name.
|
void |
reloadPlugin()
Reload plugin configuration files
|
void reloadPlugin()
@NotNull @NotNull LastLoginPlayer getPlayer(@NotNull @NotNull UUID playerUuid)
UUID
playerUuid
- the UUID
of the playerLastLoginPlayer
instance of the relative playerSet<? extends LastLoginPlayer> getPlayerByName(@NotNull @NotNull String name)
name
- the name of the playerLastLoginPlayer
that have the given nameCopyright © 2023. All rights reserved.