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/AbstractTexture.html | 323 +++++++++ .../client/renderer/texture/DynamicTexture.html | 328 +++++++++ .../client/renderer/texture/IIconRegister.html | 208 ++++++ .../client/renderer/texture/ITextureObject.html | 228 ++++++ .../client/renderer/texture/ITickable.html | 212 ++++++ .../renderer/texture/ITickableTextureObject.html | 193 +++++ .../client/renderer/texture/LayeredTexture.html | 316 +++++++++ .../client/renderer/texture/SimpleTexture.html | 320 +++++++++ .../client/renderer/texture/Stitcher.Holder.html | 377 ++++++++++ .../client/renderer/texture/Stitcher.Slot.html | 333 +++++++++ .../client/renderer/texture/Stitcher.html | 337 +++++++++ .../renderer/texture/TextureAtlasSprite.html | 786 +++++++++++++++++++++ .../client/renderer/texture/TextureClock.html | 289 ++++++++ .../client/renderer/texture/TextureCompass.html | 353 +++++++++ .../client/renderer/texture/TextureManager.html | 392 ++++++++++ .../client/renderer/texture/TextureMap.html | 494 +++++++++++++ .../client/renderer/texture/TextureUtil.html | 569 +++++++++++++++ .../client/renderer/texture/package-frame.html | 38 + .../client/renderer/texture/package-summary.html | 206 ++++++ .../client/renderer/texture/package-tree.html | 158 +++++ 20 files changed, 6460 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/texture/AbstractTexture.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/DynamicTexture.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/IIconRegister.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/ITextureObject.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/ITickable.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/ITickableTextureObject.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/LayeredTexture.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/SimpleTexture.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/Stitcher.Holder.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/Stitcher.Slot.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/Stitcher.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureAtlasSprite.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureClock.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureCompass.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureManager.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureMap.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureUtil.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/package-frame.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/package-summary.html create mode 100644 javadoc/net/minecraft/client/renderer/texture/package-tree.html (limited to 'javadoc/net/minecraft/client/renderer/texture') diff --git a/javadoc/net/minecraft/client/renderer/texture/AbstractTexture.html b/javadoc/net/minecraft/client/renderer/texture/AbstractTexture.html new file mode 100644 index 0000000..830780f --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/AbstractTexture.html @@ -0,0 +1,323 @@ + + + + + +AbstractTexture (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class AbstractTexture

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

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      protected intglTextureId 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voiddeleteGlTexture() 
      intgetGlTextureId() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        glTextureId

        +
        protected int glTextureId
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        AbstractTexture

        +
        public AbstractTexture()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        deleteGlTexture

        +
        public void deleteGlTexture()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/DynamicTexture.html b/javadoc/net/minecraft/client/renderer/texture/DynamicTexture.html new file mode 100644 index 0000000..2a84d84 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/DynamicTexture.html @@ -0,0 +1,328 @@ + + + + + +DynamicTexture (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class DynamicTexture

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

      Constructor Detail

      + + + +
        +
      • +

        DynamicTexture

        +
        public DynamicTexture(java.awt.image.BufferedImage p_i1270_1_)
        +
      • +
      + + + +
        +
      • +

        DynamicTexture

        +
        public DynamicTexture(int p_i1271_1_,
        +              int p_i1271_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadTexture

        +
        public void loadTexture(IResourceManager p_110551_1_)
        +                 throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        updateDynamicTexture

        +
        public void updateDynamicTexture()
        +
      • +
      + + + +
        +
      • +

        getTextureData

        +
        public int[] getTextureData()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/IIconRegister.html b/javadoc/net/minecraft/client/renderer/texture/IIconRegister.html new file mode 100644 index 0000000..8c19a85 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/IIconRegister.html @@ -0,0 +1,208 @@ + + + + + +IIconRegister (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Interface IIconRegister

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    TextureMap
    +
    +
    +
    +
    public interface IIconRegister
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      IIconregisterIcon(java.lang.String p_94245_1_) 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        registerIcon

        +
        IIcon registerIcon(java.lang.String p_94245_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/ITextureObject.html b/javadoc/net/minecraft/client/renderer/texture/ITextureObject.html new file mode 100644 index 0000000..5734a97 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/ITextureObject.html @@ -0,0 +1,228 @@ + + + + + +ITextureObject (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Interface ITextureObject

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

      Method Detail

      + + + +
        +
      • +

        loadTexture

        +
        void loadTexture(IResourceManager p_110551_1_)
        +                 throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        getGlTextureId

        +
        int getGlTextureId()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/ITickable.html b/javadoc/net/minecraft/client/renderer/texture/ITickable.html new file mode 100644 index 0000000..26edfb5 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/ITickable.html @@ -0,0 +1,212 @@ + + + + + +ITickable (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Interface ITickable

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

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidtick() 
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        tick

        +
        void tick()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/ITickableTextureObject.html b/javadoc/net/minecraft/client/renderer/texture/ITickableTextureObject.html new file mode 100644 index 0000000..62792a1 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/ITickableTextureObject.html @@ -0,0 +1,193 @@ + + + + + +ITickableTextureObject (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Interface ITickableTextureObject

+
+
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/LayeredTexture.html b/javadoc/net/minecraft/client/renderer/texture/LayeredTexture.html new file mode 100644 index 0000000..8dda5d7 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/LayeredTexture.html @@ -0,0 +1,316 @@ + + + + + +LayeredTexture (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class LayeredTexture

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      LayeredTexture(java.lang.String... p_i1274_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidloadTexture(IResourceManager p_110551_1_) 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        layeredTextureNames

        +
        public final java.util.List layeredTextureNames
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        LayeredTexture

        +
        public LayeredTexture(java.lang.String... p_i1274_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        loadTexture

        +
        public void loadTexture(IResourceManager p_110551_1_)
        +                 throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/SimpleTexture.html b/javadoc/net/minecraft/client/renderer/texture/SimpleTexture.html new file mode 100644 index 0000000..5bee930 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/SimpleTexture.html @@ -0,0 +1,320 @@ + + + + + +SimpleTexture (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class SimpleTexture

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

      Method Detail

      + + + +
        +
      • +

        loadTexture

        +
        public void loadTexture(IResourceManager p_110551_1_)
        +                 throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/Stitcher.Holder.html b/javadoc/net/minecraft/client/renderer/texture/Stitcher.Holder.html new file mode 100644 index 0000000..a3fe377 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/Stitcher.Holder.html @@ -0,0 +1,377 @@ + + + + + +Stitcher.Holder (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class Stitcher.Holder

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Comparable
    +
    +
    +
    Enclosing class:
    +
    Stitcher
    +
    +
    +
    +
    public static class Stitcher.Holder
    +extends java.lang.Object
    +implements java.lang.Comparable
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Stitcher.Holder

        +
        public Stitcher.Holder(TextureAtlasSprite p_i45094_1_,
        +               int p_i45094_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getWidth

        +
        public int getWidth()
        +
      • +
      + + + +
        +
      • +

        getHeight

        +
        public int getHeight()
        +
      • +
      + + + +
        +
      • +

        rotate

        +
        public void rotate()
        +
      • +
      + + + +
        +
      • +

        isRotated

        +
        public boolean isRotated()
        +
      • +
      + + + +
        +
      • +

        setNewDimension

        +
        public void setNewDimension(int p_94196_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + + + + + +
        +
      • +

        compareTo

        +
        public int compareTo(java.lang.Object p_compareTo_1_)
        +
        +
        Specified by:
        +
        compareTo in interface java.lang.Comparable
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/Stitcher.Slot.html b/javadoc/net/minecraft/client/renderer/texture/Stitcher.Slot.html new file mode 100644 index 0000000..da2b7e5 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/Stitcher.Slot.html @@ -0,0 +1,333 @@ + + + + + +Stitcher.Slot (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class Stitcher.Slot

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    Stitcher
    +
    +
    +
    +
    public static class Stitcher.Slot
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Stitcher.Slot(int p_i1277_1_, + int p_i1277_2_, + int p_i1277_3_, + int p_i1277_4_) 
      +
    • +
    + + +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Stitcher.Slot

        +
        public Stitcher.Slot(int p_i1277_1_,
        +             int p_i1277_2_,
        +             int p_i1277_3_,
        +             int p_i1277_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        getOriginX

        +
        public int getOriginX()
        +
      • +
      + + + +
        +
      • +

        getOriginY

        +
        public int getOriginY()
        +
      • +
      + + + + + + + +
        +
      • +

        getAllStitchSlots

        +
        public void getAllStitchSlots(java.util.List p_94184_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + 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()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureAtlasSprite.html b/javadoc/net/minecraft/client/renderer/texture/TextureAtlasSprite.html new file mode 100644 index 0000000..9afb879 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureAtlasSprite.html @@ -0,0 +1,786 @@ + + + + + +TextureAtlasSprite (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureAtlasSprite

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IIcon
    +
    +
    +
    Direct Known Subclasses:
    +
    TextureClock, TextureCompass
    +
    +
    +
    +
    public class TextureAtlasSprite
    +extends java.lang.Object
    +implements IIcon
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        framesTextureData

        +
        protected java.util.List framesTextureData
        +
      • +
      + + + +
        +
      • +

        rotated

        +
        protected boolean rotated
        +
      • +
      + + + +
        +
      • +

        originX

        +
        protected int originX
        +
      • +
      + + + +
        +
      • +

        originY

        +
        protected int originY
        +
      • +
      + + + +
        +
      • +

        width

        +
        protected int width
        +
      • +
      + + + +
        +
      • +

        height

        +
        protected int height
        +
      • +
      + + + +
        +
      • +

        frameCounter

        +
        protected int frameCounter
        +
      • +
      + + + +
        +
      • +

        tickCounter

        +
        protected int tickCounter
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureAtlasSprite

        +
        protected TextureAtlasSprite(java.lang.String p_i1282_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        initSprite

        +
        public void initSprite(int p_110971_1_,
        +              int p_110971_2_,
        +              int p_110971_3_,
        +              int p_110971_4_,
        +              boolean p_110971_5_)
        +
      • +
      + + + + + + + +
        +
      • +

        getOriginX

        +
        public int getOriginX()
        +
      • +
      + + + +
        +
      • +

        getOriginY

        +
        public int getOriginY()
        +
      • +
      + + + +
        +
      • +

        getIconWidth

        +
        public int getIconWidth()
        +
        +
        Specified by:
        +
        getIconWidth in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getIconHeight

        +
        public int getIconHeight()
        +
        +
        Specified by:
        +
        getIconHeight in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMinU

        +
        public float getMinU()
        +
        +
        Specified by:
        +
        getMinU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMaxU

        +
        public float getMaxU()
        +
        +
        Specified by:
        +
        getMaxU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getInterpolatedU

        +
        public float getInterpolatedU(double p_94214_1_)
        +
        +
        Specified by:
        +
        getInterpolatedU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMinV

        +
        public float getMinV()
        +
        +
        Specified by:
        +
        getMinV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMaxV

        +
        public float getMaxV()
        +
        +
        Specified by:
        +
        getMaxV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getInterpolatedV

        +
        public float getInterpolatedV(double p_94207_1_)
        +
        +
        Specified by:
        +
        getInterpolatedV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getIconName

        +
        public java.lang.String getIconName()
        +
        +
        Specified by:
        +
        getIconName in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        updateAnimation

        +
        public void updateAnimation()
        +
      • +
      + + + +
        +
      • +

        getFrameTextureData

        +
        public int[][] getFrameTextureData(int p_147965_1_)
        +
      • +
      + + + +
        +
      • +

        getFrameCount

        +
        public int getFrameCount()
        +
      • +
      + + + +
        +
      • +

        setIconWidth

        +
        public void setIconWidth(int p_110966_1_)
        +
      • +
      + + + +
        +
      • +

        setIconHeight

        +
        public void setIconHeight(int p_110969_1_)
        +
      • +
      + + + +
        +
      • +

        loadSprite

        +
        public void loadSprite(java.awt.image.BufferedImage[] p_147964_1_,
        +              AnimationMetadataSection p_147964_2_,
        +              boolean p_147964_3_)
        +
      • +
      + + + +
        +
      • +

        generateMipmaps

        +
        public void generateMipmaps(int p_147963_1_)
        +
      • +
      + + + +
        +
      • +

        clearFramesTextureData

        +
        public void clearFramesTextureData()
        +
      • +
      + + + +
        +
      • +

        hasAnimationMetadata

        +
        public boolean hasAnimationMetadata()
        +
      • +
      + + + +
        +
      • +

        setFramesTextureData

        +
        public void setFramesTextureData(java.util.List p_110968_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hasCustomLoader

        +
        public boolean hasCustomLoader(IResourceManager manager,
        +                      ResourceLocation location)
        +
        The result of this function determines is the below 'load' function is called, and the + default vanilla loading code is bypassed completely.
        +
        Parameters:
        manager -
        location -
        +
        Returns:
        True to use your own custom load code and bypass vanilla loading.
        +
      • +
      + + + +
        +
      • +

        load

        +
        public boolean load(IResourceManager manager,
        +           ResourceLocation location)
        +
        Load the specified resource as this sprite's data. + Returning false from this function will prevent this icon from being stitched onto the master texture.
        +
        Parameters:
        manager - Main resource manager
        location - File resource location
        +
        Returns:
        False to prevent this Icon from being stitched
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureClock.html b/javadoc/net/minecraft/client/renderer/texture/TextureClock.html new file mode 100644 index 0000000..b98ae16 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureClock.html @@ -0,0 +1,289 @@ + + + + + +TextureClock (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureClock

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

      Constructor Detail

      + + + +
        +
      • +

        TextureClock

        +
        public TextureClock(java.lang.String p_i1285_1_)
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureCompass.html b/javadoc/net/minecraft/client/renderer/texture/TextureCompass.html new file mode 100644 index 0000000..6b3ec43 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureCompass.html @@ -0,0 +1,353 @@ + + + + + +TextureCompass (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureCompass

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

      Field Detail

      + + + +
        +
      • +

        currentAngle

        +
        public double currentAngle
        +
      • +
      + + + +
        +
      • +

        angleDelta

        +
        public double angleDelta
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureCompass

        +
        public TextureCompass(java.lang.String p_i1286_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        updateCompass

        +
        public void updateCompass(World p_94241_1_,
        +                 double p_94241_2_,
        +                 double p_94241_4_,
        +                 double p_94241_6_,
        +                 boolean p_94241_8_,
        +                 boolean p_94241_9_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureManager.html b/javadoc/net/minecraft/client/renderer/texture/TextureManager.html new file mode 100644 index 0000000..ec75491 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureManager.html @@ -0,0 +1,392 @@ + + + + + +TextureManager (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureManager

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureMap.html b/javadoc/net/minecraft/client/renderer/texture/TextureMap.html new file mode 100644 index 0000000..0fb90d2 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureMap.html @@ -0,0 +1,494 @@ + + + + + +TextureMap (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureMap

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

      Constructor Detail

      + + + +
        +
      • +

        TextureMap

        +
        public TextureMap(int p_i1281_1_,
        +          java.lang.String p_i1281_2_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        loadTextureAtlas

        +
        public void loadTextureAtlas(IResourceManager p_110571_1_)
        +
      • +
      + + + +
        +
      • +

        getAtlasSprite

        +
        public TextureAtlasSprite getAtlasSprite(java.lang.String p_110572_1_)
        +
      • +
      + + + +
        +
      • +

        updateAnimations

        +
        public void updateAnimations()
        +
      • +
      + + + + + + + +
        +
      • +

        getTextureType

        +
        public int getTextureType()
        +
      • +
      + + + +
        +
      • +

        tick

        +
        public void tick()
        +
        +
        Specified by:
        +
        tick in interface ITickable
        +
        +
      • +
      + + + +
        +
      • +

        setMipmapLevels

        +
        public void setMipmapLevels(int p_147633_1_)
        +
      • +
      + + + +
        +
      • +

        setAnisotropicFiltering

        +
        public void setAnisotropicFiltering(int p_147632_1_)
        +
      • +
      + + + +
        +
      • +

        getTextureExtry

        +
        public TextureAtlasSprite getTextureExtry(java.lang.String name)
        +
        Grabs the registered entry for the specified name, returning null if there was not a entry. + Opposed to registerIcon, this will not instantiate the entry, useful to test if a mapping exists.
        +
        Parameters:
        name - The name of the entry to find
        +
        Returns:
        The registered entry, null if nothing was registered.
        +
      • +
      + + + +
        +
      • +

        setTextureEntry

        +
        public boolean setTextureEntry(java.lang.String name,
        +                      TextureAtlasSprite entry)
        +
        Adds a texture registry entry to this map for the specified name if one does not already exist. + Returns false if the map already contains a entry for the specified name.
        +
        Parameters:
        name - Entry name
        entry - Entry instance
        +
        Returns:
        True if the entry was added to the map, false otherwise.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/TextureUtil.html b/javadoc/net/minecraft/client/renderer/texture/TextureUtil.html new file mode 100644 index 0000000..64a583f --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/TextureUtil.html @@ -0,0 +1,569 @@ + + + + + +TextureUtil (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer.texture
+

Class TextureUtil

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static voidallocateTexture(int p_110991_0_, + int p_110991_1_, + int p_110991_2_) 
      static voidallocateTextureImpl(int p_147946_0_, + int p_147946_1_, + int p_147946_2_, + int p_147946_3_, + float p_147946_4_) 
      static voiddeleteTexture(int p_147942_0_) 
      static voidfunc_147945_b() 
      static voidfunc_147953_a(int[] p_147953_0_, + int p_147953_1_, + int p_147953_2_) 
      static voidfunc_152777_a(boolean p_152777_0_, + boolean p_152777_1_, + float p_152777_2_) 
      static int[][]generateMipmapData(int p_147949_0_, + int p_147949_1_, + int[][] p_147949_2_) 
      static intglGenTextures() 
      static int[]prepareAnisotropicData(int[] p_147948_0_, + int p_147948_1_, + int p_147948_2_, + int p_147948_3_) 
      static int[]readImageData(IResourceManager p_110986_0_, + ResourceLocation p_110986_1_) 
      static int[]updateAnaglyph(int[] p_110985_0_) 
      static voiduploadTexture(int p_110988_0_, + int[] p_110988_1_, + int p_110988_2_, + int p_110988_3_) 
      static intuploadTextureImage(int p_110987_0_, + java.awt.image.BufferedImage p_110987_1_) 
      static intuploadTextureImageAllocate(int p_110989_0_, + java.awt.image.BufferedImage p_110989_1_, + boolean p_110989_2_, + boolean p_110989_3_) 
      static intuploadTextureImageSub(int p_110995_0_, + java.awt.image.BufferedImage p_110995_1_, + int p_110995_2_, + int p_110995_3_, + boolean p_110995_4_, + boolean p_110995_5_) 
      static voiduploadTextureMipmap(int[][] p_147955_0_, + int p_147955_1_, + int p_147955_2_, + int p_147955_3_, + int p_147955_4_, + boolean p_147955_5_, + boolean p_147955_6_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        missingTexture

        +
        public static final DynamicTexture missingTexture
        +
      • +
      + + + +
        +
      • +

        missingTextureData

        +
        public static final int[] missingTextureData
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextureUtil

        +
        public TextureUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        glGenTextures

        +
        public static int glGenTextures()
        +
      • +
      + + + +
        +
      • +

        deleteTexture

        +
        public static void deleteTexture(int p_147942_0_)
        +
      • +
      + + + +
        +
      • +

        uploadTextureImage

        +
        public static int uploadTextureImage(int p_110987_0_,
        +                     java.awt.image.BufferedImage p_110987_1_)
        +
      • +
      + + + +
        +
      • +

        uploadTexture

        +
        public static void uploadTexture(int p_110988_0_,
        +                 int[] p_110988_1_,
        +                 int p_110988_2_,
        +                 int p_110988_3_)
        +
      • +
      + + + +
        +
      • +

        generateMipmapData

        +
        public static int[][] generateMipmapData(int p_147949_0_,
        +                         int p_147949_1_,
        +                         int[][] p_147949_2_)
        +
      • +
      + + + +
        +
      • +

        uploadTextureMipmap

        +
        public static void uploadTextureMipmap(int[][] p_147955_0_,
        +                       int p_147955_1_,
        +                       int p_147955_2_,
        +                       int p_147955_3_,
        +                       int p_147955_4_,
        +                       boolean p_147955_5_,
        +                       boolean p_147955_6_)
        +
      • +
      + + + +
        +
      • +

        uploadTextureImageAllocate

        +
        public static int uploadTextureImageAllocate(int p_110989_0_,
        +                             java.awt.image.BufferedImage p_110989_1_,
        +                             boolean p_110989_2_,
        +                             boolean p_110989_3_)
        +
      • +
      + + + +
        +
      • +

        allocateTexture

        +
        public static void allocateTexture(int p_110991_0_,
        +                   int p_110991_1_,
        +                   int p_110991_2_)
        +
      • +
      + + + +
        +
      • +

        allocateTextureImpl

        +
        public static void allocateTextureImpl(int p_147946_0_,
        +                       int p_147946_1_,
        +                       int p_147946_2_,
        +                       int p_147946_3_,
        +                       float p_147946_4_)
        +
      • +
      + + + +
        +
      • +

        uploadTextureImageSub

        +
        public static int uploadTextureImageSub(int p_110995_0_,
        +                        java.awt.image.BufferedImage p_110995_1_,
        +                        int p_110995_2_,
        +                        int p_110995_3_,
        +                        boolean p_110995_4_,
        +                        boolean p_110995_5_)
        +
      • +
      + + + +
        +
      • +

        func_152777_a

        +
        public static void func_152777_a(boolean p_152777_0_,
        +                 boolean p_152777_1_,
        +                 float p_152777_2_)
        +
      • +
      + + + +
        +
      • +

        func_147945_b

        +
        public static void func_147945_b()
        +
      • +
      + + + +
        +
      • +

        readImageData

        +
        public static int[] readImageData(IResourceManager p_110986_0_,
        +                  ResourceLocation p_110986_1_)
        +                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        updateAnaglyph

        +
        public static int[] updateAnaglyph(int[] p_110985_0_)
        +
      • +
      + + + +
        +
      • +

        prepareAnisotropicData

        +
        public static int[] prepareAnisotropicData(int[] p_147948_0_,
        +                           int p_147948_1_,
        +                           int p_147948_2_,
        +                           int p_147948_3_)
        +
      • +
      + + + +
        +
      • +

        func_147953_a

        +
        public static void func_147953_a(int[] p_147953_0_,
        +                 int p_147953_1_,
        +                 int p_147953_2_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/package-frame.html b/javadoc/net/minecraft/client/renderer/texture/package-frame.html new file mode 100644 index 0000000..984876e --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/package-frame.html @@ -0,0 +1,38 @@ + + + + + +net.minecraft.client.renderer.texture (Forge API) + + + + +

net.minecraft.client.renderer.texture

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/client/renderer/texture/package-summary.html b/javadoc/net/minecraft/client/renderer/texture/package-summary.html new file mode 100644 index 0000000..293fc65 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/package-summary.html @@ -0,0 +1,206 @@ + + + + + +net.minecraft.client.renderer.texture (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.client.renderer.texture

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/client/renderer/texture/package-tree.html b/javadoc/net/minecraft/client/renderer/texture/package-tree.html new file mode 100644 index 0000000..c129d37 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/texture/package-tree.html @@ -0,0 +1,158 @@ + + + + + +net.minecraft.client.renderer.texture Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.client.renderer.texture

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

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