Class ModFileScanData
java.lang.Object
net.neoforged.neoforgespi.language.ModFileScanData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Set<ModFileScanData.AnnotationData> private final Set<ModFileScanData.ClassData> private final List<IModFileInfo> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddModFileInfo(IModFileInfo info) getAnnotatedBy(Class<? extends Annotation> type, ElementType elementType)
-
Field Details
-
annotations
-
classes
-
modFiles
-
-
Constructor Details
-
ModFileScanData
public ModFileScanData()
-
-
Method Details
-
getClasses
-
getAnnotations
-
getAnnotatedBy
public Stream<ModFileScanData.AnnotationData> getAnnotatedBy(Class<? extends Annotation> type, ElementType elementType) -
addModFileInfo
-
getIModInfoData
-