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/TextureMap.html | 494 +++++++++++++++++++++ 1 file changed, 494 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/texture/TextureMap.html (limited to 'javadoc/net/minecraft/client/renderer/texture/TextureMap.html') 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.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3