From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/cpw/mods/fml/common/IASMHook.html | 231 ------------------------------ 1 file changed, 231 deletions(-) delete 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 deleted file mode 100644 index a53c223..0000000 --- a/javadoc/cpw/mods/fml/common/IASMHook.html +++ /dev/null @@ -1,231 +0,0 @@ - - - - - -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