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
11
12
13
14
use crate::create_enum;

create_enum!(
    Relation,
    [],
    Attacker,
    Controller,
    Leasher,
    Origin,
    Owner,
    Passengers,
    Target,
    Vehicle
);