Package net.minecraft.nbt
Class AbstractListTag<T extends Tag>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
net.minecraft.nbt.AbstractListTag<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,Tag
- Direct Known Subclasses:
ByteArrayTag,IntArrayTag,ListTag,LongArrayTag
public abstract class AbstractListTag<T extends Tag> extends AbstractList<T> implements Tag
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors Constructor Description AbstractListTag() -
Method Summary
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
-
Constructor Details
-
AbstractListTag
public AbstractListTag()
-
-
Method Details
-
set
-
add
-
remove
-
setTag
-
addTag
-
getElementType
public abstract byte getElementType()
-