Package net.minecraft.util.collection
Class ArrayListDeque.IteratorImpl
java.lang.Object
net.minecraft.util.collection.ArrayListDeque.IteratorImpl
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
ArrayListDeque<T>
- Mappings:
Namespace Name named net/minecraft/util/collection/ArrayListDeque$IteratorImpl
intermediary net/minecraft/class_8623$class_8624
official axm$a
-
Field Details
-
currentIndex
private int currentIndex- Mappings:
Namespace Name Mixin selector named currentIndex
Lnet/minecraft/util/collection/ArrayListDeque$IteratorImpl;currentIndex:I
intermediary field_45072
Lnet/minecraft/class_8623$class_8624;field_45072:I
official b
Laxm$a;b:I
-
-
Constructor Details
-
IteratorImpl
public IteratorImpl()
-
-
Method Details