nurtex 1.1.0

Library for creating Minecraft bots.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod plugins;

mod bot;
mod capture;
mod components;
mod extensions;
mod information;
mod profile;

pub use bot::*;
pub use capture::*;
pub use components::*;
pub use extensions::*;
pub use information::*;
pub use profile::*;