Uses of Class
net.minecraftforge.fml.loading.moddiscovery.ModAnnotation
Packages that use ModAnnotation
-
Uses of ModAnnotation in net.minecraftforge.fml.loading.moddiscovery
Fields in net.minecraftforge.fml.loading.moddiscovery declared as ModAnnotationFields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModAnnotationModifier and TypeFieldDescriptionprivate LinkedList<ModAnnotation>
ModAnnotationVisitor.annotations
private final LinkedList<ModAnnotation>
ModClassVisitor.annotations
private final LinkedList<ModAnnotation>
ModFieldVisitor.annotations
private final LinkedList<ModAnnotation>
ModMethodVisitor.annotations
Methods in net.minecraftforge.fml.loading.moddiscovery that return ModAnnotationMethods in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModAnnotationModifier and TypeMethodDescriptionstatic net.minecraftforge.forgespi.language.ModFileScanData.AnnotationData
ModAnnotation.fromModAnnotation
(org.objectweb.asm.Type clazz, ModAnnotation annotation) Constructors in net.minecraftforge.fml.loading.moddiscovery with parameters of type ModAnnotationModifierConstructorDescriptionModAnnotation
(org.objectweb.asm.Type asmType, ModAnnotation parent) ModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation) ModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation) ModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, String name) Constructor parameters in net.minecraftforge.fml.loading.moddiscovery with type arguments of type ModAnnotationModifierConstructorDescriptionModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation) ModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, boolean isSubAnnotation) ModAnnotationVisitor
(LinkedList<ModAnnotation> annotations, ModAnnotation annotation, String name) ModFieldVisitor
(String name, LinkedList<ModAnnotation> annotations) ModMethodVisitor
(String name, String desc, LinkedList<ModAnnotation> annotations)