Class AnnotationUtil
java.lang.Object
info.u_team.u_team_core.util.annotation.AnnotationUtil
Annotation utility methods
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<AnnotationUtil.AnnotationData>getAnnotations(String modid, org.objectweb.asm.Type type) Returns a list of foundAnnotationUtil.AnnotationDatafor the give annotationTypeand modid.
-
Constructor Details
-
AnnotationUtil
public AnnotationUtil()
-
-
Method Details
-
getAnnotations
public static List<AnnotationUtil.AnnotationData> getAnnotations(String modid, org.objectweb.asm.Type type) Returns a list of foundAnnotationUtil.AnnotationDatafor the give annotationTypeand modid.- Parameters:
modid- The mod files to search for annotationstype- Annotation type- Returns:
- List of found annotation data
-