From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../cpw/mods/fml/common/patcher/ClassPatch.html | 369 +++++++++++++++++++++ .../mods/fml/common/patcher/ClassPatchManager.html | 306 +++++++++++++++++ .../cpw/mods/fml/common/patcher/GenDiffSet.html | 257 ++++++++++++++ .../cpw/mods/fml/common/patcher/package-frame.html | 21 ++ .../mods/fml/common/patcher/package-summary.html | 139 ++++++++ .../cpw/mods/fml/common/patcher/package-tree.html | 128 +++++++ 6 files changed, 1220 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/patcher/ClassPatch.html create mode 100644 javadoc/cpw/mods/fml/common/patcher/ClassPatchManager.html create mode 100644 javadoc/cpw/mods/fml/common/patcher/GenDiffSet.html create mode 100644 javadoc/cpw/mods/fml/common/patcher/package-frame.html create mode 100644 javadoc/cpw/mods/fml/common/patcher/package-summary.html create mode 100644 javadoc/cpw/mods/fml/common/patcher/package-tree.html (limited to 'javadoc/cpw/mods/fml/common/patcher') diff --git a/javadoc/cpw/mods/fml/common/patcher/ClassPatch.html b/javadoc/cpw/mods/fml/common/patcher/ClassPatch.html new file mode 100644 index 0000000..5e4eca7 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/ClassPatch.html @@ -0,0 +1,369 @@ + + + + + +ClassPatch (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.patcher
+

Class ClassPatch

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      ClassPatch(java.lang.String name, + java.lang.String sourceClassName, + java.lang.String targetClassName, + boolean existsAtTarget, + int inputChecksum, + byte[] patch) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        name

        +
        public final java.lang.String name
        +
      • +
      + + + +
        +
      • +

        sourceClassName

        +
        public final java.lang.String sourceClassName
        +
      • +
      + + + +
        +
      • +

        targetClassName

        +
        public final java.lang.String targetClassName
        +
      • +
      + + + +
        +
      • +

        existsAtTarget

        +
        public final boolean existsAtTarget
        +
      • +
      + + + +
        +
      • +

        patch

        +
        public final byte[] patch
        +
      • +
      + + + +
        +
      • +

        inputChecksum

        +
        public final int inputChecksum
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ClassPatch

        +
        public ClassPatch(java.lang.String name,
        +          java.lang.String sourceClassName,
        +          java.lang.String targetClassName,
        +          boolean existsAtTarget,
        +          int inputChecksum,
        +          byte[] patch)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/cpw/mods/fml/common/patcher/ClassPatchManager.html b/javadoc/cpw/mods/fml/common/patcher/ClassPatchManager.html new file mode 100644 index 0000000..062d503 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/ClassPatchManager.html @@ -0,0 +1,306 @@ + + + + + +ClassPatchManager (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.patcher
+

Class ClassPatchManager

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      byte[]applyPatch(java.lang.String name, + java.lang.String mappedName, + byte[] inputData) 
      byte[]getPatchedResource(java.lang.String name, + java.lang.String mappedName, + net.minecraft.launchwrapper.LaunchClassLoader loader) 
      voidsetup(Side side) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + + + + + +
        +
      • +

        dumpPatched

        +
        public static final boolean dumpPatched
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getPatchedResource

        +
        public byte[] getPatchedResource(java.lang.String name,
        +                        java.lang.String mappedName,
        +                        net.minecraft.launchwrapper.LaunchClassLoader loader)
        +                          throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        applyPatch

        +
        public byte[] applyPatch(java.lang.String name,
        +                java.lang.String mappedName,
        +                byte[] inputData)
        +
      • +
      + + + +
        +
      • +

        setup

        +
        public void setup(Side side)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/cpw/mods/fml/common/patcher/GenDiffSet.html b/javadoc/cpw/mods/fml/common/patcher/GenDiffSet.html new file mode 100644 index 0000000..ca00d71 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/GenDiffSet.html @@ -0,0 +1,257 @@ + + + + + +GenDiffSet (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.patcher
+

Class GenDiffSet

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static voidmain(java.lang.String[] args) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        GenDiffSet

        +
        public GenDiffSet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +                 throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/cpw/mods/fml/common/patcher/package-frame.html b/javadoc/cpw/mods/fml/common/patcher/package-frame.html new file mode 100644 index 0000000..4e683d5 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/package-frame.html @@ -0,0 +1,21 @@ + + + + + +cpw.mods.fml.common.patcher (Forge API) + + + + +

cpw.mods.fml.common.patcher

+
+

Classes

+ +
+ + diff --git a/javadoc/cpw/mods/fml/common/patcher/package-summary.html b/javadoc/cpw/mods/fml/common/patcher/package-summary.html new file mode 100644 index 0000000..4160683 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/package-summary.html @@ -0,0 +1,139 @@ + + + + + +cpw.mods.fml.common.patcher (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package cpw.mods.fml.common.patcher

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/cpw/mods/fml/common/patcher/package-tree.html b/javadoc/cpw/mods/fml/common/patcher/package-tree.html new file mode 100644 index 0000000..5024772 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/patcher/package-tree.html @@ -0,0 +1,128 @@ + + + + + +cpw.mods.fml.common.patcher Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package cpw.mods.fml.common.patcher

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3