From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/nbt/NBTBase.html | 403 +++++++++++++++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 javadoc/net/minecraft/nbt/NBTBase.html (limited to 'javadoc/net/minecraft/nbt/NBTBase.html') 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_()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3