getAllArenas

abstract fun getAllArenas(@NotNull prefix: @NotNull String): List<Arena>(source)

Gets a list of all arenas from the database.

Return

a list of all arenas in the database.

Parameters

tablePrefix

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

Throws

if an I/O error occurs while retrieving the arenas.