minecraftcommandapi
Version:
An API, which provides functions to generate Minecraft Commands
16 lines • 668 B
text/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
};