minecraftcommandapi
Version:
An API, which provides functions to generate Minecraft Commands
4 lines (3 loc) • 548 B
TypeScript
import { SummonCommand, ISummonCommand } from "./SummonCommand";
import { Achievement, IAchievementCommand, AchievementCommand, AchievementCommandCommand, AchievementCommandFrom, AchievementCommandTo, IAchievementCommandFrom, IAchievementCommandTo, IAchievementCommandCommand } from "./Achievement";
export { SummonCommand, ISummonCommand, Achievement, AchievementCommand, IAchievementCommand, AchievementCommandFrom, IAchievementCommandFrom, AchievementCommandCommand, IAchievementCommandCommand, AchievementCommandTo, IAchievementCommandTo };