arenaExists

open fun arenaExists(@Nullable tablePrefix: @Nullable String, @NotNull id: @NotNull String): Boolean(source)

Checks whether an arena with the specified ID exists in the database.

Return

`true` if an arena with the specified ID exists, `false` otherwise.

Parameters

tablePrefix

the prefix, if any, to use for the container.

id

the ID of the arena to check for.

Throws

if an I/O error occurs while checking for the arena.