public abstract class CollectionNBT<T extends INBT> extends java.util.AbstractList<T> implements INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
Constructor and Description |
---|
CollectionNBT() |
Modifier and Type | Method and Description |
---|---|
abstract void |
add(int p_add_1_,
T p_add_2_) |
abstract boolean |
func_218659_a(int p_218659_1_,
INBT p_218659_2_) |
abstract boolean |
func_218660_b(int p_218660_1_,
INBT p_218660_2_) |
abstract T |
remove(int p_remove_1_) |
abstract T |
set(int p_set_1_,
T p_set_2_) |
add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
copy, getId, getString, getType, toFormattedComponent, toFormattedComponent, toString, write
public abstract void add(int p_add_1_, T p_add_2_)
public abstract T remove(int p_remove_1_)
public abstract boolean func_218659_a(int p_218659_1_, INBT p_218659_2_)
public abstract boolean func_218660_b(int p_218660_1_, INBT p_218660_2_)