Klasse AnnotationUtil
java.lang.Object
info.u_team.u_team_core.util.annotation.AnnotationUtil
Annotation utility methods
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final recordstatic interface -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic List<AnnotationUtil.AnnotationData> getAnnotations(String modid) Returns a list of foundAnnotationUtil.AnnotationDatafor a modidstatic List<AnnotationUtil.AnnotationData> getAnnotations(String modid, org.objectweb.asm.Type type) Returns a list of foundAnnotationUtil.AnnotationDatafor the give annotationTypeand modid.
-
Konstruktordetails
-
AnnotationUtil
public AnnotationUtil()
-
-
Methodendetails
-
getAnnotations
public static List<AnnotationUtil.AnnotationData> getAnnotations(String modid, org.objectweb.asm.Type type) Returns a list of foundAnnotationUtil.AnnotationDatafor the give annotationTypeand modid.- Parameter:
modid- The mod files to search for annotationstype- Annotation type- Gibt zurück:
- List of found annotation data
-
getAnnotations
Returns a list of foundAnnotationUtil.AnnotationDatafor a modid- Parameter:
modid- The mod files to search for annotations- Gibt zurück:
- List of found annotation data
-