public abstract class NBTTagCollection<T extends INBTBase> extends java.util.AbstractList<T> implements INBTBase
NBT_TYPES, SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Constructor and Description |
---|
NBTTagCollection() |
Modifier and Type | Method and Description |
---|---|
T |
get(int p_get_1_) |
abstract T |
getTag(int p_197647_1_) |
abstract void |
removeTag(int p_197649_1_) |
T |
set(int p_set_1_,
T p_set_2_) |
abstract void |
setTag(int p_197648_1_,
INBTBase p_197648_2_) |
abstract int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copy, create, getId, getString, getTypeName, read, toFormattedComponent, toFormattedComponent, toString, write
public abstract int size()
public T get(int p_get_1_)
public abstract T getTag(int p_197647_1_)
public abstract void setTag(int p_197648_1_, INBTBase p_197648_2_)
public abstract void removeTag(int p_197649_1_)