Skip to content

@loontail/minecraft-kit v0.5.0 / Architectures

Variable: Architectures

ts
const Architectures: {
  ARM64: "arm64";
  X64: "x64";
  X86: "x86";
};

CPU architecture identifiers. Matches the values that appear in Mojang library os.arch fields, after normalization from Node's NodeJS.Architecture.

Type declaration

MemberTypeValue
ARM64"arm64""arm64"
X64"x64""x64"
X86"x86""x86"

Source

src/types/system.ts:20

MIT License