Create a new tournament.
Throws an error if ID is specified and already exists.
Name of the tournament
Settings of the tournament
ID of the tournament (randomly assigned if omitted)
The newly created tournament
Reload an object representing a tournament.
Plain object of a tournament
The newly reloaded tournament
Remove a tournament from the manager.
Throws an error if no tournament has the specified ID.
ID of the tournament to be removed
The removed tournament
Class representing a tournament manager.