Package net.minecraft
Class class_4371<T extends class_4373>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
net.minecraft.class_4371<T>
- All Implemented Interfaces:
Iterable<T>,Collection<T>,List<T>,class_4373
- Direct Known Subclasses:
NbtByteArray,NbtIntArray,NbtList,NbtLongArray
public abstract class class_4371<T extends class_4373>
extends AbstractList<T>
implements class_4373
- Mappings:
Namespace Name official gxintermediary net/minecraft/class_4371named net/minecraft/class_4371
-
Field Summary
Fields inherited from class java.util.AbstractList
modCountFields inherited from interface net.minecraft.class_4373
field_21488, field_21489, field_21490, field_21491, field_21492 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int int2) abstract voidmethod_20086(int int2, class_4373 class_4373) abstract voidmethod_20087(int int2) abstract Tmethod_20089(int int2) abstract intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.class_4373
method_1645, method_1649, method_1650, method_1651, method_20146, method_20147, method_7370, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Constructor Details
-
class_4371
public class_4371()
-
-
Method Details
-
size
public abstract int size()- Specified by:
sizein interfaceCollection<T extends class_4373>- Specified by:
sizein interfaceList<T extends class_4373>- Specified by:
sizein classAbstractCollection<T extends class_4373>- Mappings:
Namespace Name Mixin selector official sizeLgx;size()Iintermediary sizeLnet/minecraft/class_4371;size()Inamed sizeLnet/minecraft/class_4371;size()I
-
get
- Specified by:
getin interfaceList<T extends class_4373>- Specified by:
getin classAbstractList<T extends class_4373>- Mappings:
Namespace Name Mixin selector official dLgx;d(I)Lho;intermediary method_20090Lnet/minecraft/class_4371;method_20090(I)Lnet/minecraft/class_4373;named getLnet/minecraft/class_4371;get(I)Lnet/minecraft/class_4373;
-
set
- Specified by:
setin interfaceList<T extends class_4373>- Overrides:
setin classAbstractList<T extends class_4373>- Mappings:
Namespace Name Mixin selector official bLgx;b(ILho;)Lho;intermediary method_20088Lnet/minecraft/class_4371;method_20088(ILnet/minecraft/class_4373;)Lnet/minecraft/class_4373;named setLnet/minecraft/class_4371;set(ILnet/minecraft/class_4373;)Lnet/minecraft/class_4373;
-
method_20089
- Mappings:
Namespace Name Mixin selector official cLgx;c(I)Lho;intermediary method_20089Lnet/minecraft/class_4371;method_20089(I)Lnet/minecraft/class_4373;named method_20089Lnet/minecraft/class_4371;method_20089(I)Lnet/minecraft/class_4373;
-
method_20086
- Mappings:
Namespace Name Mixin selector official aLgx;a(ILho;)Vintermediary method_20086Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)Vnamed method_20086Lnet/minecraft/class_4371;method_20086(ILnet/minecraft/class_4373;)V
-
method_20087
public abstract void method_20087(int int2) - Mappings:
Namespace Name Mixin selector official bLgx;b(I)Vintermediary method_20087Lnet/minecraft/class_4371;method_20087(I)Vnamed method_20087Lnet/minecraft/class_4371;method_20087(I)V
-