C# Class withSIX.Mini.Plugin.Starbound.Models.StarboundGame

Inheritance: BasicSteamGame, IQueryServers
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
GetPublisherUrl ( ) : Uri
GetPublisherUrl ( ContentPublisher c ) : Uri
GetPublisherUrl ( Publisher c ) : Uri
GetServerInfos ( IServerQueryFactory factory, IReadOnlyCollection addresses, Action act, ServerQueryOptions options ) : Task
GetServers ( IServerQueryFactory factory, CancellationToken cancelToken, Action act ) : Task
StarboundGame ( System.Guid id, StarboundGameSettings settings ) : System

Méthodes protégées

Méthode Description
EnableMods ( ILaunchContentAction launchContentAction ) : Task
GetDefaultDirectory ( ) : IAbsoluteDirectoryPath
GetExecutables ( LaunchAction action ) : IEnumerable
GetStartupParameters ( ILaunchContentAction action ) : IEnumerable
InstallMod ( IModContent mod ) : Task
UninstallMod ( IModContent mod ) : Task

Private Methods

Méthode Description
CreateMod ( IModContent mod ) : StarboundMod
GetAdvancedStartupParameters ( ILaunchContentAction action ) : IEnumerable
GetFromGameServerQuery ( IEnumerable addresses, ServerQueryOptions options, Action act ) : Task
GetModInstallationDirectory ( ) : IAbsoluteDirectoryPath
GetPaksAndModPaks ( DirectoryInfo di ) : IEnumerable
GetServer ( IEnumerable content, LaunchAction launchAction ) : CollectionServer
HandleFileBasedMod ( IAbsoluteFilePath pak, IEnumerable packages ) : void
HandleModDirectory ( string packages ) : void

Method Details

EnableMods() protected méthode

protected EnableMods ( ILaunchContentAction launchContentAction ) : Task
launchContentAction ILaunchContentAction
Résultat Task

GetDefaultDirectory() protected méthode

protected GetDefaultDirectory ( ) : IAbsoluteDirectoryPath
Résultat IAbsoluteDirectoryPath

GetExecutables() protected méthode

protected GetExecutables ( LaunchAction action ) : IEnumerable
action LaunchAction
Résultat IEnumerable

GetPublisherUrl() public méthode

public GetPublisherUrl ( ) : Uri
Résultat System.Uri

GetPublisherUrl() public méthode

public GetPublisherUrl ( ContentPublisher c ) : Uri
c ContentPublisher
Résultat System.Uri

GetPublisherUrl() public méthode

public GetPublisherUrl ( Publisher c ) : Uri
c Publisher
Résultat System.Uri

GetServerInfos() public méthode

public GetServerInfos ( IServerQueryFactory factory, IReadOnlyCollection addresses, Action act, ServerQueryOptions options ) : Task
factory IServerQueryFactory
addresses IReadOnlyCollection
act Action
options withSIX.Mini.Core.Games.ServerQueryOptions
Résultat Task

GetServers() public méthode

public GetServers ( IServerQueryFactory factory, CancellationToken cancelToken, Action act ) : Task
factory IServerQueryFactory
cancelToken System.Threading.CancellationToken
act Action
Résultat Task

GetStartupParameters() protected méthode

protected GetStartupParameters ( ILaunchContentAction action ) : IEnumerable
action ILaunchContentAction
Résultat IEnumerable

InstallMod() protected méthode

protected InstallMod ( IModContent mod ) : Task
mod IModContent
Résultat Task

StarboundGame() public méthode

public StarboundGame ( System.Guid id, StarboundGameSettings settings ) : System
id System.Guid
settings StarboundGameSettings
Résultat System

UninstallMod() protected méthode

protected UninstallMod ( IModContent mod ) : Task
mod IModContent
Résultat Task