yarn/mappings/net/minecraft/util/collection/IndexedIterable.mapping

13 lines
466 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2359 net/minecraft/util/collection/IndexedIterable
FIELD field_34829 ABSENT_RAW_ID I
METHOD method_10200 get (I)Ljava/lang/Object;
ARG 1 index
2021-09-16 15:04:31 -04:00
METHOD method_10204 size ()I
METHOD method_10206 getRawId (Ljava/lang/Object;)I
ARG 1 value
2021-12-03 20:55:07 -05:00
METHOD method_39974 getOrThrow (I)Ljava/lang/Object;
COMMENT {@return the value at {@code index}}
COMMENT
COMMENT @throws IllegalArgumentException if the value is {@code null}
ARG 1 index