yarn/mappings/net/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket.m...

17 lines
979 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_2637 net/minecraft/network/packet/s2c/play/ChunkDeltaUpdateS2CPacket
FIELD field_26345 sectionPos Lnet/minecraft/class_4076;
FIELD field_26346 packedLocalPos [S
COMMENT The packed local positions {@see ChunkSectionPos#getPackedLocalPos} for
COMMENT each entry in {@see #blockState}.
FIELD field_26347 blockState [Lnet/minecraft/class_2680;
METHOD <init> (Lnet/minecraft/class_4076;Lit/unimi/dsi/fastutil/shorts/ShortSet;Lnet/minecraft/class_2826;)V
ARG 1 sectionPos
COMMENT the position of the given chunk section that will be sent to the client
ARG 2 updatedLocalPosSet
COMMENT the set of packed local positions within the given chunk section that should be included in the packet
ARG 3 section
METHOD method_30620 allocateBuffers (I)V
ARG 1 posCount
METHOD method_30621 visitUpdates (Ljava/util/function/BiConsumer;)V
COMMENT Calls the given consumer for each pair of block position and block state contained in this packet.