Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
-
Packages that use ModAnnotation Package Description net.minecraftforge.fml.loading.moddiscovery -
-
Uses of ModAnnotation in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModAnnotation Modifier and Type Field Description private ModAnnotationModAnnotationVisitor. annotationFields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModAnnotation Modifier and Type Field Description private java.util.LinkedList<ModAnnotation>ModAnnotationVisitor. annotationsprivate java.util.LinkedList<ModAnnotation>ModClassVisitor. annotationsprivate java.util.LinkedList<ModAnnotation>ModFieldVisitor. annotationsprivate java.util.LinkedList<ModAnnotation>ModMethodVisitor. annotationsMethods in net.minecraftforge.fml.loading.moddiscovery that return ModAnnotation Modifier and Type Method Description ModAnnotationModAnnotation. addChildAnnotation(java.lang.String name, java.lang.String desc)Methods in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModAnnotation Modifier and Type Method Description static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationDataModAnnotation. fromModAnnotation(org.objectweb.asm.Type clazz, ModAnnotation annotation)Constructors in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModAnnotation Constructor Description ModAnnotation(org.objectweb.asm.Type asmType, ModAnnotation parent)ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation)ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation)ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation, java.lang.String name)Constructor parameters in net.minecraftforge.fml.loading.moddiscovery with type arguments of type ModAnnotation Constructor Description ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation)ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation)ModAnnotationVisitor(java.util.LinkedList<ModAnnotation> annotations, ModAnnotation annotation, java.lang.String name)ModFieldVisitor(java.lang.String name, java.util.LinkedList<ModAnnotation> annotations)ModMethodVisitor(java.lang.String name, java.lang.String desc, java.util.LinkedList<ModAnnotation> annotations)
-