Fix client/server being swapped in InventoryS2CPacket's docs (#1196)

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

View File

@ -1,6 +1,6 @@
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.
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;