minecraft-command-types 0.1.0

Provides an AST like structure for Minecraft commands.
Documentation
1
2
3
use crate::create_enum;

create_enum!(Axis, [Ord, PartialOrd], X, Y, Z);