saveArenas

open fun saveArenas(@NotNull arenas: @NotNull Collection<Arena>)(source)

Saves all the arenas in the collection to the data storage backend. Any arena in the data storage backend that is not present in the collection will be deleted.

Parameters

arenas

a collection of arenas to be saved

Throws

if an I/O error occurs