Interface ElementEvents.ElementReapplied
- All Known Implementing Classes:
ElementalStatusEffect.Handler
- Enclosing class:
ElementEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonElementReapplied(Element element, ElementalApplication result) Event signature forElementEvents.REAPPLIED
-
Method Details
-
onElementReapplied
Event signature forElementEvents.REAPPLIED- Parameters:
element- The reapplied element.result- The resulting elemental application after reapplication.
-