Constructor and Description |
---|
NBTTagList() |
Modifier and Type | Method and Description |
---|---|
void |
appendTag(NBTBase nbt) |
NBTTagList |
copy() |
boolean |
equals(java.lang.Object p_equals_1_) |
NBTBase |
get(int idx) |
NBTTagCompound |
getCompoundTagAt(int i) |
double |
getDoubleAt(int i) |
float |
getFloatAt(int i) |
byte |
getId() |
int[] |
getIntArrayAt(int i) |
int |
getIntAt(int p_186858_1_) |
java.lang.String |
getStringTagAt(int i) |
int |
getTagType() |
int |
hashCode() |
boolean |
hasNoTags() |
java.util.Iterator<NBTBase> |
iterator() |
NBTBase |
removeTag(int i) |
void |
set(int idx,
NBTBase nbt) |
int |
tagCount() |
java.lang.String |
toString() |
createNewByType, getString, getTagTypeName
public void appendTag(NBTBase nbt)
public void set(int idx, NBTBase nbt)
public NBTBase removeTag(int i)
public NBTTagCompound getCompoundTagAt(int i)
public int getIntAt(int p_186858_1_)
public int[] getIntArrayAt(int i)
public double getDoubleAt(int i)
public float getFloatAt(int i)
public java.lang.String getStringTagAt(int i)
public NBTBase get(int idx)
public int tagCount()
public NBTTagList copy()
public int getTagType()