public class NBTTagList extends NBTBase
Constructor and Description |
---|
NBTTagList() |
NBTTagList(String par1Str) |
Modifier and Type | Method and Description |
---|---|
void |
appendTag(NBTBase par1NBTBase)
Adds the provided tag to the end of the list.
|
NBTBase |
copy()
Creates a clone of the tag.
|
boolean |
equals(Object par1Obj) |
byte |
getId()
Gets the type byte for the tag.
|
int |
hashCode() |
NBTBase |
removeTag(int par1)
Removes a tag at the given index.
|
NBTBase |
tagAt(int par1)
Retrieves the tag at the specified index from the list.
|
int |
tagCount()
Returns the number of tags in the list.
|
String |
toString() |
getName, getTagName, newTag, readNamedTag, setName, writeNamedTag
public NBTTagList()
public NBTTagList(String par1Str)
public void appendTag(NBTBase par1NBTBase)
public NBTBase removeTag(int par1)
public NBTBase tagAt(int par1)
public int tagCount()