Class PrivateArenaJoinEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
me.harsh.privategamesaddon.api.events.PrivateArenaJoinEvent
All Implemented Interfaces:
ArenaEvent

public class PrivateArenaJoinEvent extends PlayerEvent implements ArenaEvent
Gets called when a player attempts to join a private arena.

This includes both members and non-members of the party. This event is not called if the arena is just turned private due to the joining player (use PrivateArenaCreateEvent for that). It is also not called if the arena is public.