Interface EventValue.Changer<E extends org.bukkit.event.Event,V>
- Type Parameters:
E- the event typeV- the value type
- All Known Subinterfaces:
EventValue.NoValueChanger<E,V>
- Enclosing interface:
EventValue<E extends org.bukkit.event.Event,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A changer for applying modifications to the value for a given event instance.
-
Method Summary
-
Method Details
-
change
Applies a change to the value for the given event instance.- Parameters:
event- the event instancevalue- the value to apply (may benulldepending on mode)
-