Skip to content

@loontail/minecraft-kit / AssetIndexReference

Type Alias: AssetIndexReference

ts
type AssetIndexReference = {
  id: string;
  sha1: string;
  size: number;
  totalSize: number;
  url: string;
};

Defined in: src/types/minecraft.ts:79

Reference to the asset-index JSON file.

Properties

PropertyModifierTypeDefined in
idreadonlystringsrc/types/minecraft.ts:80
sha1readonlystringsrc/types/minecraft.ts:81
sizereadonlynumbersrc/types/minecraft.ts:82
totalSizereadonlynumbersrc/types/minecraft.ts:83
urlreadonlystringsrc/types/minecraft.ts:84

MIT License