Class ModAnnotation
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionModAnnotation(ElementType type, org.objectweb.asm.Type asmType, String member) ModAnnotation(org.objectweb.asm.Type asmType, ModAnnotation parent)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildAnnotation(String name, String desc) voidaddEnumProperty(String key, String enumName, String value) voidaddProperty(String key, Object value) voidendArray()static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationDatafromModAnnotation(org.objectweb.asm.Type clazz, ModAnnotation annotation) org.objectweb.asm.TypegetType()toString() 
- 
Field Details
- 
type
 - 
asmType
private final org.objectweb.asm.Type asmType - 
member
 - 
values
 - 
arrayList
 - 
arrayName
 
 - 
 - 
Constructor Details
- 
ModAnnotation
 - 
ModAnnotation
 
 - 
 - 
Method Details
- 
fromModAnnotation
public static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData fromModAnnotation(org.objectweb.asm.Type clazz, ModAnnotation annotation)  - 
toString
 - 
getType
 - 
getASMType
public org.objectweb.asm.Type getASMType() - 
getMember
 - 
getValues
 - 
addArray
 - 
addProperty
 - 
addEnumProperty
 - 
endArray
public void endArray() - 
addChildAnnotation
 
 -