From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../fml/common/discovery/ASMDataTable.ASMData.html | 336 +++++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/discovery/ASMDataTable.ASMData.html (limited to 'javadoc/cpw/mods/fml/common/discovery/ASMDataTable.ASMData.html') diff --git a/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.ASMData.html b/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.ASMData.html new file mode 100644 index 0000000..790574a --- /dev/null +++ b/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.ASMData.html @@ -0,0 +1,336 @@ + + + + + +ASMDataTable.ASMData (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.discovery
+

Class ASMDataTable.ASMData

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Cloneable
    +
    +
    +
    Enclosing class:
    +
    ASMDataTable
    +
    +
    +
    +
    public static final class ASMDataTable.ASMData
    +extends java.lang.Object
    +implements java.lang.Cloneable
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ASMDataTable.ASMData(ModCandidate candidate, + java.lang.String annotationName, + java.lang.String className, + java.lang.String objectName, + java.util.Map<java.lang.String,java.lang.Object> info) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      ASMDataTable.ASMDatacopy(java.util.Map<java.lang.String,java.lang.Object> newAnnotationInfo) 
      java.util.Map<java.lang.String,java.lang.Object>getAnnotationInfo() 
      java.lang.StringgetAnnotationName() 
      ModCandidategetCandidate() 
      java.lang.StringgetClassName() 
      java.lang.StringgetObjectName() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ASMDataTable.ASMData

        +
        public ASMDataTable.ASMData(ModCandidate candidate,
        +                    java.lang.String annotationName,
        +                    java.lang.String className,
        +                    java.lang.String objectName,
        +                    java.util.Map<java.lang.String,java.lang.Object> info)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getAnnotationName

        +
        public java.lang.String getAnnotationName()
        +
      • +
      + + + +
        +
      • +

        getClassName

        +
        public java.lang.String getClassName()
        +
      • +
      + + + +
        +
      • +

        getObjectName

        +
        public java.lang.String getObjectName()
        +
      • +
      + + + +
        +
      • +

        getAnnotationInfo

        +
        public java.util.Map<java.lang.String,java.lang.Object> getAnnotationInfo()
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public ASMDataTable.ASMData copy(java.util.Map<java.lang.String,java.lang.Object> newAnnotationInfo)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3