public string GetVersionOptionsPath(Modules.Version version) { return(PathManager.GetVersionOptionsPath(VersionIsolation, GameRootPath, version)); }
public string GetAssetsPath(JAssetsInfo assetsInfo) { return(PathManager.GetAssetsPath(GameRootPath, assetsInfo)); }
public string GetAIJarPath() { return(PathManager.GetAIJarPath(GameRootPath)); }
public string GetJarPath(string id) { return(PathManager.GetJarPath(GameRootPath, id)); }
public string GetAssetsIndexPath(string assetsID) { return(PathManager.GetAssetsIndexPath(GameRootPath, assetsID)); }
public string GetJarPath(Modules.Version ver) { return(PathManager.GetJarPath(GameRootPath, ver)); }
public string GetJsonPath(string ID) { return(PathManager.GetJsonPath(GameRootPath, ID)); }
public string GetNativePath(Native native) { return(PathManager.GetNativePath(GameRootPath, native)); }
public string GetLibraryPath(Modules.Library lib) { return(PathManager.GetLibraryPath(GameRootPath, lib)); }
public string GetGameVersionRootDir(Modules.Version ver) { return(PathManager.GetGameVersionRootDir(VersionIsolation, GameRootPath, ver)); }