Package net.minecraft.nbt
Class CollectionTag<T extends Tag>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
net.minecraft.nbt.CollectionTag<T>
- All Implemented Interfaces:
- Iterable<T>,- Collection<T>,- List<T>,- Tag
- Direct Known Subclasses:
- ByteArrayTag,- IntArrayTag,- ListTag,- LongArrayTag
- 
Field SummaryFields inherited from class java.util.AbstractListmodCountFields inherited from interface net.minecraft.nbt.TagARRAY_HEADER, MAX_DEPTH, OBJECT_HEADER, OBJECT_REFERENCE, STRING_SIZE, TAG_ANY_NUMERIC, TAG_BYTE, TAG_BYTE_ARRAY, TAG_COMPOUND, TAG_DOUBLE, TAG_END, TAG_FLOAT, TAG_INT, TAG_INT_ARRAY, TAG_LIST, TAG_LONG, TAG_LONG_ARRAY, TAG_SHORT, TAG_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractListadd, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayMethods inherited from interface net.minecraft.nbt.Tagaccept, accept, acceptAsRoot, copy, getAsString, getId, getType, sizeInBytes, toString, write
- 
Constructor Details- 
CollectionTagpublic CollectionTag()
 
- 
- 
Method Details- 
set
- 
add
- 
remove
- 
setTag
- 
addTag
- 
getElementTypepublic abstract byte getElementType()
 
-