IDDDClassificationEvent - yeelp/Distinct-Damage-Descriptions GitHub Wiki
This event is extended by all classification based events. These are typically fired before damage calculation.
Importing the class
It might be required to import the class to avoid errors.
import mods.ddd.events.DDDClassificationEvent;
Extending IDDDEvent
This event extends IDDDEvent. So anything accessible from that event is accessible from IDDDClassificationEvent.
What can you do with this?
Nothing special. This serves as the root of the classification based events.