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

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