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 aqf
intermediary net/minecraft/class_8623
named net/minecraft/class_8623
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private Object[]
private int
private int
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
element()
void
get
(int int2) getFirst()
getLast()
int
private int
method_52451
(int int2) private static void
method_52452
(int int2, int int3) private void
method_52453
(Object[] object, int int2) private void
private void
method_52455
(int int2) private T
method_52456
(int int2) boolean
boolean
offerFirst
(T t) boolean
peek()
peekLast()
poll()
pollLast()
pop()
void
remove()
remove
(int int2) boolean
removeFirstOccurrence
(Object object) boolean
boolean
removeLastOccurrence
(Object object) void
replaceAll
(UnaryOperator<T> unaryOperator) int
size()
Methods inherited from class java.util.AbstractList
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, 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, stream, toArray
-
Field Details
-
field_45067
private static final int field_45067- See Also:
- Mappings:
Namespace Name Mixin selector official a
Laqf;a:I
intermediary field_45067
Lnet/minecraft/class_8623;field_45067:I
named field_45067
Lnet/minecraft/class_8623;field_45067:I
-
field_45068
- Mappings:
Namespace Name Mixin selector official b
Laqf;b:[Ljava/lang/Object;
intermediary field_45068
Lnet/minecraft/class_8623;field_45068:[Ljava/lang/Object;
named field_45068
Lnet/minecraft/class_8623;field_45068:[Ljava/lang/Object;
-
field_45069
private int field_45069- Mappings:
Namespace Name Mixin selector official c
Laqf;c:I
intermediary field_45069
Lnet/minecraft/class_8623;field_45069:I
named field_45069
Lnet/minecraft/class_8623;field_45069:I
-
field_45070
private int field_45070- Mappings:
Namespace Name Mixin selector official d
Laqf;d:I
intermediary field_45070
Lnet/minecraft/class_8623;field_45070:I
named field_45070
Lnet/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 a
Laqf;a()I
intermediary method_52450
Lnet/minecraft/class_8623;method_52450()I
named method_52450
Lnet/minecraft/class_8623;method_52450()I
-
method_52451
private int method_52451(int int2) - Mappings:
Namespace Name Mixin selector official a
Laqf;a(I)I
intermediary method_52451
Lnet/minecraft/class_8623;method_52451(I)I
named method_52451
Lnet/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 a
Laqf;a(II)V
intermediary method_52452
Lnet/minecraft/class_8623;method_52452(II)V
named method_52452
Lnet/minecraft/class_8623;method_52452(II)V
-
method_52455
private void method_52455(int int2) - Mappings:
Namespace Name Mixin selector official b
Laqf;b(I)V
intermediary method_52455
Lnet/minecraft/class_8623;method_52455(I)V
named method_52455
Lnet/minecraft/class_8623;method_52455(I)V
-
method_52456
- Mappings:
Namespace Name Mixin selector official c
Laqf;c(I)Ljava/lang/Object;
intermediary method_52456
Lnet/minecraft/class_8623;method_52456(I)Ljava/lang/Object;
named method_52456
Lnet/minecraft/class_8623;method_52456(I)Ljava/lang/Object;
-
set
-
add
-
method_52454
private void method_52454()- Mappings:
Namespace Name Mixin selector official b
Laqf;b()V
intermediary method_52454
Lnet/minecraft/class_8623;method_52454()V
named method_52454
Lnet/minecraft/class_8623;method_52454()V
-
remove
-
removeIf
- Specified by:
removeIf
in interfaceCollection<T>
-
method_52453
- Mappings:
Namespace Name Mixin selector official a
Laqf;a([Ljava/lang/Object;I)V
intermediary method_52453
Lnet/minecraft/class_8623;method_52453([Ljava/lang/Object;I)V
named method_52453
Lnet/minecraft/class_8623;method_52453([Ljava/lang/Object;I)V
-
replaceAll
- Specified by:
replaceAll
in interfaceList<T>
-
forEach
-
addFirst
-
addLast
-
offerFirst
- Specified by:
offerFirst
in interfaceDeque<T>
-
offerLast
-
removeFirst
- Specified by:
removeFirst
in interfaceDeque<T>
-
removeLast
- Specified by:
removeLast
in interfaceDeque<T>
-
pollFirst
-
pollLast
-
getFirst
-
getLast
-
peekFirst
-
peekLast
-
removeFirstOccurrence
- Specified by:
removeFirstOccurrence
in interfaceDeque<T>
-
removeLastOccurrence
- Specified by:
removeLastOccurrence
in interfaceDeque<T>
-
offer
-
remove
-
poll
-
element
-
peek
-
push
-
pop
-
descendingIterator
- Specified by:
descendingIterator
in interfaceDeque<T>
-