Crate mcrs

Source
Expand description

mcrs: A Rust interface for a Minecraft server.

Based on mcpp.

Requires a server running ELCI.

let mut mc = Connection::new().unwrap();
mc.post_to_chat("Hello world!").unwrap();

Re-exports§

pub use chunk::Chunk;
pub use heights::Heights;

Modules§

chunk
Types related to Chunk.
heights
Types related to Heights.

Structs§

Block
A Minecraft block, including id and modifier.
Connection
Connection for Minecraft server.
Coordinate
A worldspace or offset coordinate in the Minecraft world
Coordinate2D
A worldspace or offset coordinate in the Minecraft world, with no y-value
Size
3D size in blocks.
Size2D
2D size in blocks.

Enums§

Error