getGuildClaim

fun getGuildClaim(wrapper: WorldGuardWrapper, player: Player, guild: Guild): Optional<IWrappedRegion>(source)

Returns the guild claim for the given guild and player.

Return

An Optional IWrappedRegion representing the guild claim, if it exists.

Parameters

wrapper

The WorldGuardWrapper instance to use.

player

The Player object representing the player.

guild

The Guild object representing the guild.