Skip to content

@loontail/minecraft-kit / ExtractNativeAction

Type Alias: ExtractNativeAction

ts
type ExtractNativeAction = {
  destination: string;
  exclude: readonly string[];
  kind: typeof EXTRACT_NATIVE;
  source: string;
};

Defined in: src/types/install.ts:93

A native extraction step. Source jar must already exist on disk.

Properties

PropertyModifierTypeDefined in
destinationreadonlystringsrc/types/install.ts:96
excludereadonlyreadonly string[]src/types/install.ts:97
kindreadonlytypeof EXTRACT_NATIVEsrc/types/install.ts:94
sourcereadonlystringsrc/types/install.ts:95

MIT License