net.minecraft.util.collection

public interface IndexedIterable<T>

extends Iterable<T>

net.minecraft.core.IdMap
net.minecraft.class_2359
net.minecraft.util.collection.IndexedIterable

Field summary

Modifier and TypeField
int
DEFAULT
field_34829
ABSENT_RAW_ID

Method summary

Modifier and TypeMethod
int
getId(T thing)
method_10206(T arg0)
getRawId(T value)
T
byId(int id)
method_10200(int arg0)
get(int index)
default T
byIdOrThrow(int id)
method_39974(int arg0)
getOrThrow(int index)
default int
getIdOrThrow(T value)
method_56158(T arg0)
getRawIdOrThrow(T value)
int
size()
method_10204()
size()