Improve InventoryS2CPacket's names (#1194)

This commit is contained in:
Juuxel 2020-03-17 00:59:24 +02:00 committed by GitHub
parent bc23219e17
commit f738309128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 6 deletions

View File

@ -1,8 +1,11 @@
CLASS net/minecraft/class_2649 net/minecraft/network/packet/s2c/play/InventoryS2CPacket
FIELD field_12146 guiId I
FIELD field_12147 slotStackList Ljava/util/List;
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 guiId
ARG 2 slotStackList
METHOD method_11440 getGuiId ()I
METHOD method_11441 getSlotStacks ()Ljava/util/List;
ARG 1 syncId
ARG 2 contents
METHOD method_11440 getSyncId ()I
METHOD method_11441 getContents ()Ljava/util/List;