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 ModAnnotation
ModAnnotationVisitor. annotation
Fields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModAnnotation Modifier and Type Field Description private java.util.LinkedList<ModAnnotation>
ModAnnotationVisitor. annotations
private java.util.LinkedList<ModAnnotation>
ModClassVisitor. annotations
private java.util.LinkedList<ModAnnotation>
ModFieldVisitor. annotations
private java.util.LinkedList<ModAnnotation>
ModMethodVisitor. annotations
Methods in net.minecraftforge.fml.loading.moddiscovery that return ModAnnotation Modifier and Type Method Description ModAnnotation
ModAnnotation. 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.AnnotationData
ModAnnotation. 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)
-