Trigger Data Holder
This class helps store RegistrableTrigger's event-related data, such as the event class and its data retrieval methods.
When creating a TriggerDataHolder, make sure to always include a DataRetrievalType.FIRST_PLAYER method.
Since
2.2
Constructors
Link copied to clipboard
Instantiates a TriggerDataHolder with the given eventType (the type of the trigger event) and methods (the methods, encapsulated in pairs of DataRetrievalType and Method).