minecraft-command-types 0.1.0

Provides an AST like structure for Minecraft commands.
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::create_enum;

create_enum!(
    Heightmap,
    [],
    WorldSurface,
    MotionBlocking,
    MotionBlockingNoLeaves,
    OceanFloor
);