UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

16 lines 359 B
declare enum CommandOriginType { Player = 0, Block = 1, MinecartBlock = 2, DevConsole = 3, Test = 4, AutomationPlayer = 5, ClientAutomation = 6, DedicatedServer = 7, Entity = 8, Virtual = 9, GameArgument = 10, EntityServer = 11 } export default CommandOriginType; //# sourceMappingURL=CommandOriginType.d.ts.map