nurtex 0.2.0

Lightweight library for creating Minecraft bots. Asynchronous, optimized, ease of coding.
Documentation
1
2
3
4
5
6
7
8
pub mod bot;
pub mod common;
pub mod components;
pub mod data;
pub mod default;
pub mod events;
pub mod handler;
pub mod swarm;