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 ehl$c
intermediary net/minecraft/class_350$class_352
named net/minecraft/client/gui/widget/EntryListWidget$Entries
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
-
Method Summary
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, removeIf, stream, toArray
Methods 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 b
Lehl$c;b:Ljava/util/List;
intermediary field_2146
Lnet/minecraft/class_350$class_352;field_2146:Ljava/util/List;
named entries
Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;entries:Ljava/util/List;
-
-
Constructor Details
-
Entries
Entries()
-
-
Method Details
-
get
- Specified by:
get
in interfaceList<E extends EntryListWidget.Entry<E>>
- Specified by:
get
in classAbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name Mixin selector official a
Lehl$c;a(I)Lehl$a;
intermediary method_1912
Lnet/minecraft/class_350$class_352;method_1912(I)Lnet/minecraft/class_350$class_351;
named get
Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;get(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-
size
public int size()- Specified by:
size
in interfaceCollection<E extends EntryListWidget.Entry<E>>
- Specified by:
size
in interfaceList<E extends EntryListWidget.Entry<E>>
- Specified by:
size
in classAbstractCollection<E extends EntryListWidget.Entry<E>>
-
set
- Specified by:
set
in interfaceList<E extends EntryListWidget.Entry<E>>
- Overrides:
set
in classAbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name Mixin selector official a
Lehl$c;a(ILehl$a;)Lehl$a;
intermediary method_1909
Lnet/minecraft/class_350$class_352;method_1909(ILnet/minecraft/class_350$class_351;)Lnet/minecraft/class_350$class_351;
named set
Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;set(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-
add
- Specified by:
add
in interfaceList<E extends EntryListWidget.Entry<E>>
- Overrides:
add
in classAbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name Mixin selector official b
Lehl$c;b(ILehl$a;)V
intermediary method_1910
Lnet/minecraft/class_350$class_352;method_1910(ILnet/minecraft/class_350$class_351;)V
named add
Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;add(ILnet/minecraft/client/gui/widget/EntryListWidget$Entry;)V
-
remove
- Specified by:
remove
in interfaceList<E extends EntryListWidget.Entry<E>>
- Overrides:
remove
in classAbstractList<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name Mixin selector official b
Lehl$c;b(I)Lehl$a;
intermediary method_1911
Lnet/minecraft/class_350$class_352;method_1911(I)Lnet/minecraft/class_350$class_351;
named remove
Lnet/minecraft/client/gui/widget/EntryListWidget$Entries;remove(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-