@Deprecated public class Triggers extends Object
Triggers.| Modifier and Type | Field and Description |
|---|---|
static List<TriggerDescriptor> |
TRIGGERS
Deprecated.
as of 1.286
Use
Trigger.all() for read access, and Extension for registration. |
| Constructor and Description |
|---|
Triggers()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static List<TriggerDescriptor> |
getApplicableTriggers(Item i)
Deprecated.
as of 1.286
Use
Trigger.for_(Item). |
@Deprecated public static final List<TriggerDescriptor> TRIGGERS
Trigger.all() for read access, and Extension for registration.TriggerDescriptor implementations.@Deprecated public static List<TriggerDescriptor> getApplicableTriggers(Item i)
Trigger.for_(Item).TriggerDescriptors that applys to the given item.Copyright © 2019. All rights reserved.