Package | Description |
---|---|
net.minecraftforge.fml.common.discovery.asm |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedList<ModAnnotation> |
ASMModParser.annotations |
Modifier and Type | Method and Description |
---|---|
ModAnnotation |
ModAnnotation.addChildAnnotation(java.lang.String name,
java.lang.String desc) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<ModAnnotation> |
ASMModParser.getAnnotations() |
Constructor and Description |
---|
ModAnnotation(ASMModParser.AnnotationType type,
org.objectweb.asm.Type asmType,
ModAnnotation parent) |