import { BundleLoader } from "https://deno.land/x/sptaki@1.2.0/loaders/BundleLoader.d.ts";
Constructors
new
BundleLoader(httpServerHelper: HttpServerHelper,
vfs: VFS,
jsonUtil: JsonUtil,
bundleHashCacheService: BundleHashCacheService,
Properties
protected
bundleHashCacheService: BundleHashCacheServiceprotected
bundles: Record<string, BundleInfo>protected
httpServerHelper: HttpServerHelperprotected
jsonUtil: JsonUtilprotected
vfs: VFSMethods
addBundle(key: string, b: BundleInfo): void
addBundles(modpath: string): void
getBundle(key: string): BundleInfo
getBundles(): BundleInfo[]
Handle singleplayer/bundles