Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
private java.util.List<NBTBase> |
tagList |
private byte |
tagType |
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() |
(package private) void |
read(java.io.DataInput input,
int depth,
NBTSizeTracker sizeTracker) |
NBTBase |
removeTag(int i) |
void |
set(int idx,
NBTBase nbt) |
int |
tagCount() |
java.lang.String |
toString() |
(package private) void |
write(java.io.DataOutput output) |
createNewByType, getString, getTagTypeName
private static final org.apache.logging.log4j.Logger LOGGER
private java.util.List<NBTBase> tagList
private byte tagType
void write(java.io.DataOutput output) throws java.io.IOException
void read(java.io.DataInput input, int depth, NBTSizeTracker sizeTracker) throws java.io.IOException
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()