From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../mods/fml/common/discovery/ASMDataTable.html | 348 +++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/discovery/ASMDataTable.html (limited to 'javadoc/cpw/mods/fml/common/discovery/ASMDataTable.html') diff --git a/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.html b/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.html new file mode 100644 index 0000000..469f961 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/discovery/ASMDataTable.html @@ -0,0 +1,348 @@ + + + + + +ASMDataTable (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.discovery
+

Class ASMDataTable

+
+
+ +
+
    +
  • +
    +
    +
    public class ASMDataTable
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class ASMDataTable.ASMData 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ASMDataTable() 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ASMDataTable

        +
        public ASMDataTable()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + + + + + +
        +
      • +

        addASMData

        +
        public void addASMData(ModCandidate candidate,
        +              java.lang.String annotation,
        +              java.lang.String className,
        +              java.lang.String objectName,
        +              java.util.Map<java.lang.String,java.lang.Object> annotationInfo)
        +
      • +
      + + + +
        +
      • +

        addContainer

        +
        public void addContainer(ModContainer container)
        +
      • +
      + + + +
        +
      • +

        registerPackage

        +
        public void registerPackage(ModCandidate modCandidate,
        +                   java.lang.String pkg)
        +
      • +
      + + + +
        +
      • +

        getCandidatesFor

        +
        public java.util.Set<ModCandidate> getCandidatesFor(java.lang.String pkg)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3