minecraftcommandapi
Version:
An API, which provides functions to generate Minecraft Commands
7 lines (6 loc) • 624 B
TypeScript
import { Achievement } from './Achievement';
import { IAchievementCommand, AchievementCommand } from './AchievementCommand';
import { AchievementCommandFrom, IAchievementCommandFrom } from './AchievementCommandFrom';
import { AchievementCommandTo, IAchievementCommandTo } from './AchievementCommandTo';
import { AchievementCommandCommand, IAchievementCommandCommand } from './AchievementCommandCommand';
export { Achievement, AchievementCommand, IAchievementCommand, AchievementCommandFrom, IAchievementCommandFrom, AchievementCommandCommand, IAchievementCommandCommand, AchievementCommandTo, IAchievementCommandTo };