public class GameJoinEvent
extends GameEvent
This event fires if a player joins game.
public static com.github.lazoyoung.craftgames.event.GameJoinEvent.Companion Companion
public GameJoinEvent(@NotNull com.github.lazoyoung.craftgames.game.Game game, @NotNull org.bukkit.entity.Player player, @NotNull PlayerType playerType)
This event fires if a player joins game.
@NotNull public org.bukkit.event.HandlerList getHandlers()
public void setCancelled(boolean cancel)
public boolean isCancelled()
@NotNull public org.bukkit.entity.Player getPlayer()
@NotNull public PlayerType getPlayerType()
@JvmStatic @NotNull public static org.bukkit.event.HandlerList getHandlerList()