Package net.minecraft.nbt
Class CollectionNBT<T extends INBT>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
net.minecraft.nbt.CollectionNBT<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,INBT
- Direct Known Subclasses:
ByteArrayNBT,IntArrayNBT,ListNBT,LongArrayNBT
-
Field Summary
Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.nbt.INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING -
Constructor Summary
Constructors -
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 net.minecraft.nbt.INBT
copy, getAsString, getId, getPrettyDisplay, getPrettyDisplay, getType, toString, writeMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
-
Constructor Details
-
CollectionNBT
public CollectionNBT()
-
-
Method Details
-
set
-
add
-
remove
-
setTag
-
addTag
-
getElementType
public abstract byte getElementType()
-