aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_open_screen_packet.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs b/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs
deleted file mode 100755
index 582cac17..00000000
--- a/azalea-protocol/src/packets/game/clientbound_open_screen_packet.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-use azalea_buf::McBuf;
-use azalea_chat::FormattedText;
-use azalea_protocol_macros::ClientboundGamePacket;
-
-#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
-pub struct ClientboundOpenScreenPacket {
- #[var]
- pub container_id: u32,
- pub menu_type: azalea_registry::MenuKind,
- pub title: FormattedText,
-}