minecraftcommandapi
Version:
An API, which provides functions to generate Minecraft Commands
45 lines (42 loc) • 866 B
text/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
};