Package net.minecraftforge.common
Class BiomeManager.TrackedList<E>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
net.minecraftforge.common.BiomeManager.TrackedList<E>
- All Implemented Interfaces:
- Serializable,- Cloneable,- Iterable<E>,- Collection<E>,- List<E>,- RandomAccess
- Enclosing class:
- BiomeManager
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate booleanprivate static final longFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends E> c) booleanaddAll(Collection<? extends E> c) voidclear()booleanisModded()remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) Methods inherited from class java.util.ArrayListclone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeIf, removeRange, replaceAll, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAll, toStringMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Field Details- 
serialVersionUIDprivate static final long serialVersionUID- See Also:
 
- 
isModdedprivate boolean isModded
 
- 
- 
Constructor Details- 
TrackedList
 
- 
- 
Method Details- 
set
- 
add
- 
add
- 
remove
- 
remove
- 
clearpublic void clear()
- 
addAll
- 
addAll
- 
removeAll
- 
retainAll
- 
isModdedpublic boolean isModded()
 
-