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
modCount
Fields inherited from interface net.minecraft.nbt.INBT
SYNTAX_HIGHLIGHTING_KEY, SYNTAX_HIGHLIGHTING_NUMBER, SYNTAX_HIGHLIGHTING_NUMBER_TYPE, SYNTAX_HIGHLIGHTING_STRING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface net.minecraft.nbt.INBT
copy, getAsString, getId, getPrettyDisplay, getPrettyDisplay, getType, toString, write
Methods 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()
-