Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
-
Uses of ModAnnotation in net.minecraftforge.fml.loading.moddiscovery
Modifier and TypeFieldDescriptionprivate LinkedList<ModAnnotation>
ModAnnotationVisitor.annotations
private LinkedList<ModAnnotation>
ModClassVisitor.annotations
private LinkedList<ModAnnotation>
ModFieldVisitor.annotations
private LinkedList<ModAnnotation>
ModMethodVisitor.annotations
Modifier and TypeMethodDescriptionstatic net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData
ModAnnotation.fromModAnnotation(org.objectweb.asm.Type clazz, ModAnnotation annotation)
ModifierConstructorDescriptionModAnnotation(org.objectweb.asm.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)
ModifierConstructorDescriptionModAnnotationVisitor(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)