Class ModAnnotation
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionModAnnotation(ElementType type, org.objectweb.asm.Type asmType, String member) ModAnnotation(org.objectweb.asm.Type asmType, ModAnnotation parent) 
- 
Method SummaryModifier 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
- 
asmTypeprivate final org.objectweb.asm.Type asmType
- 
member
- 
values
- 
arrayList
- 
arrayName
 
- 
- 
Constructor Details- 
ModAnnotation
- 
ModAnnotation
 
- 
- 
Method Details- 
fromModAnnotationpublic static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData fromModAnnotation(org.objectweb.asm.Type clazz, ModAnnotation annotation) 
- 
toString
- 
getType
- 
getASMTypepublic org.objectweb.asm.Type getASMType()
- 
getMember
- 
getValues
- 
addArray
- 
addProperty
- 
addEnumProperty
- 
endArraypublic void endArray()
- 
addChildAnnotation
 
-