Files
Pumpkin/pumpkin-protocol/src/java/client/play/chunk_batch_start.rs
Alexander Medvedev e0c91b3edc Initial Bedrock support
You can't join the World, But the base is ready
2025-06-29 00:33:44 +02:00

8 lines
198 B
Rust

use pumpkin_data::packet::clientbound::PLAY_CHUNK_BATCH_START;
use pumpkin_macros::packet;
use serde::Serialize;
#[derive(Serialize)]
#[packet(PLAY_CHUNK_BATCH_START)]
pub struct CChunkBatchStart;