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>>
@Environment(CLIENT) class EntryListWidget.Entries extends AbstractList<E>
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors Modifier Constructor Description privateEntries() -
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
-
-
Constructor Details
-
Entries
private Entries()
-
-
Method Details
-
get
- Specified by:
getin interfaceList<E extends EntryListWidget.Entry<E>>- Specified by:
getin classAbstractList<E extends EntryListWidget.Entry<E>>
-
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>>
-
add
- Specified by:
addin interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
addin classAbstractList<E extends EntryListWidget.Entry<E>>
-
remove
- Specified by:
removein interfaceList<E extends EntryListWidget.Entry<E>>- Overrides:
removein classAbstractList<E extends EntryListWidget.Entry<E>>
-