| Package | Description |
|---|---|
| net.minecraftforge.fml.loading.moddiscovery |
| Modifier and Type | Field and Description |
|---|---|
private ModAnnotation |
ModAnnotationVisitor.annotation |
| Modifier and Type | Field and Description |
|---|---|
private java.util.LinkedList<ModAnnotation> |
ModClassVisitor.annotations |
private java.util.LinkedList<ModAnnotation> |
ModFieldVisitor.annotations |
private java.util.LinkedList<ModAnnotation> |
ModMethodVisitor.annotations |
private java.util.LinkedList<ModAnnotation> |
ModAnnotationVisitor.annotations |
| Modifier and Type | Method and Description |
|---|---|
ModAnnotation |
ModAnnotation.addChildAnnotation(java.lang.String name,
java.lang.String desc) |
| Modifier and Type | Method and Description |
|---|---|
static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData |
ModAnnotation.fromModAnnotation(org.objectweb.asm.Type clazz,
ModAnnotation annotation) |
| Constructor and Description |
|---|
ModAnnotation(java.lang.annotation.ElementType type,
org.objectweb.asm.Type asmType,
ModAnnotation parent)
Deprecated.
|
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 and 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) |