nurtex 0.5.0

Lightweight library for creating Minecraft bots. Asynchronous, optimized, ease of coding.
Documentation
1
2
3
4
5
6
7
8
9
pub mod position;
pub mod profile;
pub mod rotation;
pub mod state;
pub mod velocity;

mod components;

pub use components::*;