Package net.minecraft.src
Class NBTTagList
java.lang.Object
net.minecraft.src.NBTBase
net.minecraft.src.NBTTagList
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the provided tag to the end of the list.copy()Creates a clone of the tag.booleanbytegetId()Gets the type byte for the tag.inthashCode()removeTag(int par1) Removes a tag at the given index.tagAt(int par1) Retrieves the tag at the specified index from the list.inttagCount()Returns the number of tags in the list.toString()Methods inherited from class net.minecraft.src.NBTBase
func_130104_b, getName, getTagName, newTag, readNamedTag, setName, writeNamedTag
-
Constructor Details
-
NBTTagList
public NBTTagList() -
NBTTagList
-
-
Method Details
-
getId
public byte getId()Gets the type byte for the tag. -
toString
-
appendTag
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
Removes a tag at the given index. -
tagAt
Retrieves the tag at the specified index from the list. -
tagCount
public int tagCount()Returns the number of tags in the list. -
copy
Creates a clone of the tag. -
equals
-
hashCode
public int hashCode()
-