aboutsummaryrefslogtreecommitdiff
path: root/azalea-brigadier/src/arguments/mod.rs
blob: 9d2c2cd06b42c19a9aaaa54df446d1797c56ff8d (plain)
1
2
3
4
5
6
7
8
9
mod argument_type;
pub mod bool_argument_type;
pub mod double_argument_type;
pub mod float_argument_type;
pub mod integer_argument_type;
pub mod long_argument_type;
pub mod string_argument_type;

pub use argument_type::ArgumentType;