From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/nbt/CompressedStreamTools.html | 431 +++++++++++ javadoc/net/minecraft/nbt/JsonToNBT.html | 257 +++++++ .../net/minecraft/nbt/NBTBase.NBTPrimitive.html | 369 ++++++++++ javadoc/net/minecraft/nbt/NBTBase.html | 403 +++++++++++ javadoc/net/minecraft/nbt/NBTException.html | 248 +++++++ javadoc/net/minecraft/nbt/NBTSizeTracker.html | 290 ++++++++ javadoc/net/minecraft/nbt/NBTTagByte.html | 475 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagByteArray.html | 381 ++++++++++ javadoc/net/minecraft/nbt/NBTTagCompound.html | 784 +++++++++++++++++++++ javadoc/net/minecraft/nbt/NBTTagDouble.html | 475 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagEnd.html | 334 +++++++++ javadoc/net/minecraft/nbt/NBTTagFloat.html | 475 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagInt.html | 475 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagIntArray.html | 381 ++++++++++ javadoc/net/minecraft/nbt/NBTTagList.html | 500 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagLong.html | 475 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagShort.html | 487 +++++++++++++ javadoc/net/minecraft/nbt/NBTTagString.html | 397 +++++++++++ javadoc/net/minecraft/nbt/NBTUtil.html | 269 +++++++ javadoc/net/minecraft/nbt/package-frame.html | 40 ++ javadoc/net/minecraft/nbt/package-summary.html | 214 ++++++ javadoc/net/minecraft/nbt/package-tree.html | 158 +++++ 22 files changed, 8318 insertions(+) create mode 100644 javadoc/net/minecraft/nbt/CompressedStreamTools.html create mode 100644 javadoc/net/minecraft/nbt/JsonToNBT.html create mode 100644 javadoc/net/minecraft/nbt/NBTBase.NBTPrimitive.html create mode 100644 javadoc/net/minecraft/nbt/NBTBase.html create mode 100644 javadoc/net/minecraft/nbt/NBTException.html create mode 100644 javadoc/net/minecraft/nbt/NBTSizeTracker.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagByte.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagByteArray.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagCompound.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagDouble.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagEnd.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagFloat.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagInt.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagIntArray.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagList.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagLong.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagShort.html create mode 100644 javadoc/net/minecraft/nbt/NBTTagString.html create mode 100644 javadoc/net/minecraft/nbt/NBTUtil.html create mode 100644 javadoc/net/minecraft/nbt/package-frame.html create mode 100644 javadoc/net/minecraft/nbt/package-summary.html create mode 100644 javadoc/net/minecraft/nbt/package-tree.html (limited to 'javadoc/net/minecraft/nbt') diff --git a/javadoc/net/minecraft/nbt/CompressedStreamTools.html b/javadoc/net/minecraft/nbt/CompressedStreamTools.html new file mode 100644 index 0000000..f77a9c0 --- /dev/null +++ b/javadoc/net/minecraft/nbt/CompressedStreamTools.html @@ -0,0 +1,431 @@ + + + + + +CompressedStreamTools (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class CompressedStreamTools

+
+
+ +
+
    +
  • +
    +
    +
    public class CompressedStreamTools
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        CompressedStreamTools

        +
        public CompressedStreamTools()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        readCompressed

        +
        public static NBTTagCompound readCompressed(java.io.InputStream p_74796_0_)
        +                                     throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        writeCompressed

        +
        public static void writeCompressed(NBTTagCompound p_74799_0_,
        +                   java.io.OutputStream p_74799_1_)
        +                            throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152457_a

        +
        public static NBTTagCompound func_152457_a(byte[] p_152457_0_,
        +                           NBTSizeTracker p_152457_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        compress

        +
        public static byte[] compress(NBTTagCompound p_74798_0_)
        +                       throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        safeWrite

        +
        public static void safeWrite(NBTTagCompound p_74793_0_,
        +             java.io.File p_74793_1_)
        +                      throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        read

        +
        public static NBTTagCompound read(java.io.DataInputStream p_74794_0_)
        +                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152456_a

        +
        public static NBTTagCompound func_152456_a(java.io.DataInput p_152456_0_,
        +                           NBTSizeTracker p_152456_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        write

        +
        public static void write(NBTTagCompound p_74800_0_,
        +         java.io.DataOutput p_74800_1_)
        +                  throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        write

        +
        public static void write(NBTTagCompound p_74795_0_,
        +         java.io.File p_74795_1_)
        +                  throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        read

        +
        public static NBTTagCompound read(java.io.File p_74797_0_)
        +                           throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      + + + +
        +
      • +

        func_152458_a

        +
        public static NBTTagCompound func_152458_a(java.io.File p_152458_0_,
        +                           NBTSizeTracker p_152458_1_)
        +                                    throws java.io.IOException
        +
        Throws:
        +
        java.io.IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/JsonToNBT.html b/javadoc/net/minecraft/nbt/JsonToNBT.html new file mode 100644 index 0000000..c7808ff --- /dev/null +++ b/javadoc/net/minecraft/nbt/JsonToNBT.html @@ -0,0 +1,257 @@ + + + + + +JsonToNBT (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class JsonToNBT

+
+
+ +
+
    +
  • +
    +
    +
    public class JsonToNBT
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      JsonToNBT() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static NBTBasefunc_150315_a(java.lang.String p_150315_0_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        JsonToNBT

        +
        public JsonToNBT()
        +
      • +
      +
    • +
    + + +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTBase.NBTPrimitive.html b/javadoc/net/minecraft/nbt/NBTBase.NBTPrimitive.html new file mode 100644 index 0000000..a512ff4 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTBase.NBTPrimitive.html @@ -0,0 +1,369 @@ + + + + + +NBTBase.NBTPrimitive (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTBase.NBTPrimitive

+
+
+ +
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTBase.NBTPrimitive

        +
        public NBTBase.NBTPrimitive()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_150291_c

        +
        public abstract long func_150291_c()
        +
      • +
      + + + +
        +
      • +

        func_150287_d

        +
        public abstract int func_150287_d()
        +
      • +
      + + + +
        +
      • +

        func_150289_e

        +
        public abstract short func_150289_e()
        +
      • +
      + + + +
        +
      • +

        func_150290_f

        +
        public abstract byte func_150290_f()
        +
      • +
      + + + +
        +
      • +

        func_150286_g

        +
        public abstract double func_150286_g()
        +
      • +
      + + + +
        +
      • +

        func_150288_h

        +
        public abstract float func_150288_h()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTBase.html b/javadoc/net/minecraft/nbt/NBTBase.html new file mode 100644 index 0000000..fca1a8b --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTBase.html @@ -0,0 +1,403 @@ + + + + + +NBTBase (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTBase

+
+
+ +
+ +
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class NBTBase.NBTPrimitive 
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.lang.String[]NBTTypes 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTBase() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      abstract NBTBasecopy() 
      booleanequals(java.lang.Object p_equals_1_) 
      protected static NBTBasefunc_150284_a(byte p_150284_0_) 
      protected java.lang.Stringfunc_150285_a_() 
      abstract bytegetId() 
      inthashCode() 
      abstract java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        NBTTypes

        +
        public static final java.lang.String[] NBTTypes
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTBase

        +
        public NBTBase()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        toString

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

        getId

        +
        public abstract byte getId()
        +
      • +
      + + + +
        +
      • +

        func_150284_a

        +
        protected static NBTBase func_150284_a(byte p_150284_0_)
        +
      • +
      + + + +
        +
      • +

        copy

        +
        public abstract NBTBase copy()
        +
      • +
      + + + +
        +
      • +

        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
        +
        +
      • +
      + + + +
        +
      • +

        func_150285_a_

        +
        protected java.lang.String func_150285_a_()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTException.html b/javadoc/net/minecraft/nbt/NBTException.html new file mode 100644 index 0000000..55041d7 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTException.html @@ -0,0 +1,248 @@ + + + + + +NBTException (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTException

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    +
    public class NBTException
    +extends java.lang.Exception
    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTException(java.lang.String p_i45136_1_) 
      +
    • +
    + +
      +
    • + + +

      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

      + + + +
        +
      • +

        NBTException

        +
        public NBTException(java.lang.String p_i45136_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTSizeTracker.html b/javadoc/net/minecraft/nbt/NBTSizeTracker.html new file mode 100644 index 0000000..2d5d039 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTSizeTracker.html @@ -0,0 +1,290 @@ + + + + + +NBTSizeTracker (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTSizeTracker

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTSizeTracker
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTSizeTracker(long p_i1203_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidfunc_152450_a(long p_152450_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTSizeTracker

        +
        public NBTSizeTracker(long p_i1203_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_152450_a

        +
        public void func_152450_a(long p_152450_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagByte.html b/javadoc/net/minecraft/nbt/NBTTagByte.html new file mode 100644 index 0000000..d5c2f0d --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagByte.html @@ -0,0 +1,475 @@ + + + + + +NBTTagByte (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagByte

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagByteArray.html b/javadoc/net/minecraft/nbt/NBTTagByteArray.html new file mode 100644 index 0000000..7bdbcb2 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagByteArray.html @@ -0,0 +1,381 @@ + + + + + +NBTTagByteArray (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagByteArray

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagByteArray
    +extends NBTBase
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTTagByteArray(byte[] p_i45128_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      NBTBasecopy() 
      booleanequals(java.lang.Object p_equals_1_) 
      byte[]func_150292_c() 
      bytegetId() 
      inthashCode() 
      java.lang.StringtoString() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTTagByteArray

        +
        public NBTTagByteArray(byte[] p_i45128_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + + + + + +
        +
      • +

        equals

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

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        func_150292_c

        +
        public byte[] func_150292_c()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagCompound.html b/javadoc/net/minecraft/nbt/NBTTagCompound.html new file mode 100644 index 0000000..bb101b8 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagCompound.html @@ -0,0 +1,784 @@ + + + + + +NBTTagCompound (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagCompound

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagCompound
    +extends NBTBase
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTTagCompound() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      NBTBasecopy() 
      booleanequals(java.lang.Object p_equals_1_) 
      java.util.Setfunc_150296_c() 
      bytefunc_150299_b(java.lang.String p_150299_1_) 
      booleangetBoolean(java.lang.String p_74767_1_) 
      bytegetByte(java.lang.String p_74771_1_) 
      byte[]getByteArray(java.lang.String p_74770_1_) 
      NBTTagCompoundgetCompoundTag(java.lang.String p_74775_1_) 
      doublegetDouble(java.lang.String p_74769_1_) 
      floatgetFloat(java.lang.String p_74760_1_) 
      bytegetId() 
      int[]getIntArray(java.lang.String p_74759_1_) 
      intgetInteger(java.lang.String p_74762_1_) 
      longgetLong(java.lang.String p_74763_1_) 
      shortgetShort(java.lang.String p_74765_1_) 
      java.lang.StringgetString(java.lang.String p_74779_1_) 
      NBTBasegetTag(java.lang.String p_74781_1_) 
      NBTTagListgetTagList(java.lang.String p_150295_1_, + int p_150295_2_) 
      inthashCode() 
      booleanhasKey(java.lang.String p_74764_1_) 
      booleanhasKey(java.lang.String p_150297_1_, + int p_150297_2_) 
      booleanhasNoTags() 
      voidremoveTag(java.lang.String p_82580_1_) 
      voidsetBoolean(java.lang.String p_74757_1_, + boolean p_74757_2_) 
      voidsetByte(java.lang.String p_74774_1_, + byte p_74774_2_) 
      voidsetByteArray(java.lang.String p_74773_1_, + byte[] p_74773_2_) 
      voidsetDouble(java.lang.String p_74780_1_, + double p_74780_2_) 
      voidsetFloat(java.lang.String p_74776_1_, + float p_74776_2_) 
      voidsetIntArray(java.lang.String p_74783_1_, + int[] p_74783_2_) 
      voidsetInteger(java.lang.String p_74768_1_, + int p_74768_2_) 
      voidsetLong(java.lang.String p_74772_1_, + long p_74772_2_) 
      voidsetShort(java.lang.String p_74777_1_, + short p_74777_2_) 
      voidsetString(java.lang.String p_74778_1_, + java.lang.String p_74778_2_) 
      voidsetTag(java.lang.String p_74782_1_, + NBTBase p_74782_2_) 
      java.lang.StringtoString() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTTagCompound

        +
        public NBTTagCompound()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_150296_c

        +
        public java.util.Set func_150296_c()
        +
      • +
      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        setTag

        +
        public void setTag(java.lang.String p_74782_1_,
        +          NBTBase p_74782_2_)
        +
      • +
      + + + +
        +
      • +

        setByte

        +
        public void setByte(java.lang.String p_74774_1_,
        +           byte p_74774_2_)
        +
      • +
      + + + +
        +
      • +

        setShort

        +
        public void setShort(java.lang.String p_74777_1_,
        +            short p_74777_2_)
        +
      • +
      + + + +
        +
      • +

        setInteger

        +
        public void setInteger(java.lang.String p_74768_1_,
        +              int p_74768_2_)
        +
      • +
      + + + +
        +
      • +

        setLong

        +
        public void setLong(java.lang.String p_74772_1_,
        +           long p_74772_2_)
        +
      • +
      + + + +
        +
      • +

        setFloat

        +
        public void setFloat(java.lang.String p_74776_1_,
        +            float p_74776_2_)
        +
      • +
      + + + +
        +
      • +

        setDouble

        +
        public void setDouble(java.lang.String p_74780_1_,
        +             double p_74780_2_)
        +
      • +
      + + + +
        +
      • +

        setString

        +
        public void setString(java.lang.String p_74778_1_,
        +             java.lang.String p_74778_2_)
        +
      • +
      + + + +
        +
      • +

        setByteArray

        +
        public void setByteArray(java.lang.String p_74773_1_,
        +                byte[] p_74773_2_)
        +
      • +
      + + + +
        +
      • +

        setIntArray

        +
        public void setIntArray(java.lang.String p_74783_1_,
        +               int[] p_74783_2_)
        +
      • +
      + + + +
        +
      • +

        setBoolean

        +
        public void setBoolean(java.lang.String p_74757_1_,
        +              boolean p_74757_2_)
        +
      • +
      + + + +
        +
      • +

        getTag

        +
        public NBTBase getTag(java.lang.String p_74781_1_)
        +
      • +
      + + + +
        +
      • +

        func_150299_b

        +
        public byte func_150299_b(java.lang.String p_150299_1_)
        +
      • +
      + + + +
        +
      • +

        hasKey

        +
        public boolean hasKey(java.lang.String p_74764_1_)
        +
      • +
      + + + +
        +
      • +

        hasKey

        +
        public boolean hasKey(java.lang.String p_150297_1_,
        +             int p_150297_2_)
        +
      • +
      + + + +
        +
      • +

        getByte

        +
        public byte getByte(java.lang.String p_74771_1_)
        +
      • +
      + + + +
        +
      • +

        getShort

        +
        public short getShort(java.lang.String p_74765_1_)
        +
      • +
      + + + +
        +
      • +

        getInteger

        +
        public int getInteger(java.lang.String p_74762_1_)
        +
      • +
      + + + +
        +
      • +

        getLong

        +
        public long getLong(java.lang.String p_74763_1_)
        +
      • +
      + + + +
        +
      • +

        getFloat

        +
        public float getFloat(java.lang.String p_74760_1_)
        +
      • +
      + + + +
        +
      • +

        getDouble

        +
        public double getDouble(java.lang.String p_74769_1_)
        +
      • +
      + + + +
        +
      • +

        getString

        +
        public java.lang.String getString(java.lang.String p_74779_1_)
        +
      • +
      + + + +
        +
      • +

        getByteArray

        +
        public byte[] getByteArray(java.lang.String p_74770_1_)
        +
      • +
      + + + +
        +
      • +

        getIntArray

        +
        public int[] getIntArray(java.lang.String p_74759_1_)
        +
      • +
      + + + +
        +
      • +

        getCompoundTag

        +
        public NBTTagCompound getCompoundTag(java.lang.String p_74775_1_)
        +
      • +
      + + + +
        +
      • +

        getTagList

        +
        public NBTTagList getTagList(java.lang.String p_150295_1_,
        +                    int p_150295_2_)
        +
      • +
      + + + +
        +
      • +

        getBoolean

        +
        public boolean getBoolean(java.lang.String p_74767_1_)
        +
      • +
      + + + +
        +
      • +

        removeTag

        +
        public void removeTag(java.lang.String p_82580_1_)
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        hasNoTags

        +
        public boolean hasNoTags()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

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

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class NBTBase
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagDouble.html b/javadoc/net/minecraft/nbt/NBTTagDouble.html new file mode 100644 index 0000000..5bd1133 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagDouble.html @@ -0,0 +1,475 @@ + + + + + +NBTTagDouble (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagDouble

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagEnd.html b/javadoc/net/minecraft/nbt/NBTTagEnd.html new file mode 100644 index 0000000..80766ad --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagEnd.html @@ -0,0 +1,334 @@ + + + + + +NBTTagEnd (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagEnd

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagEnd
    +extends NBTBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTTagEnd

        +
        public NBTTagEnd()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + + +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagFloat.html b/javadoc/net/minecraft/nbt/NBTTagFloat.html new file mode 100644 index 0000000..5351e7d --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagFloat.html @@ -0,0 +1,475 @@ + + + + + +NBTTagFloat (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagFloat

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagInt.html b/javadoc/net/minecraft/nbt/NBTTagInt.html new file mode 100644 index 0000000..f40d8c9 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagInt.html @@ -0,0 +1,475 @@ + + + + + +NBTTagInt (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagInt

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagIntArray.html b/javadoc/net/minecraft/nbt/NBTTagIntArray.html new file mode 100644 index 0000000..2537cd3 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagIntArray.html @@ -0,0 +1,381 @@ + + + + + +NBTTagIntArray (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagIntArray

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagIntArray
    +extends NBTBase
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTTagIntArray(int[] p_i45132_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      NBTBasecopy() 
      booleanequals(java.lang.Object p_equals_1_) 
      int[]func_150302_c() 
      bytegetId() 
      inthashCode() 
      java.lang.StringtoString() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTTagIntArray

        +
        public NBTTagIntArray(int[] p_i45132_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + + + + + +
        +
      • +

        equals

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

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        func_150302_c

        +
        public int[] func_150302_c()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagList.html b/javadoc/net/minecraft/nbt/NBTTagList.html new file mode 100644 index 0000000..3c69a2e --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagList.html @@ -0,0 +1,500 @@ + + + + + +NBTTagList (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagList

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagList
    +extends NBTBase
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        NBTTagList

        +
        public NBTTagList()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        appendTag

        +
        public void appendTag(NBTBase p_74742_1_)
        +
      • +
      + + + +
        +
      • +

        func_150304_a

        +
        public void func_150304_a(int p_150304_1_,
        +                 NBTBase p_150304_2_)
        +
      • +
      + + + +
        +
      • +

        removeTag

        +
        public NBTBase removeTag(int p_74744_1_)
        +
      • +
      + + + +
        +
      • +

        getCompoundTagAt

        +
        public NBTTagCompound getCompoundTagAt(int p_150305_1_)
        +
      • +
      + + + +
        +
      • +

        func_150306_c

        +
        public int[] func_150306_c(int p_150306_1_)
        +
      • +
      + + + +
        +
      • +

        func_150309_d

        +
        public double func_150309_d(int p_150309_1_)
        +
      • +
      + + + +
        +
      • +

        func_150308_e

        +
        public float func_150308_e(int p_150308_1_)
        +
      • +
      + + + +
        +
      • +

        getStringTagAt

        +
        public java.lang.String getStringTagAt(int p_150307_1_)
        +
      • +
      + + + +
        +
      • +

        tagCount

        +
        public int tagCount()
        +
      • +
      + + + + + + + +
        +
      • +

        equals

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

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        func_150303_d

        +
        public int func_150303_d()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagLong.html b/javadoc/net/minecraft/nbt/NBTTagLong.html new file mode 100644 index 0000000..41dc2c6 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagLong.html @@ -0,0 +1,475 @@ + + + + + +NBTTagLong (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagLong

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagShort.html b/javadoc/net/minecraft/nbt/NBTTagShort.html new file mode 100644 index 0000000..0c003d8 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagShort.html @@ -0,0 +1,487 @@ + + + + + +NBTTagShort (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagShort

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTTagString.html b/javadoc/net/minecraft/nbt/NBTTagString.html new file mode 100644 index 0000000..894b904 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTTagString.html @@ -0,0 +1,397 @@ + + + + + +NBTTagString (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTTagString

+
+
+ +
+
    +
  • +
    +
    +
    public class NBTTagString
    +extends NBTBase
    +
  • +
+
+
+
    +
  • + + + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTTagString() 
      NBTTagString(java.lang.String p_i1389_1_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      NBTBasecopy() 
      booleanequals(java.lang.Object p_equals_1_) 
      java.lang.Stringfunc_150285_a_() 
      bytegetId() 
      inthashCode() 
      java.lang.StringtoString() 
      + +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTTagString

        +
        public NBTTagString()
        +
      • +
      + + + +
        +
      • +

        NBTTagString

        +
        public NBTTagString(java.lang.String p_i1389_1_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getId

        +
        public byte getId()
        +
        +
        Specified by:
        +
        getId in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Specified by:
        +
        toString in class NBTBase
        +
        +
      • +
      + + + + + + + +
        +
      • +

        equals

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

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class NBTBase
        +
        +
      • +
      + + + +
        +
      • +

        func_150285_a_

        +
        public java.lang.String func_150285_a_()
        +
        +
        Overrides:
        +
        func_150285_a_ in class NBTBase
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/NBTUtil.html b/javadoc/net/minecraft/nbt/NBTUtil.html new file mode 100644 index 0000000..cc388f7 --- /dev/null +++ b/javadoc/net/minecraft/nbt/NBTUtil.html @@ -0,0 +1,269 @@ + + + + + +NBTUtil (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.nbt
+

Class NBTUtil

+
+
+ +
+
    +
  • +
    +
    +
    public final class NBTUtil
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      NBTUtil() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static com.mojang.authlib.GameProfilefunc_152459_a(NBTTagCompound p_152459_0_) 
      static voidfunc_152460_a(NBTTagCompound p_152460_0_, + com.mojang.authlib.GameProfile p_152460_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        NBTUtil

        +
        public NBTUtil()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_152459_a

        +
        public static com.mojang.authlib.GameProfile func_152459_a(NBTTagCompound p_152459_0_)
        +
      • +
      + + + +
        +
      • +

        func_152460_a

        +
        public static void func_152460_a(NBTTagCompound p_152460_0_,
        +                 com.mojang.authlib.GameProfile p_152460_1_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/package-frame.html b/javadoc/net/minecraft/nbt/package-frame.html new file mode 100644 index 0000000..6d00a72 --- /dev/null +++ b/javadoc/net/minecraft/nbt/package-frame.html @@ -0,0 +1,40 @@ + + + + + +net.minecraft.nbt (Forge API) + + + + +

net.minecraft.nbt

+
+

Classes

+ +

Exceptions

+ +
+ + diff --git a/javadoc/net/minecraft/nbt/package-summary.html b/javadoc/net/minecraft/nbt/package-summary.html new file mode 100644 index 0000000..270d5c1 --- /dev/null +++ b/javadoc/net/minecraft/nbt/package-summary.html @@ -0,0 +1,214 @@ + + + + + +net.minecraft.nbt (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.nbt

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/nbt/package-tree.html b/javadoc/net/minecraft/nbt/package-tree.html new file mode 100644 index 0000000..4a5be88 --- /dev/null +++ b/javadoc/net/minecraft/nbt/package-tree.html @@ -0,0 +1,158 @@ + + + + + +net.minecraft.nbt Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.nbt

+Package Hierarchies: + +
+
+

Class Hierarchy

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