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/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 +++++++++ 18 files changed, 4485 insertions(+) create mode 100644 javadoc/net/minecraft/client/resources/data/AnimationFrame.html create mode 100644 javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/FontMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/PackMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html create mode 100644 javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html create mode 100644 javadoc/net/minecraft/client/resources/data/package-frame.html create mode 100644 javadoc/net/minecraft/client/resources/data/package-summary.html create mode 100644 javadoc/net/minecraft/client/resources/data/package-tree.html (limited to 'javadoc/net/minecraft/client/resources/data') diff --git a/javadoc/net/minecraft/client/resources/data/AnimationFrame.html b/javadoc/net/minecraft/client/resources/data/AnimationFrame.html new file mode 100644 index 0000000..d78feb4 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/AnimationFrame.html @@ -0,0 +1,294 @@ + + + + + +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 new file mode 100644 index 0000000..ef832b3 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/AnimationMetadataSection.html @@ -0,0 +1,356 @@ + + + + + +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 new file mode 100644 index 0000000..257aedc --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/AnimationMetadataSectionSerializer.html @@ -0,0 +1,327 @@ + + + + + +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 new file mode 100644 index 0000000..37bdcdd --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/BaseMetadataSectionSerializer.html @@ -0,0 +1,249 @@ + + + + + +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 new file mode 100644 index 0000000..66f974f --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/FontMetadataSection.html @@ -0,0 +1,235 @@ + + + + + +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 new file mode 100644 index 0000000..944b3cf --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/FontMetadataSectionSerializer.html @@ -0,0 +1,280 @@ + + + + + +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 new file mode 100644 index 0000000..8b6df47 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/IMetadataSection.html @@ -0,0 +1,160 @@ + + + + + +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 new file mode 100644 index 0000000..981c730 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/IMetadataSectionSerializer.html @@ -0,0 +1,220 @@ + + + + + +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 new file mode 100644 index 0000000..f8e1e77 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/IMetadataSerializer.html @@ -0,0 +1,271 @@ + + + + + +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 new file mode 100644 index 0000000..d64da24 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/LanguageMetadataSection.html @@ -0,0 +1,259 @@ + + + + + +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 new file mode 100644 index 0000000..8d46b7f --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/LanguageMetadataSectionSerializer.html @@ -0,0 +1,280 @@ + + + + + +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 new file mode 100644 index 0000000..770a00a --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/PackMetadataSection.html @@ -0,0 +1,274 @@ + + + + + +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 new file mode 100644 index 0000000..9979d1d --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/PackMetadataSectionSerializer.html @@ -0,0 +1,327 @@ + + + + + +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 new file mode 100644 index 0000000..dded308 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/TextureMetadataSection.html @@ -0,0 +1,289 @@ + + + + + +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 new file mode 100644 index 0000000..c33da15 --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/TextureMetadataSectionSerializer.html @@ -0,0 +1,280 @@ + + + + + +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 new file mode 100644 index 0000000..9eb542e --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/package-frame.html @@ -0,0 +1,36 @@ + + + + + +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 new file mode 100644 index 0000000..986710b --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/package-summary.html @@ -0,0 +1,198 @@ + + + + + +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 new file mode 100644 index 0000000..64baebf --- /dev/null +++ b/javadoc/net/minecraft/client/resources/data/package-tree.html @@ -0,0 +1,150 @@ + + + + + +net.minecraft.client.resources.data Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

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

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

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