call abstract method
$R
call({ - String? host,
- int? port,
- String? worldFile,
- bool? autosave,
- bool? multiWorld,
- int? maxPlayers,
- String? description,
- String? guestPrefix,
- bool? whitelistEnabled,
- bool? accountRequired,
- String? apiEndpoint,
- String? endpointSecret,
})
Implementation
$R call({
String? host,
int? port,
String? worldFile,
bool? autosave,
bool? multiWorld,
int? maxPlayers,
String? description,
String? guestPrefix,
bool? whitelistEnabled,
bool? accountRequired,
String? apiEndpoint,
String? endpointSecret,
});