getChallenge

open fun getChallenge(@NotNull uuid: @NotNull UUID): GuildChallenge(source)

Get a challenge by it's uuid

Return

the challenge

Parameters

uuid

the uuid of the challenge


open fun getChallenge(@NotNull guild: @NotNull Guild): GuildChallenge(source)

Get a guild challenge by a guild

Return

the challenge

Parameters

guild

the guild to check


open fun getChallenge(@NotNull player: @NotNull Player): GuildChallenge(source)

Get a challenge from a player

Return

the challenge they are part of

Parameters

player

the player to check