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 --- .../client/renderer/texture/Stitcher.html | 337 +++++++++++++++++++++ 1 file changed, 337 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/texture/Stitcher.html (limited to 'javadoc/net/minecraft/client/renderer/texture/Stitcher.html') diff --git a/javadoc/net/minecraft/client/renderer/texture/Stitcher.html b/javadoc/net/minecraft/client/renderer/texture/Stitcher.html new file mode 100644 index 0000000..55c6bbc --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/Stitcher.html @@ -0,0 +1,337 @@ + + + + + +Stitcher (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class Stitcher

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

      Nested Class Summary

      + + + + + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Stitcher.Holder 
      static class Stitcher.Slot 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Stitcher(int p_i45095_1_, + int p_i45095_2_, + boolean p_i45095_3_, + int p_i45095_4_, + int p_i45095_5_) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Stitcher

        +
        public Stitcher(int p_i45095_1_,
        +        int p_i45095_2_,
        +        boolean p_i45095_3_,
        +        int p_i45095_4_,
        +        int p_i45095_5_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getCurrentWidth

        +
        public int getCurrentWidth()
        +
      • +
      + + + +
        +
      • +

        getCurrentHeight

        +
        public int getCurrentHeight()
        +
      • +
      + + + + + + + +
        +
      • +

        doStitch

        +
        public void doStitch()
        +
      • +
      + + + +
        +
      • +

        getStichSlots

        +
        public java.util.List getStichSlots()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3