pub type EventHandlers = HashMap<String, Vec<EventHandler>>;
A handler function that processes an EntityEvent.
EntityEvent
pub struct EventHandlers { /* private fields */ }