类 ModAnnotation
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
-
字段概要
字段 -
构造器概要
构造器构造器说明ModAnnotation
(ElementType type, org.objectweb.asm.Type asmType, String member) ModAnnotation
(org.objectweb.asm.Type asmType, ModAnnotation parent) -
方法概要
修饰符和类型方法说明void
addChildAnnotation
(String name, String desc) void
addEnumProperty
(String key, String enumName, String value) void
addProperty
(String key, Object value) void
endArray()
static net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData
fromModAnnotation
(org.objectweb.asm.Type clazz, ModAnnotation annotation) org.objectweb.asm.Type
getType()
toString()
-
字段详细资料
-
type
-
asmType
private final org.objectweb.asm.Type asmType -
member
-
values
-
arrayList
-
arrayName
-
-
构造器详细资料
-
ModAnnotation
-
ModAnnotation
-
-
方法详细资料
-
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
-