Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.utils
/
PlayerUtils
Player
Utils
open
class
PlayerUtils
(
source
)
Utility class for working with players in Minecraft.
Functions
Functions
does
Exist
Link copied to clipboard
open
fun
doesExist
(
target
:
String
)
:
Boolean
Check if a player exists with the specified name.
get
Player
Link copied to clipboard
open
fun
getPlayer
(
target
:
String
)
:
OfflinePlayer
Retrieve a player object from their name.
open
fun
getPlayer
(
uuid
:
UUID
)
:
OfflinePlayer
Retrieve a player object from their UUID.