Package net.minecraft
Class class_8623<T>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<T>
net.minecraft.class_8623<T>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<T>,Collection<T>,Deque<T>,List<T>,Queue<T>,RandomAccess
public class class_8623<T>
extends AbstractList<T>
implements Serializable, Cloneable, Deque<T>, RandomAccess
- See Also:
- Mappings:
Namespace Name official aqfintermediary net/minecraft/class_8623named net/minecraft/class_8623
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate Object[]private intprivate intFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidelement()voidget(int int2) getFirst()getLast()intprivate intmethod_52451(int int2) private static voidmethod_52452(int int2, int int3) private voidmethod_52453(Object[] object, int int2) private voidprivate voidmethod_52455(int int2) private Tmethod_52456(int int2) booleanbooleanofferFirst(T t) booleanpeek()peekLast()poll()pollLast()pop()voidremove()remove(int int2) booleanremoveFirstOccurrence(Object object) booleanbooleanremoveLastOccurrence(Object object) voidreplaceAll(UnaryOperator<T> unaryOperator) intsize()Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, 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 java.util.Collection
parallelStream, stream, toArray
-
Field Details
-
field_45067
private static final int field_45067- See Also:
- Mappings:
Namespace Name Mixin selector official aLaqf;a:Iintermediary field_45067Lnet/minecraft/class_8623;field_45067:Inamed field_45067Lnet/minecraft/class_8623;field_45067:I
-
field_45068
- Mappings:
Namespace Name Mixin selector official bLaqf;b:[Ljava/lang/Object;intermediary field_45068Lnet/minecraft/class_8623;field_45068:[Ljava/lang/Object;named field_45068Lnet/minecraft/class_8623;field_45068:[Ljava/lang/Object;
-
field_45069
private int field_45069- Mappings:
Namespace Name Mixin selector official cLaqf;c:Iintermediary field_45069Lnet/minecraft/class_8623;field_45069:Inamed field_45069Lnet/minecraft/class_8623;field_45069:I
-
field_45070
private int field_45070- Mappings:
Namespace Name Mixin selector official dLaqf;d:Iintermediary field_45070Lnet/minecraft/class_8623;field_45070:Inamed field_45070Lnet/minecraft/class_8623;field_45070:I
-
-
Constructor Details
-
class_8623
public class_8623() -
class_8623
public class_8623(int int2)
-
-
Method Details
-
size
public int size() -
method_52450
public int method_52450()- Mappings:
Namespace Name Mixin selector official aLaqf;a()Iintermediary method_52450Lnet/minecraft/class_8623;method_52450()Inamed method_52450Lnet/minecraft/class_8623;method_52450()I
-
method_52451
private int method_52451(int int2) - Mappings:
Namespace Name Mixin selector official aLaqf;a(I)Iintermediary method_52451Lnet/minecraft/class_8623;method_52451(I)Inamed method_52451Lnet/minecraft/class_8623;method_52451(I)I
-
get
-
method_52452
private static void method_52452(int int2, int int3) - Mappings:
Namespace Name Mixin selector official aLaqf;a(II)Vintermediary method_52452Lnet/minecraft/class_8623;method_52452(II)Vnamed method_52452Lnet/minecraft/class_8623;method_52452(II)V
-
method_52455
private void method_52455(int int2) - Mappings:
Namespace Name Mixin selector official bLaqf;b(I)Vintermediary method_52455Lnet/minecraft/class_8623;method_52455(I)Vnamed method_52455Lnet/minecraft/class_8623;method_52455(I)V
-
method_52456
- Mappings:
Namespace Name Mixin selector official cLaqf;c(I)Ljava/lang/Object;intermediary method_52456Lnet/minecraft/class_8623;method_52456(I)Ljava/lang/Object;named method_52456Lnet/minecraft/class_8623;method_52456(I)Ljava/lang/Object;
-
set
-
add
-
method_52454
private void method_52454()- Mappings:
Namespace Name Mixin selector official bLaqf;b()Vintermediary method_52454Lnet/minecraft/class_8623;method_52454()Vnamed method_52454Lnet/minecraft/class_8623;method_52454()V
-
remove
-
removeIf
- Specified by:
removeIfin interfaceCollection<T>
-
method_52453
- Mappings:
Namespace Name Mixin selector official aLaqf;a([Ljava/lang/Object;I)Vintermediary method_52453Lnet/minecraft/class_8623;method_52453([Ljava/lang/Object;I)Vnamed method_52453Lnet/minecraft/class_8623;method_52453([Ljava/lang/Object;I)V
-
replaceAll
- Specified by:
replaceAllin interfaceList<T>
-
forEach
-
addFirst
-
addLast
-
offerFirst
- Specified by:
offerFirstin interfaceDeque<T>
-
offerLast
-
removeFirst
- Specified by:
removeFirstin interfaceDeque<T>
-
removeLast
- Specified by:
removeLastin interfaceDeque<T>
-
pollFirst
-
pollLast
-
getFirst
-
getLast
-
peekFirst
-
peekLast
-
removeFirstOccurrence
- Specified by:
removeFirstOccurrencein interfaceDeque<T>
-
removeLastOccurrence
- Specified by:
removeLastOccurrencein interfaceDeque<T>
-
offer
-
remove
-
poll
-
element
-
peek
-
push
-
pop
-
descendingIterator
- Specified by:
descendingIteratorin interfaceDeque<T>
-