Package net.minecraft.client.gui.widget
Class EntryListWidget.class_4120
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
net.minecraft.client.gui.widget.EntryListWidget.class_4120
- All Implemented Interfaces:
Iterable<E>,Collection<E>,List<E>
- Enclosing class:
- EntryListWidget<E extends EntryListWidget.Entry<E>>
- Mappings:
Namespace Name official chg$bintermediary net/minecraft/class_1802$class_4120named net/minecraft/client/gui/widget/EntryListWidget$class_4120
-
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
-
field_20077
- Mappings:
Namespace Name Mixin selector official bLchg$b;b:Ljava/util/List;intermediary field_20077Lnet/minecraft/class_1802$class_4120;field_20077:Ljava/util/List;named field_20077Lnet/minecraft/client/gui/widget/EntryListWidget$class_4120;field_20077:Ljava/util/List;
-
-
Constructor Details
-
class_4120
private class_4120()
-
-
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 official aLchg$b;a(I)Lchg$a;intermediary method_18405Lnet/minecraft/class_1802$class_4120;method_18405(I)Lnet/minecraft/class_1802$class_1803;named getLnet/minecraft/client/gui/widget/EntryListWidget$class_4120;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>>- Mappings:
Namespace Name Mixin selector official sizeLchg$b;size()Iintermediary sizeLnet/minecraft/class_1802$class_4120;size()Inamed sizeLnet/minecraft/client/gui/widget/EntryListWidget$class_4120;size()I
-
set
- Specified by:
setin interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
setin classAbstractList<E extends EntryListWidget.Entry<E>>- Mappings:
Namespace Name Mixin selector official aLchg$b;a(ILchg$a;)Lchg$a;intermediary method_18406Lnet/minecraft/class_1802$class_4120;method_18406(ILnet/minecraft/class_1802$class_1803;)Lnet/minecraft/class_1802$class_1803;named setLnet/minecraft/client/gui/widget/EntryListWidget$class_4120;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 official bLchg$b;b(ILchg$a;)Vintermediary method_18408Lnet/minecraft/class_1802$class_4120;method_18408(ILnet/minecraft/class_1802$class_1803;)Vnamed addLnet/minecraft/client/gui/widget/EntryListWidget$class_4120;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 official bLchg$b;b(I)Lchg$a;intermediary method_18407Lnet/minecraft/class_1802$class_4120;method_18407(I)Lnet/minecraft/class_1802$class_1803;named removeLnet/minecraft/client/gui/widget/EntryListWidget$class_4120;remove(I)Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;
-