Package org.quiltmc.qsl.base.api.util
Annotation Interface InjectedInterface
States that the annotated interface is injected into some of the game's classes.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueReturns the target classes for which the annotated interface is injected into.- Returns:
- the target classes for which the annotated interface is injected into
-