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 --- .../client/renderer/texture/TextureMap.html | 494 --------------------- 1 file changed, 494 deletions(-) delete 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 deleted file mode 100644 index 0fb90d2..0000000 --- a/javadoc/net/minecraft/client/renderer/texture/TextureMap.html +++ /dev/null @@ -1,494 +0,0 @@ - - - - - -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