aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/s_chunk_batch_received.rs
blob: faa50932ea1297638de97b04babd832d41d2dddd (plain)
1
2
3
4
5
6
7
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundGamePacket;

#[derive(Clone, Debug, AzBuf, ServerboundGamePacket)]
pub struct ServerboundChunkBatchReceived {
    pub desired_chunks_per_tick: f32,
}