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

14 lines
831 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 positions [S
COMMENT The packed local positions {@see ChunkSectionPos#getPackedLocalPos} for each entry in {@see #blockStates}.
FIELD field_26347 blockStates [Lnet/minecraft/class_2680;
2020-08-06 13:19:50 -04:00
METHOD <init> (Lnet/minecraft/class_4076;Lit/unimi/dsi/fastutil/shorts/ShortSet;Lnet/minecraft/class_2826;Z)V
ARG 1 sectionPos
COMMENT the position of the given chunk section that will be sent to the client
ARG 3 section
METHOD method_30620 allocateBuffers (I)V
ARG 1 positionCount
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.