minecraftcommandapi
Version:
An API, which provides functions to generate Minecraft Commands
5 lines (4 loc) • 688 B
TypeScript
import { SummonCommand, ISummonCommand, Achievement, IAchievementCommand, AchievementCommand, AchievementCommandFrom, AchievementCommandTo, IAchievementCommandFrom, IAchievementCommandTo, IAchievementCommandCommand, AchievementCommandCommand } from './commands';
import { IZombie, Zombie } from './entities';
import { Position, PositionType, IPosition, Version } from './core';
export { SummonCommand, ISummonCommand, IZombie, Zombie, Position, PositionType, IPosition, Version, Achievement, AchievementCommand, IAchievementCommand, AchievementCommandFrom, IAchievementCommandFrom, AchievementCommandCommand, IAchievementCommandCommand, AchievementCommandTo, IAchievementCommandTo };