Package org.spongepowered.api.event
Interface BiGenericEvent<T,U>
- Type Parameters:
T- The primary generic typeU- The secondary generic type
- All Superinterfaces:
Event,GenericEvent<T>
- All Known Subinterfaces:
ProvideServiceEvent.EngineScoped<T,E>
GenericEvent that requires two type parameters.-
Method Summary
Methods inherited from interface org.spongepowered.api.event.GenericEvent
paramType
-
Method Details
-
secondaryParamType
io.leangen.geantyref.TypeToken<U> secondaryParamType()Gets the secondarygeneric type.- Returns:
- The type token
-
paramTypes
Description copied from interface:GenericEventGets all thegeneric type's.- Specified by:
paramTypesin interfaceGenericEvent<T>- Returns:
- The list of type tokens
-