diff options
| author | mat <github@matdoes.dev> | 2022-10-29 14:33:53 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-10-29 14:33:53 -0500 |
| commit | 7d140e5f0c70d45debc2fa3bc182e519607f3de8 (patch) | |
| tree | a703e91b005660b3e271792bf9106153a109cf60 /azalea-protocol/src/packets/game/mod.rs | |
| parent | 7c71bdf79a851d9646fe60f00dd70429aa09263b (diff) | |
| download | azalea-drasl-7d140e5f0c70d45debc2fa3bc182e519607f3de8.tar.xz | |
ClientboundContainerClosePacket
Diffstat (limited to 'azalea-protocol/src/packets/game/mod.rs')
| -rw-r--r-- | azalea-protocol/src/packets/game/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/mod.rs b/azalea-protocol/src/packets/game/mod.rs index c23e426e..54247202 100644 --- a/azalea-protocol/src/packets/game/mod.rs +++ b/azalea-protocol/src/packets/game/mod.rs @@ -13,6 +13,7 @@ pub mod clientbound_change_difficulty_packet; pub mod clientbound_chat_preview_packet; pub mod clientbound_command_suggestions_packet; pub mod clientbound_commands_packet; +pub mod clientbound_container_close_packet; pub mod clientbound_container_set_content_packet; pub mod clientbound_container_set_data_packet; pub mod clientbound_container_set_slot_packet; @@ -229,6 +230,7 @@ declare_state_packets!( 0x0c: clientbound_chat_preview_packet::ClientboundChatPreviewPacket, 0x0e: clientbound_command_suggestions_packet::ClientboundCommandSuggestionsPacket, 0x0f: clientbound_commands_packet::ClientboundCommandsPacket, + 0x10: clientbound_container_close_packet::ClientboundContainerClosePacket, 0x11: clientbound_container_set_content_packet::ClientboundContainerSetContentPacket, 0x12: clientbound_container_set_data_packet::ClientboundContainerSetDataPacket, 0x13: clientbound_container_set_slot_packet::ClientboundContainerSetSlotPacket, |
