Annotation Interface NpcCastCallout
Callout adapter for enemy "starts casting" events.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
long[] value- Returns:
- Which cast IDs to trigger on
-
-
-
suppressMs
long suppressMs- Default:
- -1L
-
cancellable
boolean cancellable- Returns:
- Whether the callout should be removed if the cast stops
- Default:
- false
-
onYou
boolean onYou- Returns:
- Whether the callout should only trigger on the player casting the spell
- Default:
- false
-