yarn/mappings/net/minecraft/util/PackedIntegerArray.mapping

26 lines
682 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_3508 net/minecraft/util/PackedIntegerArray
FIELD field_15631 storage [J
FIELD field_15632 size I
FIELD field_15633 elementBits I
FIELD field_15634 maxValue J
2019-01-09 11:05:18 -05:00
METHOD <init> (II)V
ARG 1 elementBits
ARG 2 size
METHOD <init> (II[J)V
ARG 1 elementBits
ARG 2 size
ARG 3 storage
2019-06-28 17:55:20 -04:00
METHOD method_15210 set (II)V
2019-01-09 11:05:18 -05:00
ARG 1 index
ARG 2 value
2019-06-28 17:55:20 -04:00
METHOD method_15211 get (I)I
ARG 1 index
METHOD method_15212 getStorage ()[J
METHOD method_15213 getElementBits ()I
METHOD method_15214 setAndGetOldValue (II)I
2019-01-09 11:05:18 -05:00
ARG 1 index
ARG 2 value
2019-06-28 17:55:20 -04:00
METHOD method_15215 getSize ()I
METHOD method_21739 forEach (Ljava/util/function/IntConsumer;)V
ARG 1 consumer