Package net.minecraft.client.gui.widget
Class EntryListWidget.Entries
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
net.minecraft.client.gui.widget.EntryListWidget.Entries
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>
- Enclosing class:
EntryListWidget<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name official ejv$cintermediary net/minecraft/class_350$class_352named net/minecraft/client/gui/widget/EntryListWidget$Entries
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmethod_1909(int int2, E e) voidmethod_1910(int int2, E e) method_1911(int int2) method_1912(int int2) intsize()Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, 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, removeIf, stream, toArrayMethods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
Field Details
-
entries
- Mappings:
Namespace Name Mixin selector official bLejv$c;b:Ljava/util/List;intermediary field_2146Lnet/minecraft/class_350$class_352;field_2146:Ljava/util/List;named entriesLnet/minecraft/client/gui/widget/EntryListWidget$Entries;entries:Ljava/util/List;
-
-
Constructor Details
-
Entries
Entries()
-
-
Method Details
-
method_1912
- Mappings:
Namespace Name Mixin selector official aLejv$c;a(I)Lejv$a;intermediary method_1912Lnet/minecraft/class_350$class_352;method_1912(I)Lnet/minecraft/class_350$class_351;named method_1912Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;method_1912(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-
size
public int size()- Specified by:
sizein interfaceCollection<E extends EntryListWidget.Entry<E>>- Specified by:
sizein interfaceList<E extends EntryListWidget.Entry<E>>- Specified by:
sizein classAbstractCollection<E extends EntryListWidget.Entry<E>>
-
method_1909
- Mappings:
Namespace Name Mixin selector official aLejv$c;a(ILejv$a;)Lejv$a;intermediary method_1909Lnet/minecraft/class_350$class_352;method_1909(ILnet/minecraft/class_350$class_351;)Lnet/minecraft/class_350$class_351;named method_1909Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;method_1909(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-
method_1910
- Mappings:
Namespace Name Mixin selector official bLejv$c;b(ILejv$a;)Vintermediary method_1910Lnet/minecraft/class_350$class_352;method_1910(ILnet/minecraft/class_350$class_351;)Vnamed method_1910Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;method_1910(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)V
-
method_1911
- Mappings:
Namespace Name Mixin selector official bLejv$c;b(I)Lejv$a;intermediary method_1911Lnet/minecraft/class_350$class_352;method_1911(I)Lnet/minecraft/class_350$class_351;named method_1911Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;method_1911(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-