azalea_brigadier/arguments/
mod.rs

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;