Class NBTTagList

java.lang.Object
net.minecraft.src.NBTBase
net.minecraft.src.NBTTagList

public class NBTTagList extends NBTBase
  • Constructor Details

    • NBTTagList

      public NBTTagList()
    • NBTTagList

      public NBTTagList(String par1Str)
  • Method Details

    • getId

      public byte getId()
      Gets the type byte for the tag.
      Specified by:
      getId in class NBTBase
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • appendTag

      public void appendTag(NBTBase par1NBTBase)
      Adds the provided tag to the end of the list. There is no check to verify this tag is of the same type as any previous tag.
    • removeTag

      public NBTBase removeTag(int par1)
      Removes a tag at the given index.
    • tagAt

      public NBTBase tagAt(int par1)
      Retrieves the tag at the specified index from the list.
    • tagCount

      public int tagCount()
      Returns the number of tags in the list.
    • copy

      public NBTBase copy()
      Creates a clone of the tag.
      Specified by:
      copy in class NBTBase
    • equals

      public boolean equals(Object par1Obj)
      Overrides:
      equals in class NBTBase
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NBTBase