Uses of Class
net.neoforged.fml.loading.modscan.ModAnnotation
Packages that use ModAnnotation
-
Uses of ModAnnotation in net.neoforged.fml.loading.modscan
Fields in net.neoforged.fml.loading.modscan declared as ModAnnotationFields in net.neoforged.fml.loading.modscan with type parameters of type ModAnnotationModifier and TypeFieldDescriptionprivate LinkedList<ModAnnotation> ModAnnotationVisitor.annotationsprivate final LinkedList<ModAnnotation> ModClassVisitor.annotationsprivate final LinkedList<ModAnnotation> ModFieldVisitor.annotationsprivate final LinkedList<ModAnnotation> ModMethodVisitor.annotationsMethods in net.neoforged.fml.loading.modscan that return ModAnnotationMethods in net.neoforged.fml.loading.modscan with parameters of type ModAnnotationModifier and TypeMethodDescriptionModAnnotation.fromModAnnotation(Type clazz, ModAnnotation annotation) Constructors in net.neoforged.fml.loading.modscan with parameters of type ModAnnotationModifierConstructorDescriptionModAnnotation(Type asmType, ModAnnotation parent) ModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation) ModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation) ModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, String name) Constructor parameters in net.neoforged.fml.loading.modscan with type arguments of type ModAnnotationModifierConstructorDescriptionModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation) ModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation) ModAnnotationVisitor(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, String name) ModFieldVisitor(String name, LinkedList<ModAnnotation> annotations) ModMethodVisitor(String name, String desc, LinkedList<ModAnnotation> annotations)