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
- Mappings:
Namespace Name official mpintermediary net/minecraft/class_2483named net/minecraft/nbt/AbstractListTag
-
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
- Specified by:
setin interfaceList<T extends Tag>- Overrides:
setin classAbstractList<T extends Tag>- Mappings:
Namespace Name Mixin selector official dLmp;d(ILni;)Lni;intermediary method_10606Lnet/minecraft/class_2483;method_10606(ILnet/minecraft/class_2520;)Lnet/minecraft/class_2520;named setLnet/minecraft/nbt/AbstractListTag;set(ILnet/minecraft/nbt/Tag;)Lnet/minecraft/nbt/Tag;
-
add
- Specified by:
addin interfaceList<T extends Tag>- Overrides:
addin classAbstractList<T extends Tag>- Mappings:
Namespace Name Mixin selector official cLmp;c(ILni;)Vintermediary method_10531Lnet/minecraft/class_2483;method_10531(ILnet/minecraft/class_2520;)Vnamed addLnet/minecraft/nbt/AbstractListTag;add(ILnet/minecraft/nbt/Tag;)V
-
remove
- Specified by:
removein interfaceList<T extends Tag>- Overrides:
removein classAbstractList<T extends Tag>- Mappings:
Namespace Name Mixin selector official cLmp;c(I)Lni;intermediary method_10536Lnet/minecraft/class_2483;method_10536(I)Lnet/minecraft/class_2520;named removeLnet/minecraft/nbt/AbstractListTag;remove(I)Lnet/minecraft/nbt/Tag;
-
setTag
- Mappings:
Namespace Name Mixin selector official aLmp;a(ILni;)Zintermediary method_10535Lnet/minecraft/class_2483;method_10535(ILnet/minecraft/class_2520;)Znamed setTagLnet/minecraft/nbt/AbstractListTag;setTag(ILnet/minecraft/nbt/Tag;)Z
-
addTag
- Mappings:
Namespace Name Mixin selector official bLmp;b(ILni;)Zintermediary method_10533Lnet/minecraft/class_2483;method_10533(ILnet/minecraft/class_2520;)Znamed addTagLnet/minecraft/nbt/AbstractListTag;addTag(ILnet/minecraft/nbt/Tag;)Z
-
getElementType
public abstract byte getElementType()- Mappings:
Namespace Name Mixin selector official e_Lmp;e_()Bintermediary method_10601Lnet/minecraft/class_2483;method_10601()Bnamed getElementTypeLnet/minecraft/nbt/AbstractListTag;getElementType()B
-