yarn/mappings/net/minecraft/world/chunk/GridNibbleArray.mapping

12 lines
585 B
Plaintext

CLASS net/minecraft/class_4298 net/minecraft/world/chunk/GridNibbleArray
COMMENT A specialized chunk nibble array that ignores the Y parameters and only
COMMENT stores the nibbles for a 16 × 16 horizontal chunk slice.
COMMENT
COMMENT <p>When it is {@linkplain #toByteArray() converted to a byte array}, it
COMMENT fills each Y-level of the returned array with the same nibbles it stores.
FIELD field_31707 INDICES_PER_Y I
COMMENT The number of array indices each Y-level uses in a chunk nibble array.
METHOD <init> (Lnet/minecraft/class_2804;I)V
ARG 1 array
ARG 2 y