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

12 lines
534 B
Plaintext
Raw Normal View History

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 client to the server.
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 method_11440 getSyncId ()I
METHOD method_11441 getContents ()Ljava/util/List;