Interface EventValue.Changer<E extends org.bukkit.event.Event, V>
- Type Parameters:
E- the event typeV- the value type
- 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.
@FunctionalInterface
public static interface EventValue.Changer<E extends org.bukkit.event.Event, V>
A changer for applying modifications to the value for a given event instance.
-
Method Summary
-
Method Details
-
change
-