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

Interface IASMHook

+
+
+
+
    +
  • +
    +
    +
    public interface IASMHook
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      org.objectweb.asm.tree.ClassNode[]inject(org.objectweb.asm.tree.ClassNode modClassNode) +
      Inject the Mod class node into this instance.
      +
      voidmodifyClass(java.lang.String className, + org.objectweb.asm.tree.ClassNode node) +
      Allow mods to manipulate classes loaded from this Mod's jar file.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        inject

        +
        org.objectweb.asm.tree.ClassNode[] inject(org.objectweb.asm.tree.ClassNode modClassNode)
        +
        Inject the Mod class node into this instance. This allows retrieval from custom + attributes or other artifacts in your mod class
        +
        Parameters:
        modClassNode - The mod class
        +
        Returns:
        optionally some code generated classes that will be injected into the classloader
        +
      • +
      + + + +
        +
      • +

        modifyClass

        +
        void modifyClass(java.lang.String className,
        +               org.objectweb.asm.tree.ClassNode node)
        +
        Allow mods to manipulate classes loaded from this Mod's jar file. The Mod + class is always guaranteed to be called first. + The node state should be changed in place.
        +
        Parameters:
        node - The class being loaded
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3