Interaction Event Handling¶
Interaction Event Dispatcher¶
- class CommonInteractionEventDispatcherService¶
Bases:
CommonService,HasLogA service that dispatches interaction events (Run, Queued, Performed, etc.).
Warning
Do not use this service directly to listen for events! Use the
CommonEventRegistryto listen for dispatched events.- property mod_identity¶
The identity of the mod that owns this property
Warning
Override this property with the
CommonModIdentityof your mod.This is a MUST override to allow for proper Exception Handling and Logging!
- Returns:
An instance of CommonModIdentity
- Return type:
- Raises:
NotImplementedError – Thrown when the property is not implemented.