yarn/mappings/net/minecraft/network/packet/s2c/play/InventoryS2CPacket.mapping

14 lines
591 B
Plaintext

CLASS net/minecraft/class_2649 net/minecraft/network/packet/s2c/play/InventoryS2CPacket
COMMENT Represents the contents of a block or entity inventory being synchronized
COMMENT from the server to the client.
FIELD field_12146 syncId I
COMMENT The {@link net.minecraft.screen.ScreenHandler#syncId} of a screen handler.
FIELD field_12147 contents Ljava/util/List;
METHOD <init> (ILnet/minecraft/class_2371;)V
ARG 1 syncId
ARG 2 contents
METHOD <init> (Lnet/minecraft/class_2540;)V
ARG 1 buf
METHOD method_11440 getSyncId ()I
METHOD method_11441 getContents ()Ljava/util/List;