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/resources/AbstractResourcePack.html | 443 ------------------- .../client/resources/DefaultResourcePack.html | 408 ----------------- .../client/resources/FallbackResourceManager.html | 350 --------------- .../client/resources/FileResourcePack.html | 398 ----------------- .../client/resources/FolderResourcePack.html | 325 -------------- .../resources/FoliageColorReloadListener.html | 263 ----------- .../client/resources/GrassColorReloadListener.html | 263 ----------- javadoc/net/minecraft/client/resources/I18n.html | 256 ----------- .../resources/IReloadableResourceManager.html | 233 ---------- .../net/minecraft/client/resources/IResource.html | 234 ---------- .../client/resources/IResourceManager.html | 244 ---------- .../resources/IResourceManagerReloadListener.html | 208 --------- .../minecraft/client/resources/IResourcePack.html | 284 ------------ .../net/minecraft/client/resources/Language.html | 359 --------------- .../client/resources/LanguageManager.html | 379 ---------------- javadoc/net/minecraft/client/resources/Locale.html | 284 ------------ .../minecraft/client/resources/ResourceIndex.html | 256 ----------- .../ResourcePackFileNotFoundException.html | 260 ----------- .../client/resources/ResourcePackListEntry.html | 490 --------------------- .../resources/ResourcePackListEntryDefault.html | 408 ----------------- .../resources/ResourcePackListEntryFound.html | 338 -------------- .../resources/ResourcePackRepository.Entry.html | 343 --------------- .../client/resources/ResourcePackRepository.html | 434 ------------------ .../resources/SimpleReloadableResourceManager.html | 348 --------------- .../minecraft/client/resources/SimpleResource.html | 337 -------------- .../SkinManager.SkinAvailableCallback.html | 214 --------- .../minecraft/client/resources/SkinManager.html | 362 --------------- .../client/resources/data/AnimationFrame.html | 294 ------------- .../resources/data/AnimationMetadataSection.html | 356 --------------- .../data/AnimationMetadataSectionSerializer.html | 327 -------------- .../data/BaseMetadataSectionSerializer.html | 249 ----------- .../client/resources/data/FontMetadataSection.html | 235 ---------- .../data/FontMetadataSectionSerializer.html | 280 ------------ .../client/resources/data/IMetadataSection.html | 160 ------- .../resources/data/IMetadataSectionSerializer.html | 220 --------- .../client/resources/data/IMetadataSerializer.html | 271 ------------ .../resources/data/LanguageMetadataSection.html | 259 ----------- .../data/LanguageMetadataSectionSerializer.html | 280 ------------ .../client/resources/data/PackMetadataSection.html | 274 ------------ .../data/PackMetadataSectionSerializer.html | 327 -------------- .../resources/data/TextureMetadataSection.html | 289 ------------ .../data/TextureMetadataSectionSerializer.html | 280 ------------ .../client/resources/data/package-frame.html | 36 -- .../client/resources/data/package-summary.html | 198 --------- .../client/resources/data/package-tree.html | 150 ------- .../minecraft/client/resources/package-frame.html | 50 --- .../client/resources/package-summary.html | 253 ----------- .../minecraft/client/resources/package-tree.html | 180 -------- 48 files changed, 13689 deletions(-) delete mode 100644 javadoc/net/minecraft/client/resources/AbstractResourcePack.html delete mode 100644 javadoc/net/minecraft/client/resources/DefaultResourcePack.html delete mode 100644 javadoc/net/minecraft/client/resources/FallbackResourceManager.html delete mode 100644 javadoc/net/minecraft/client/resources/FileResourcePack.html delete mode 100644 javadoc/net/minecraft/client/resources/FolderResourcePack.html delete mode 100644 javadoc/net/minecraft/client/resources/FoliageColorReloadListener.html delete mode 100644 javadoc/net/minecraft/client/resources/GrassColorReloadListener.html delete mode 100644 javadoc/net/minecraft/client/resources/I18n.html delete mode 100644 javadoc/net/minecraft/client/resources/IReloadableResourceManager.html delete mode 100644 javadoc/net/minecraft/client/resources/IResource.html delete mode 100644 javadoc/net/minecraft/client/resources/IResourceManager.html delete mode 100644 javadoc/net/minecraft/client/resources/IResourceManagerReloadListener.html delete mode 100644 javadoc/net/minecraft/client/resources/IResourcePack.html delete mode 100644 javadoc/net/minecraft/client/resources/Language.html delete mode 100644 javadoc/net/minecraft/client/resources/LanguageManager.html delete mode 100644 javadoc/net/minecraft/client/resources/Locale.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourceIndex.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackFileNotFoundException.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackListEntry.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackListEntryDefault.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackListEntryFound.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackRepository.Entry.html delete mode 100644 javadoc/net/minecraft/client/resources/ResourcePackRepository.html delete mode 100644 javadoc/net/minecraft/client/resources/SimpleReloadableResourceManager.html delete mode 100644 javadoc/net/minecraft/client/resources/SimpleResource.html delete mode 100644 javadoc/net/minecraft/client/resources/SkinManager.SkinAvailableCallback.html delete mode 100644 javadoc/net/minecraft/client/resources/SkinManager.html delete mode 100644 javadoc/net/minecraft/client/resources/data/AnimationFrame.html delete mode 100644 javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/FontMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/PackMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html delete mode 100644 javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html delete mode 100644 javadoc/net/minecraft/client/resources/data/package-frame.html delete mode 100644 javadoc/net/minecraft/client/resources/data/package-summary.html delete mode 100644 javadoc/net/minecraft/client/resources/data/package-tree.html delete mode 100644 javadoc/net/minecraft/client/resources/package-frame.html delete mode 100644 javadoc/net/minecraft/client/resources/package-summary.html delete mode 100644 javadoc/net/minecraft/client/resources/package-tree.html (limited to 'javadoc/net/minecraft/client/resources') diff --git a/javadoc/net/minecraft/client/resources/AbstractResourcePack.html b/javadoc/net/minecraft/client/resources/AbstractResourcePack.html deleted file mode 100644 index e208103..0000000 --- a/javadoc/net/minecraft/client/resources/AbstractResourcePack.html +++ /dev/null @@ -1,443 +0,0 @@ - - - - - -AbstractResourcePack (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class AbstractResourcePack

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        resourcePackFile

        -
        protected final java.io.File resourcePackFile
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AbstractResourcePack

        -
        public AbstractResourcePack(java.io.File p_i1287_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getRelativeName

        -
        protected static java.lang.String getRelativeName(java.io.File p_110595_0_,
        -                               java.io.File p_110595_1_)
        -
      • -
      - - - -
        -
      • -

        getInputStream

        -
        public java.io.InputStream getInputStream(ResourceLocation p_110590_1_)
        -                                   throws java.io.IOException
        -
        -
        Specified by:
        -
        getInputStream in interface IResourcePack
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - - - - - -
        -
      • -

        getInputStreamByName

        -
        protected abstract java.io.InputStream getInputStreamByName(java.lang.String p_110591_1_)
        -                                                     throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        hasResourceName

        -
        protected abstract boolean hasResourceName(java.lang.String p_110593_1_)
        -
      • -
      - - - -
        -
      • -

        logNameNotLowercase

        -
        protected void logNameNotLowercase(java.lang.String p_110594_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        getPackImage

        -
        public java.awt.image.BufferedImage getPackImage()
        -                                          throws java.io.IOException
        -
        -
        Specified by:
        -
        getPackImage in interface IResourcePack
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        getPackName

        -
        public java.lang.String getPackName()
        -
        -
        Specified by:
        -
        getPackName in interface IResourcePack
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/DefaultResourcePack.html b/javadoc/net/minecraft/client/resources/DefaultResourcePack.html deleted file mode 100644 index 5280ac8..0000000 --- a/javadoc/net/minecraft/client/resources/DefaultResourcePack.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - -DefaultResourcePack (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class DefaultResourcePack

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IResourcePack
    -
    -
    -
    -
    public class DefaultResourcePack
    -extends java.lang.Object
    -implements IResourcePack
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        defaultResourceDomains

        -
        public static final java.util.Set defaultResourceDomains
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        DefaultResourcePack

        -
        public DefaultResourcePack(java.util.Map p_i1046_1_)
        -
      • -
      -
    • -
    - - -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/FallbackResourceManager.html b/javadoc/net/minecraft/client/resources/FallbackResourceManager.html deleted file mode 100644 index b4d85a0..0000000 --- a/javadoc/net/minecraft/client/resources/FallbackResourceManager.html +++ /dev/null @@ -1,350 +0,0 @@ - - - - - -FallbackResourceManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class FallbackResourceManager

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/FileResourcePack.html b/javadoc/net/minecraft/client/resources/FileResourcePack.html deleted file mode 100644 index c018c54..0000000 --- a/javadoc/net/minecraft/client/resources/FileResourcePack.html +++ /dev/null @@ -1,398 +0,0 @@ - - - - - -FileResourcePack (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class FileResourcePack

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        entryNameSplitter

        -
        public static final com.google.common.base.Splitter entryNameSplitter
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FileResourcePack

        -
        public FileResourcePack(java.io.File p_i1290_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputStreamByName

        -
        protected java.io.InputStream getInputStreamByName(java.lang.String p_110591_1_)
        -                                            throws java.io.IOException
        -
        -
        Specified by:
        -
        getInputStreamByName in class AbstractResourcePack
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        finalize

        -
        protected void finalize()
        -                 throws java.lang.Throwable
        -
        -
        Overrides:
        -
        finalize in class java.lang.Object
        -
        Throws:
        -
        java.lang.Throwable
        -
      • -
      - - - -
        -
      • -

        close

        -
        public void close()
        -           throws java.io.IOException
        -
        -
        Specified by:
        -
        close in interface java.io.Closeable
        -
        Specified by:
        -
        close in interface java.lang.AutoCloseable
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/FolderResourcePack.html b/javadoc/net/minecraft/client/resources/FolderResourcePack.html deleted file mode 100644 index dc85577..0000000 --- a/javadoc/net/minecraft/client/resources/FolderResourcePack.html +++ /dev/null @@ -1,325 +0,0 @@ - - - - - -FolderResourcePack (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class FolderResourcePack

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FolderResourcePack

        -
        public FolderResourcePack(java.io.File p_i1291_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputStreamByName

        -
        protected java.io.InputStream getInputStreamByName(java.lang.String p_110591_1_)
        -                                            throws java.io.IOException
        -
        -
        Specified by:
        -
        getInputStreamByName in class AbstractResourcePack
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - - - - - -
        -
      • -

        getResourceDomains

        -
        public java.util.Set getResourceDomains()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/FoliageColorReloadListener.html b/javadoc/net/minecraft/client/resources/FoliageColorReloadListener.html deleted file mode 100644 index bb1c4d4..0000000 --- a/javadoc/net/minecraft/client/resources/FoliageColorReloadListener.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -FoliageColorReloadListener (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class FoliageColorReloadListener

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidonResourceManagerReload(IResourceManager p_110549_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/GrassColorReloadListener.html b/javadoc/net/minecraft/client/resources/GrassColorReloadListener.html deleted file mode 100644 index a686ee5..0000000 --- a/javadoc/net/minecraft/client/resources/GrassColorReloadListener.html +++ /dev/null @@ -1,263 +0,0 @@ - - - - - -GrassColorReloadListener (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class GrassColorReloadListener

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidonResourceManagerReload(IResourceManager p_110549_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/I18n.html b/javadoc/net/minecraft/client/resources/I18n.html deleted file mode 100644 index f7641d2..0000000 --- a/javadoc/net/minecraft/client/resources/I18n.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -I18n (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class I18n

-
-
- -
-
    -
  • -
    -
    -
    public class I18n
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      I18n() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static java.lang.Stringformat(java.lang.String p_135052_0_, - java.lang.Object... p_135052_1_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        I18n

        -
        public I18n()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        format

        -
        public static java.lang.String format(java.lang.String p_135052_0_,
        -                      java.lang.Object... p_135052_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/IReloadableResourceManager.html b/javadoc/net/minecraft/client/resources/IReloadableResourceManager.html deleted file mode 100644 index 020b63f..0000000 --- a/javadoc/net/minecraft/client/resources/IReloadableResourceManager.html +++ /dev/null @@ -1,233 +0,0 @@ - - - - - -IReloadableResourceManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface IReloadableResourceManager

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        reloadResources

        -
        void reloadResources(java.util.List p_110541_1_)
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/IResource.html b/javadoc/net/minecraft/client/resources/IResource.html deleted file mode 100644 index 07aeb62..0000000 --- a/javadoc/net/minecraft/client/resources/IResource.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -IResource (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface IResource

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    SimpleResource
    -
    -
    -
    -
    public interface IResource
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputStream

        -
        java.io.InputStream getInputStream()
        -
      • -
      - - - -
        -
      • -

        hasMetadata

        -
        boolean hasMetadata()
        -
      • -
      - - - -
        -
      • -

        getMetadata

        -
        IMetadataSection getMetadata(java.lang.String p_110526_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/IResourceManager.html b/javadoc/net/minecraft/client/resources/IResourceManager.html deleted file mode 100644 index d28aad7..0000000 --- a/javadoc/net/minecraft/client/resources/IResourceManager.html +++ /dev/null @@ -1,244 +0,0 @@ - - - - - -IResourceManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface IResourceManager

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getResourceDomains

        -
        java.util.Set getResourceDomains()
        -
      • -
      - - - -
        -
      • -

        getResource

        -
        IResource getResource(ResourceLocation p_110536_1_)
        -                      throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        getAllResources

        -
        java.util.List getAllResources(ResourceLocation p_135056_1_)
        -                               throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/IResourceManagerReloadListener.html b/javadoc/net/minecraft/client/resources/IResourceManagerReloadListener.html deleted file mode 100644 index 88703e1..0000000 --- a/javadoc/net/minecraft/client/resources/IResourceManagerReloadListener.html +++ /dev/null @@ -1,208 +0,0 @@ - - - - - -IResourceManagerReloadListener (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface IResourceManagerReloadListener

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        onResourceManagerReload

        -
        void onResourceManagerReload(IResourceManager p_110549_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/IResourcePack.html b/javadoc/net/minecraft/client/resources/IResourcePack.html deleted file mode 100644 index 7c2b38f..0000000 --- a/javadoc/net/minecraft/client/resources/IResourcePack.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -IResourcePack (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface IResourcePack

-
-
-
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputStream

        -
        java.io.InputStream getInputStream(ResourceLocation p_110590_1_)
        -                                   throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - - - - - -
        -
      • -

        getResourceDomains

        -
        java.util.Set getResourceDomains()
        -
      • -
      - - - -
        -
      • -

        getPackMetadata

        -
        IMetadataSection getPackMetadata(IMetadataSerializer p_135058_1_,
        -                               java.lang.String p_135058_2_)
        -                                 throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        getPackImage

        -
        java.awt.image.BufferedImage getPackImage()
        -                                          throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        getPackName

        -
        java.lang.String getPackName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/Language.html b/javadoc/net/minecraft/client/resources/Language.html deleted file mode 100644 index bd90ab0..0000000 --- a/javadoc/net/minecraft/client/resources/Language.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - -Language (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class Language

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.lang.Comparable
    -
    -
    -
    -
    public class Language
    -extends java.lang.Object
    -implements java.lang.Comparable
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Language(java.lang.String p_i1303_1_, - java.lang.String p_i1303_2_, - java.lang.String p_i1303_3_, - boolean p_i1303_4_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intcompareTo(Language p_compareTo_1_) 
      intcompareTo(java.lang.Object p_compareTo_1_) 
      booleanequals(java.lang.Object p_equals_1_) 
      java.lang.StringgetLanguageCode() 
      inthashCode() 
      booleanisBidirectional() 
      java.lang.StringtoString() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Language

        -
        public Language(java.lang.String p_i1303_1_,
        -        java.lang.String p_i1303_2_,
        -        java.lang.String p_i1303_3_,
        -        boolean p_i1303_4_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLanguageCode

        -
        public java.lang.String getLanguageCode()
        -
      • -
      - - - -
        -
      • -

        isBidirectional

        -
        public boolean isBidirectional()
        -
      • -
      - - - -
        -
      • -

        toString

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

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        compareTo

        -
        public int compareTo(Language p_compareTo_1_)
        -
      • -
      - - - -
        -
      • -

        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/resources/LanguageManager.html b/javadoc/net/minecraft/client/resources/LanguageManager.html deleted file mode 100644 index e919de8..0000000 --- a/javadoc/net/minecraft/client/resources/LanguageManager.html +++ /dev/null @@ -1,379 +0,0 @@ - - - - - -LanguageManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class LanguageManager

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        currentLocale

        -
        protected static final Locale currentLocale
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        LanguageManager

        -
        public LanguageManager(IMetadataSerializer p_i1304_1_,
        -               java.lang.String p_i1304_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        parseLanguageMetadata

        -
        public void parseLanguageMetadata(java.util.List p_135043_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        isCurrentLocaleUnicode

        -
        public boolean isCurrentLocaleUnicode()
        -
      • -
      - - - -
        -
      • -

        isCurrentLanguageBidirectional

        -
        public boolean isCurrentLanguageBidirectional()
        -
      • -
      - - - -
        -
      • -

        setCurrentLanguage

        -
        public void setCurrentLanguage(Language p_135045_1_)
        -
      • -
      - - - -
        -
      • -

        getCurrentLanguage

        -
        public Language getCurrentLanguage()
        -
      • -
      - - - -
        -
      • -

        getLanguages

        -
        public java.util.SortedSet getLanguages()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/Locale.html b/javadoc/net/minecraft/client/resources/Locale.html deleted file mode 100644 index 951f1d6..0000000 --- a/javadoc/net/minecraft/client/resources/Locale.html +++ /dev/null @@ -1,284 +0,0 @@ - - - - - -Locale (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class Locale

-
-
- -
-
    -
  • -
    -
    -
    public class Locale
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Locale() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringformatMessage(java.lang.String p_135023_1_, - java.lang.Object[] p_135023_2_) 
      booleanisUnicode() 
      voidloadLocaleDataFiles(IResourceManager p_135022_1_, - java.util.List p_135022_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        Locale

        -
        public Locale()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        loadLocaleDataFiles

        -
        public void loadLocaleDataFiles(IResourceManager p_135022_1_,
        -                       java.util.List p_135022_2_)
        -
      • -
      - - - -
        -
      • -

        isUnicode

        -
        public boolean isUnicode()
        -
      • -
      - - - -
        -
      • -

        formatMessage

        -
        public java.lang.String formatMessage(java.lang.String p_135023_1_,
        -                             java.lang.Object[] p_135023_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourceIndex.html b/javadoc/net/minecraft/client/resources/ResourceIndex.html deleted file mode 100644 index 06a9aa9..0000000 --- a/javadoc/net/minecraft/client/resources/ResourceIndex.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -ResourceIndex (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourceIndex

-
-
- -
-
    -
  • -
    -
    -
    public class ResourceIndex
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      ResourceIndex(java.io.File p_i1047_1_, - java.lang.String p_i1047_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.Mapfunc_152782_a() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ResourceIndex

        -
        public ResourceIndex(java.io.File p_i1047_1_,
        -             java.lang.String p_i1047_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152782_a

        -
        public java.util.Map func_152782_a()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackFileNotFoundException.html b/javadoc/net/minecraft/client/resources/ResourcePackFileNotFoundException.html deleted file mode 100644 index aabe1ff..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackFileNotFoundException.html +++ /dev/null @@ -1,260 +0,0 @@ - - - - - -ResourcePackFileNotFoundException (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackFileNotFoundException

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class ResourcePackFileNotFoundException
    -extends java.io.FileNotFoundException
    -
    See Also:
    Serialized Form
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Throwable

        -addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        ResourcePackFileNotFoundException

        -
        public ResourcePackFileNotFoundException(java.io.File p_i1294_1_,
        -                                 java.lang.String p_i1294_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackListEntry.html b/javadoc/net/minecraft/client/resources/ResourcePackListEntry.html deleted file mode 100644 index a993390..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackListEntry.html +++ /dev/null @@ -1,490 +0,0 @@ - - - - - -ResourcePackListEntry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackListEntry

-
-
- -
- -
-
-
    -
  • - - - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voiddrawEntry(int p_148279_1_, - int p_148279_2_, - int p_148279_3_, - int p_148279_4_, - int p_148279_5_, - Tessellator p_148279_6_, - int p_148279_7_, - int p_148279_8_, - boolean p_148279_9_) 
      protected booleanfunc_148307_h() 
      protected booleanfunc_148308_f() 
      protected booleanfunc_148309_e() 
      protected booleanfunc_148310_d() 
      protected abstract java.lang.Stringfunc_148311_a() 
      protected abstract java.lang.Stringfunc_148312_b() 
      protected abstract voidfunc_148313_c() 
      protected booleanfunc_148314_g() 
      booleanmousePressed(int p_148278_1_, - int p_148278_2_, - int p_148278_3_, - int p_148278_4_, - int p_148278_5_, - int p_148278_6_) 
      voidmouseReleased(int p_148277_1_, - int p_148277_2_, - int p_148277_3_, - int p_148277_4_, - int p_148277_5_, - int p_148277_6_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Method Detail

      - - - -
        -
      • -

        drawEntry

        -
        public void drawEntry(int p_148279_1_,
        -             int p_148279_2_,
        -             int p_148279_3_,
        -             int p_148279_4_,
        -             int p_148279_5_,
        -             Tessellator p_148279_6_,
        -             int p_148279_7_,
        -             int p_148279_8_,
        -             boolean p_148279_9_)
        -
        -
        Specified by:
        -
        drawEntry in interface GuiListExtended.IGuiListEntry
        -
        -
      • -
      - - - -
        -
      • -

        func_148311_a

        -
        protected abstract java.lang.String func_148311_a()
        -
      • -
      - - - -
        -
      • -

        func_148312_b

        -
        protected abstract java.lang.String func_148312_b()
        -
      • -
      - - - -
        -
      • -

        func_148313_c

        -
        protected abstract void func_148313_c()
        -
      • -
      - - - -
        -
      • -

        func_148310_d

        -
        protected boolean func_148310_d()
        -
      • -
      - - - -
        -
      • -

        func_148309_e

        -
        protected boolean func_148309_e()
        -
      • -
      - - - -
        -
      • -

        func_148308_f

        -
        protected boolean func_148308_f()
        -
      • -
      - - - -
        -
      • -

        func_148314_g

        -
        protected boolean func_148314_g()
        -
      • -
      - - - -
        -
      • -

        func_148307_h

        -
        protected boolean func_148307_h()
        -
      • -
      - - - -
        -
      • -

        mousePressed

        -
        public boolean mousePressed(int p_148278_1_,
        -                   int p_148278_2_,
        -                   int p_148278_3_,
        -                   int p_148278_4_,
        -                   int p_148278_5_,
        -                   int p_148278_6_)
        -
        -
        Specified by:
        -
        mousePressed in interface GuiListExtended.IGuiListEntry
        -
        -
      • -
      - - - -
        -
      • -

        mouseReleased

        -
        public void mouseReleased(int p_148277_1_,
        -                 int p_148277_2_,
        -                 int p_148277_3_,
        -                 int p_148277_4_,
        -                 int p_148277_5_,
        -                 int p_148277_6_)
        -
        -
        Specified by:
        -
        mouseReleased in interface GuiListExtended.IGuiListEntry
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackListEntryDefault.html b/javadoc/net/minecraft/client/resources/ResourcePackListEntryDefault.html deleted file mode 100644 index 1f763c5..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackListEntryDefault.html +++ /dev/null @@ -1,408 +0,0 @@ - - - - - -ResourcePackListEntryDefault (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackListEntryDefault

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackListEntryFound.html b/javadoc/net/minecraft/client/resources/ResourcePackListEntryFound.html deleted file mode 100644 index 7e0de2c..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackListEntryFound.html +++ /dev/null @@ -1,338 +0,0 @@ - - - - - -ResourcePackListEntryFound (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackListEntryFound

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackRepository.Entry.html b/javadoc/net/minecraft/client/resources/ResourcePackRepository.Entry.html deleted file mode 100644 index ec29fb1..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackRepository.Entry.html +++ /dev/null @@ -1,343 +0,0 @@ - - - - - -ResourcePackRepository.Entry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackRepository.Entry

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    ResourcePackRepository
    -
    -
    -
    -
    public class ResourcePackRepository.Entry
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateResourcePack

        -
        public void updateResourcePack()
        -                        throws java.io.IOException
        -
        Throws:
        -
        java.io.IOException
        -
      • -
      - - - -
        -
      • -

        bindTexturePackIcon

        -
        public void bindTexturePackIcon(TextureManager p_110518_1_)
        -
      • -
      - - - -
        -
      • -

        closeResourcePack

        -
        public void closeResourcePack()
        -
      • -
      - - - -
        -
      • -

        getResourcePack

        -
        public IResourcePack getResourcePack()
        -
      • -
      - - - -
        -
      • -

        getResourcePackName

        -
        public java.lang.String getResourcePackName()
        -
      • -
      - - - -
        -
      • -

        getTexturePackDescription

        -
        public java.lang.String getTexturePackDescription()
        -
      • -
      - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        toString

        -
        public java.lang.String toString()
        -
        -
        Overrides:
        -
        toString in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/ResourcePackRepository.html b/javadoc/net/minecraft/client/resources/ResourcePackRepository.html deleted file mode 100644 index d178bdf..0000000 --- a/javadoc/net/minecraft/client/resources/ResourcePackRepository.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - -ResourcePackRepository (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class ResourcePackRepository

-
-
- -
-
    -
  • -
    -
    -
    public class ResourcePackRepository
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        resourcePackFilter

        -
        protected static final java.io.FileFilter resourcePackFilter
        -
      • -
      - - - -
        -
      • -

        rprDefaultResourcePack

        -
        public final IResourcePack rprDefaultResourcePack
        -
      • -
      - - - - -
    • -
    - - - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        updateRepositoryEntriesAll

        -
        public void updateRepositoryEntriesAll()
        -
      • -
      - - - -
        -
      • -

        getRepositoryEntriesAll

        -
        public java.util.List getRepositoryEntriesAll()
        -
      • -
      - - - -
        -
      • -

        getRepositoryEntries

        -
        public java.util.List getRepositoryEntries()
        -
      • -
      - - - -
        -
      • -

        func_148527_a

        -
        public void func_148527_a(java.util.List p_148527_1_)
        -
      • -
      - - - -
        -
      • -

        getDirResourcepacks

        -
        public java.io.File getDirResourcepacks()
        -
      • -
      - - - -
        -
      • -

        func_148526_a

        -
        public void func_148526_a(java.lang.String p_148526_1_)
        -
      • -
      - - - - - - - -
        -
      • -

        func_148529_f

        -
        public void func_148529_f()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/SimpleReloadableResourceManager.html b/javadoc/net/minecraft/client/resources/SimpleReloadableResourceManager.html deleted file mode 100644 index 3d2ff62..0000000 --- a/javadoc/net/minecraft/client/resources/SimpleReloadableResourceManager.html +++ /dev/null @@ -1,348 +0,0 @@ - - - - - -SimpleReloadableResourceManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class SimpleReloadableResourceManager

-
-
- -
- -
-
- -
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/SimpleResource.html b/javadoc/net/minecraft/client/resources/SimpleResource.html deleted file mode 100644 index 7d21e3e..0000000 --- a/javadoc/net/minecraft/client/resources/SimpleResource.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - - -SimpleResource (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class SimpleResource

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    IResource
    -
    -
    -
    -
    public class SimpleResource
    -extends java.lang.Object
    -implements IResource
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object p_equals_1_) 
      java.io.InputStreamgetInputStream() 
      IMetadataSectiongetMetadata(java.lang.String p_110526_1_) 
      inthashCode() 
      booleanhasMetadata() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        SimpleResource

        -
        public SimpleResource(ResourceLocation p_i1300_1_,
        -              java.io.InputStream p_i1300_2_,
        -              java.io.InputStream p_i1300_3_,
        -              IMetadataSerializer p_i1300_4_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getInputStream

        -
        public java.io.InputStream getInputStream()
        -
        -
        Specified by:
        -
        getInputStream in interface IResource
        -
        -
      • -
      - - - -
        -
      • -

        hasMetadata

        -
        public boolean hasMetadata()
        -
        -
        Specified by:
        -
        hasMetadata in interface IResource
        -
        -
      • -
      - - - - - - - -
        -
      • -

        equals

        -
        public boolean equals(java.lang.Object p_equals_1_)
        -
        -
        Overrides:
        -
        equals in class java.lang.Object
        -
        -
      • -
      - - - -
        -
      • -

        hashCode

        -
        public int hashCode()
        -
        -
        Overrides:
        -
        hashCode in class java.lang.Object
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/SkinManager.SkinAvailableCallback.html b/javadoc/net/minecraft/client/resources/SkinManager.SkinAvailableCallback.html deleted file mode 100644 index 0c7b0ea..0000000 --- a/javadoc/net/minecraft/client/resources/SkinManager.SkinAvailableCallback.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - -SkinManager.SkinAvailableCallback (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Interface SkinManager.SkinAvailableCallback

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_152121_a(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152121_1_, - ResourceLocation p_152121_2_) 
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152121_a

        -
        void func_152121_a(com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152121_1_,
        -                 ResourceLocation p_152121_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/SkinManager.html b/javadoc/net/minecraft/client/resources/SkinManager.html deleted file mode 100644 index 6c48034..0000000 --- a/javadoc/net/minecraft/client/resources/SkinManager.html +++ /dev/null @@ -1,362 +0,0 @@ - - - - - -SkinManager (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources
-

Class SkinManager

-
-
- -
-
    -
  • -
    -
    -
    public class SkinManager
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - - - - - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      SkinManager(TextureManager p_i1044_1_, - java.io.File p_i1044_2_, - com.mojang.authlib.minecraft.MinecraftSessionService p_i1044_3_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.Mapfunc_152788_a(com.mojang.authlib.GameProfile p_152788_1_) 
      ResourceLocationfunc_152789_a(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152789_1_, - com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152789_2_, - SkinManager.SkinAvailableCallback p_152789_3_) 
      voidfunc_152790_a(com.mojang.authlib.GameProfile p_152790_1_, - SkinManager.SkinAvailableCallback p_152790_2_, - boolean p_152790_3_) 
      ResourceLocationfunc_152792_a(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152792_1_, - com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152792_2_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        SkinManager

        -
        public SkinManager(TextureManager p_i1044_1_,
        -           java.io.File p_i1044_2_,
        -           com.mojang.authlib.minecraft.MinecraftSessionService p_i1044_3_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_152792_a

        -
        public ResourceLocation func_152792_a(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152792_1_,
        -                             com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152792_2_)
        -
      • -
      - - - -
        -
      • -

        func_152789_a

        -
        public ResourceLocation func_152789_a(com.mojang.authlib.minecraft.MinecraftProfileTexture p_152789_1_,
        -                             com.mojang.authlib.minecraft.MinecraftProfileTexture.Type p_152789_2_,
        -                             SkinManager.SkinAvailableCallback p_152789_3_)
        -
      • -
      - - - -
        -
      • -

        func_152790_a

        -
        public void func_152790_a(com.mojang.authlib.GameProfile p_152790_1_,
        -                 SkinManager.SkinAvailableCallback p_152790_2_,
        -                 boolean p_152790_3_)
        -
      • -
      - - - -
        -
      • -

        func_152788_a

        -
        public java.util.Map func_152788_a(com.mojang.authlib.GameProfile p_152788_1_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/AnimationFrame.html b/javadoc/net/minecraft/client/resources/data/AnimationFrame.html deleted file mode 100644 index d78feb4..0000000 --- a/javadoc/net/minecraft/client/resources/data/AnimationFrame.html +++ /dev/null @@ -1,294 +0,0 @@ - - - - - -AnimationFrame (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class AnimationFrame

-
-
- -
-
    -
  • -
    -
    -
    public class AnimationFrame
    -extends java.lang.Object
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - - - - -
      Constructors 
      Constructor and Description
      AnimationFrame(int p_i1307_1_) 
      AnimationFrame(int p_i1308_1_, - int p_i1308_2_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      intgetFrameIndex() 
      intgetFrameTime() 
      booleanhasNoTime() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        AnimationFrame

        -
        public AnimationFrame(int p_i1307_1_)
        -
      • -
      - - - -
        -
      • -

        AnimationFrame

        -
        public AnimationFrame(int p_i1308_1_,
        -              int p_i1308_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        hasNoTime

        -
        public boolean hasNoTime()
        -
      • -
      - - - -
        -
      • -

        getFrameTime

        -
        public int getFrameTime()
        -
      • -
      - - - -
        -
      • -

        getFrameIndex

        -
        public int getFrameIndex()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html b/javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html deleted file mode 100644 index ef832b3..0000000 --- a/javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html +++ /dev/null @@ -1,356 +0,0 @@ - - - - - -AnimationMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class AnimationMetadataSection

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      AnimationMetadataSection(java.util.List p_i1309_1_, - int p_i1309_2_, - int p_i1309_3_, - int p_i1309_4_) 
      -
    • -
    - - -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        AnimationMetadataSection

        -
        public AnimationMetadataSection(java.util.List p_i1309_1_,
        -                        int p_i1309_2_,
        -                        int p_i1309_3_,
        -                        int p_i1309_4_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getFrameHeight

        -
        public int getFrameHeight()
        -
      • -
      - - - -
        -
      • -

        getFrameWidth

        -
        public int getFrameWidth()
        -
      • -
      - - - -
        -
      • -

        getFrameCount

        -
        public int getFrameCount()
        -
      • -
      - - - -
        -
      • -

        getFrameTime

        -
        public int getFrameTime()
        -
      • -
      - - - -
        -
      • -

        getFrameTimeSingle

        -
        public int getFrameTimeSingle(int p_110472_1_)
        -
      • -
      - - - -
        -
      • -

        frameHasTime

        -
        public boolean frameHasTime(int p_110470_1_)
        -
      • -
      - - - -
        -
      • -

        getFrameIndex

        -
        public int getFrameIndex(int p_110468_1_)
        -
      • -
      - - - -
        -
      • -

        getFrameIndexSet

        -
        public java.util.Set getFrameIndexSet()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html deleted file mode 100644 index 257aedc..0000000 --- a/javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - -AnimationMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class AnimationMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      AnimationMetadataSectiondeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      java.lang.StringgetSectionName() 
      com.google.gson.JsonElementserialize(AnimationMetadataSection p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      com.google.gson.JsonElementserialize(java.lang.Object p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        AnimationMetadataSectionSerializer

        -
        public AnimationMetadataSectionSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public AnimationMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                                   java.lang.reflect.Type p_deserialize_2_,
        -                                   com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
        -
        Specified by:
        -
        deserialize in interface com.google.gson.JsonDeserializer
        -
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(AnimationMetadataSection p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
      • -
      - - - - - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(java.lang.Object p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
        -
        Specified by:
        -
        serialize in interface com.google.gson.JsonSerializer
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html deleted file mode 100644 index 37bdcdd..0000000 --- a/javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html +++ /dev/null @@ -1,249 +0,0 @@ - - - - - -BaseMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class BaseMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

        Methods inherited from interface com.google.gson.JsonDeserializer

        -deserialize
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        BaseMetadataSectionSerializer

        -
        public BaseMetadataSectionSerializer()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/FontMetadataSection.html b/javadoc/net/minecraft/client/resources/data/FontMetadataSection.html deleted file mode 100644 index 66f974f..0000000 --- a/javadoc/net/minecraft/client/resources/data/FontMetadataSection.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - -FontMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class FontMetadataSection

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FontMetadataSection(float[] p_i1310_1_, - float[] p_i1310_2_, - float[] p_i1310_3_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FontMetadataSection

        -
        public FontMetadataSection(float[] p_i1310_1_,
        -                   float[] p_i1310_2_,
        -                   float[] p_i1310_3_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html deleted file mode 100644 index 944b3cf..0000000 --- a/javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - -FontMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class FontMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      FontMetadataSectiondeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      java.lang.StringgetSectionName() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        FontMetadataSectionSerializer

        -
        public FontMetadataSectionSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public FontMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                              java.lang.reflect.Type p_deserialize_2_,
        -                              com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
      • -
      - - - -
        -
      • -

        getSectionName

        -
        public java.lang.String getSectionName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/IMetadataSection.html b/javadoc/net/minecraft/client/resources/data/IMetadataSection.html deleted file mode 100644 index 8b6df47..0000000 --- a/javadoc/net/minecraft/client/resources/data/IMetadataSection.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - -IMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Interface IMetadataSection

-
-
-
- -
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html deleted file mode 100644 index 981c730..0000000 --- a/javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - -IMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Interface IMetadataSectionSerializer

-
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetSectionName() 
      -
        -
      • - - -

        Methods inherited from interface com.google.gson.JsonDeserializer

        -deserialize
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getSectionName

        -
        java.lang.String getSectionName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html b/javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html deleted file mode 100644 index f8e1e77..0000000 --- a/javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html +++ /dev/null @@ -1,271 +0,0 @@ - - - - - -IMetadataSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class IMetadataSerializer

-
-
- -
-
    -
  • -
    -
    -
    public class IMetadataSerializer
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        IMetadataSerializer

        -
        public IMetadataSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        registerMetadataSectionType

        -
        public void registerMetadataSectionType(IMetadataSectionSerializer p_110504_1_,
        -                               java.lang.Class p_110504_2_)
        -
      • -
      - - - -
        -
      • -

        parseMetadataSection

        -
        public IMetadataSection parseMetadataSection(java.lang.String p_110503_1_,
        -                                    com.google.gson.JsonObject p_110503_2_)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html b/javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html deleted file mode 100644 index d64da24..0000000 --- a/javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html +++ /dev/null @@ -1,259 +0,0 @@ - - - - - -LanguageMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class LanguageMetadataSection

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      LanguageMetadataSection(java.util.Collection p_i1311_1_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.CollectiongetLanguages() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        LanguageMetadataSection

        -
        public LanguageMetadataSection(java.util.Collection p_i1311_1_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLanguages

        -
        public java.util.Collection getLanguages()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html deleted file mode 100644 index 8d46b7f..0000000 --- a/javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - -LanguageMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class LanguageMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      LanguageMetadataSectiondeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      java.lang.StringgetSectionName() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        LanguageMetadataSectionSerializer

        -
        public LanguageMetadataSectionSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public LanguageMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                                  java.lang.reflect.Type p_deserialize_2_,
        -                                  com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
      • -
      - - - -
        -
      • -

        getSectionName

        -
        public java.lang.String getSectionName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/PackMetadataSection.html b/javadoc/net/minecraft/client/resources/data/PackMetadataSection.html deleted file mode 100644 index 770a00a..0000000 --- a/javadoc/net/minecraft/client/resources/data/PackMetadataSection.html +++ /dev/null @@ -1,274 +0,0 @@ - - - - - -PackMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class PackMetadataSection

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      IChatComponentfunc_152805_a() 
      intgetPackFormat() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        PackMetadataSection

        -
        public PackMetadataSection(IChatComponent p_i1034_1_,
        -                   int p_i1034_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        getPackFormat

        -
        public int getPackFormat()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html deleted file mode 100644 index 9979d1d..0000000 --- a/javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - -PackMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class PackMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      PackMetadataSectiondeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      java.lang.StringgetSectionName() 
      com.google.gson.JsonElementserialize(java.lang.Object p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      com.google.gson.JsonElementserialize(PackMetadataSection p_serialize_1_, - java.lang.reflect.Type p_serialize_2_, - com.google.gson.JsonSerializationContext p_serialize_3_) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        PackMetadataSectionSerializer

        -
        public PackMetadataSectionSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public PackMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                              java.lang.reflect.Type p_deserialize_2_,
        -                              com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
        -
        Specified by:
        -
        deserialize in interface com.google.gson.JsonDeserializer
        -
        -
      • -
      - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(PackMetadataSection p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
      • -
      - - - - - - - -
        -
      • -

        serialize

        -
        public com.google.gson.JsonElement serialize(java.lang.Object p_serialize_1_,
        -                                    java.lang.reflect.Type p_serialize_2_,
        -                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        -
        -
        Specified by:
        -
        serialize in interface com.google.gson.JsonSerializer
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html b/javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html deleted file mode 100644 index dded308..0000000 --- a/javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html +++ /dev/null @@ -1,289 +0,0 @@ - - - - - -TextureMetadataSection (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class TextureMetadataSection

-
-
- -
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      TextureMetadataSection(boolean p_i45102_1_, - boolean p_i45102_2_, - java.util.List p_i45102_3_) 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      java.util.ListgetListMipmaps() 
      booleangetTextureBlur() 
      booleangetTextureClamp() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        TextureMetadataSection

        -
        public TextureMetadataSection(boolean p_i45102_1_,
        -                      boolean p_i45102_2_,
        -                      java.util.List p_i45102_3_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getTextureBlur

        -
        public boolean getTextureBlur()
        -
      • -
      - - - -
        -
      • -

        getTextureClamp

        -
        public boolean getTextureClamp()
        -
      • -
      - - - -
        -
      • -

        getListMipmaps

        -
        public java.util.List getListMipmaps()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html b/javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html deleted file mode 100644 index c33da15..0000000 --- a/javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - -TextureMetadataSectionSerializer (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.resources.data
-

Class TextureMetadataSectionSerializer

-
-
- -
- -
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      TextureMetadataSectiondeserialize(com.google.gson.JsonElement p_deserialize_1_, - java.lang.reflect.Type p_deserialize_2_, - com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      java.lang.StringgetSectionName() 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      - - - -
        -
      • -

        TextureMetadataSectionSerializer

        -
        public TextureMetadataSectionSerializer()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        deserialize

        -
        public TextureMetadataSection deserialize(com.google.gson.JsonElement p_deserialize_1_,
        -                                 java.lang.reflect.Type p_deserialize_2_,
        -                                 com.google.gson.JsonDeserializationContext p_deserialize_3_)
        -
      • -
      - - - -
        -
      • -

        getSectionName

        -
        public java.lang.String getSectionName()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/package-frame.html b/javadoc/net/minecraft/client/resources/data/package-frame.html deleted file mode 100644 index 9eb542e..0000000 --- a/javadoc/net/minecraft/client/resources/data/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - -net.minecraft.client.resources.data (Forge API) - - - - -

net.minecraft.client.resources.data

-
-

Interfaces

- -

Classes

- -
- - diff --git a/javadoc/net/minecraft/client/resources/data/package-summary.html b/javadoc/net/minecraft/client/resources/data/package-summary.html deleted file mode 100644 index 986710b..0000000 --- a/javadoc/net/minecraft/client/resources/data/package-summary.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - -net.minecraft.client.resources.data (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.client.resources.data

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/data/package-tree.html b/javadoc/net/minecraft/client/resources/data/package-tree.html deleted file mode 100644 index 64baebf..0000000 --- a/javadoc/net/minecraft/client/resources/data/package-tree.html +++ /dev/null @@ -1,150 +0,0 @@ - - - - - -net.minecraft.client.resources.data Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.client.resources.data

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/package-frame.html b/javadoc/net/minecraft/client/resources/package-frame.html deleted file mode 100644 index 22d549c..0000000 --- a/javadoc/net/minecraft/client/resources/package-frame.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - -net.minecraft.client.resources (Forge API) - - - - -

net.minecraft.client.resources

-
-

Interfaces

- -

Classes

- -

Exceptions

- -
- - diff --git a/javadoc/net/minecraft/client/resources/package-summary.html b/javadoc/net/minecraft/client/resources/package-summary.html deleted file mode 100644 index a3d879a..0000000 --- a/javadoc/net/minecraft/client/resources/package-summary.html +++ /dev/null @@ -1,253 +0,0 @@ - - - - - -net.minecraft.client.resources (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package net.minecraft.client.resources

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/net/minecraft/client/resources/package-tree.html b/javadoc/net/minecraft/client/resources/package-tree.html deleted file mode 100644 index 90c8a9b..0000000 --- a/javadoc/net/minecraft/client/resources/package-tree.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - -net.minecraft.client.resources Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.client.resources

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

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