@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.event.filter.data
Event filter annotations working on
ValueContainer
parameters.
These annotations can be applied to existing parameters to filter based on
data Key
s.
-
Annotation Types Summary Annotation Type Description GetValue A parameter source annotation that gets a value for a certain data key.Has Filters a parameter in an event@Listener
method to only one that has a value for certain data.Supports Filters a parameter in an event@Listener
method to only one that supports certain data.