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 ModAnnotationModifier and TypeFieldDescriptionprivate final ModAnnotation
ModClassVisitor.ModAnnotationVisitor.annotation
Fields in net.minecraftforge.fml.loading.moddiscovery with type parameters of type ModAnnotationModifier and TypeFieldDescriptionprivate final LinkedList<ModAnnotation>
ModClassVisitor.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
(ModAnnotation annotation) ModAnnotationVisitor
(ModAnnotation annotation, boolean isSubAnnotation) ModAnnotationVisitor
(ModAnnotation annotation, String name)