Skip to content

@loontail/minecraft-kit / RuntimeComponent

Type Alias: RuntimeComponent

ts
type RuntimeComponent = string;

Defined in: src/types/runtime.ts:27

Runtime component literal. Always a string; the RuntimeComponents const lists the components we know about but unknown ones (added by Mojang in the future) are resolved dynamically.

MIT License