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 private
Entries()
-
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
-
-
Constructor Details
-
Entries
private Entries()
-
-
Method Details
-
get
- Specified by:
get
in interfaceList<E extends EntryListWidget.Entry<E>>
- Specified by:
get
in classAbstractList<E extends EntryListWidget.Entry<E>>
-
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>>
-
add
- Specified by:
add
in interfaceList<E extends EntryListWidget.Entry<E>>
- Overrides:
add
in classAbstractList<E extends EntryListWidget.Entry<E>>
-
remove
- Specified by:
remove
in interfaceList<E extends EntryListWidget.Entry<E>>
- Overrides:
remove
in classAbstractList<E extends EntryListWidget.Entry<E>>
-