From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../client/resources/AbstractResourcePack.html | 443 +++++++++++++++++++++ 1 file changed, 443 insertions(+) create mode 100644 javadoc/net/minecraft/client/resources/AbstractResourcePack.html (limited to 'javadoc/net/minecraft/client/resources/AbstractResourcePack.html') diff --git a/javadoc/net/minecraft/client/resources/AbstractResourcePack.html b/javadoc/net/minecraft/client/resources/AbstractResourcePack.html new file mode 100644 index 0000000..e208103 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/AbstractResourcePack.html @@ -0,0 +1,443 @@ + + + + + +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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3