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>,- SequencedCollection<E>
- Enclosing class:
- EntryListWidget<E extends EntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/widget/EntryListWidget$Entries- intermediary - net/minecraft/class_350$class_352- official - fon$b
- 
Field SummaryFieldsFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractListadd, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListMethods inherited from class java.util.AbstractCollectionaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.ListaddAll, addFirst, addLast, contains, containsAll, getFirst, getLast, isEmpty, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, sort, spliterator, toArray, toArray
- 
Field Details- 
entries- Mappings:
- Namespace - Name - Mixin selector - named - entries- Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;entries:Ljava/util/List;- intermediary - field_2146- Lnet/minecraft/class_350$class_352;field_2146:Ljava/util/List;- official - b- Lfon$b;b:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
EntriesEntries()
 
- 
- 
Method Details- 
get- Specified by:
- getin interface- List<E extends EntryListWidget.Entry<E>>
- Specified by:
- getin class- AbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - named - get- Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;get(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;- intermediary - method_1912- Lnet/minecraft/class_350$class_352;method_1912(I)Lnet/minecraft/class_350$class_351;- official - a- Lfon$b;a(I)Lfon$a;
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection<E extends EntryListWidget.Entry<E>>
- Specified by:
- sizein interface- List<E extends EntryListWidget.Entry<E>>
- Specified by:
- sizein class- AbstractCollection<E extends EntryListWidget.Entry<E>>
 
- 
set- Specified by:
- setin interface- List<E extends EntryListWidget.Entry<E>>
- Overrides:
- setin class- AbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - named - set- Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;set(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;- intermediary - method_1909- Lnet/minecraft/class_350$class_352;method_1909(ILnet/minecraft/class_350$class_351;)Lnet/minecraft/class_350$class_351;- official - a- Lfon$b;a(ILfon$a;)Lfon$a;
 
- 
add- Specified by:
- addin interface- List<E extends EntryListWidget.Entry<E>>
- Overrides:
- addin class- AbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - named - add- Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;add(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)V- intermediary - method_1910- Lnet/minecraft/class_350$class_352;method_1910(ILnet/minecraft/class_350$class_351;)V- official - b- Lfon$b;b(ILfon$a;)V
 
- 
remove- Specified by:
- removein interface- List<E extends EntryListWidget.Entry<E>>
- Overrides:
- removein class- AbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
- Namespace - Name - Mixin selector - named - remove- Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;remove(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;- intermediary - method_1911- Lnet/minecraft/class_350$class_352;method_1911(I)Lnet/minecraft/class_350$class_351;- official - b- Lfon$b;b(I)Lfon$a;
 
 
-