Crate valence_command

Source

Re-exports§

pub use manager::CommandExecutionEvent;
pub use manager::CommandProcessedEvent;
pub use scopes::CommandScopeRegistry;

Modules§

graph
Command graph implementation
handler
manager
parsers
A collection of parses for use in command argument nodes.
scopes
Scope graph for the Valence Command system.

Structs§

CommandRegistry
CommandSystemSet

Enums§

ModifierValue
Used to store keys values for command modifiers. Heavily inspired by serde-value.

Traits§

AddCommand
Command