Skip to content

@loontail/minecraft-kit v0.8.14 / MinecraftChannel

Type alias: MinecraftChannel

ts
type MinecraftChannel: typeof MinecraftChannels[keyof typeof MinecraftChannels];

Channel literal as it appears in version manifest entries.

Example

ts
import { MinecraftChannels, type MinecraftChannel } from "@loontail/minecraft-kit";

const isStable = (c: MinecraftChannel) => c === MinecraftChannels.RELEASE;

Source

src/types/minecraft.ts:29

MIT License