History - net.minecraft.util.collection.DefaultedList
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
1.21.11_unobfuscated
Names
net.minecraft.core.NonNullList
net.minecraft.class_2371
net.minecraft.util.collection.DefaultedList
Fields
List<E>: list, field_11115, delegate
E: defaultValue, field_11116, initialElement
Constructors
(List<E>, E)
Methods
<E> DefaultedList<E> (): create, method_10211, of
<E> DefaultedList<E> (int): createWithCapacity, method_37434, ofSize
<E> DefaultedList<E> (int, E): withSize, method_10213, ofSize
<E> DefaultedList<E> (E, E[]): of, method_10212, copyOf
E (int): get, get, get
E (int, E): set, set, set
void (int, E): add, add, add
E (int): remove, remove, remove
int (): size
void (): clear