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 intermediary net/minecraft/class_350$class_352official eou$bnamed net/minecraft/client/gui/widget/EntryListWidget$Entries
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
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, 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 intermediary field_2146Lnet/minecraft/class_350$class_352;field_2146:Ljava/util/List;official bLeou$b;b:Ljava/util/List;named entriesLnet/minecraft/client/gui/widget/EntryListWidget$Entries;entries:Ljava/util/List;
-
-
Constructor Details
-
Entries
Entries()
-
-
Method Details
-
get
- Specified by:
getin interfaceList<E extends EntryListWidget.Entry<E>>- Specified by:
getin classAbstractList<E extends EntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_1912Lnet/minecraft/class_350$class_352;method_1912(I)Lnet/minecraft/class_350$class_351;official aLeou$b;a(I)Leou$a;named getLnet/minecraft/client/gui/widget/EntryListWidget$Entries;get(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>>
-
set
- Specified by:
setin interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
setin classAbstractList<E extends EntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_1909Lnet/minecraft/class_350$class_352;method_1909(ILnet/minecraft/class_350$class_351;)Lnet/minecraft/class_350$class_351;official aLeou$b;a(ILeou$a;)Leou$a;named setLnet/minecraft/client/gui/widget/EntryListWidget$Entries;set(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-
add
- Specified by:
addin interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
addin classAbstractList<E extends EntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_1910Lnet/minecraft/class_350$class_352;method_1910(ILnet/minecraft/class_350$class_351;)Vofficial bLeou$b;b(ILeou$a;)Vnamed addLnet/minecraft/client/gui/widget/EntryListWidget$Entries;add(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)V
-
remove
- Specified by:
removein interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
removein classAbstractList<E extends EntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector intermediary method_1911Lnet/minecraft/class_350$class_352;method_1911(I)Lnet/minecraft/class_350$class_351;official bLeou$b;b(I)Leou$a;named removeLnet/minecraft/client/gui/widget/EntryListWidget$Entries;remove(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-