aboutsummaryrefslogtreecommitdiff
path: root/azalea-client/src/plugins/mod.rs
blob: 11794fb3af6f5ccaa1816429d4b853f1de330bec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod attack;
pub mod brand;
pub mod chat;
pub mod chunks;
pub mod disconnect;
pub mod events;
pub mod interact;
pub mod inventory;
pub mod mining;
pub mod movement;
pub mod packet;
pub mod respawn;
pub mod task_pool;
pub mod tick_end;