This website requires JavaScript.
Explore
Help
Sign In
Blackfur
/
mcpi-api-rust
Watch
1
Star
1
Fork
You've already forked mcpi-api-rust
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
api
mcpi-api
minecraft
minecraft-pi
minecraft-pi-edition
raspberry-pi
rust
rust-crate
rust-library
22
commits
1
branch
0
tags
50
KiB
Rust
100%
9cdf2f6bf6
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
blackfur
9cdf2f6bf6
Added Player struct with implementation for get_player_pos() and set_player_pos(), added player() method on the Minecraft struct, added two tests base.rs for functions in the Minecraft struct and player.rs for functions in the Player struct
2021-03-21 16:56:19 +01:00
.github
/workflows
Update rust.yml
2021-03-04 13:05:21 +01:00
src
Added Player struct with implementation for get_player_pos() and set_player_pos(), added player() method on the Minecraft struct, added two tests base.rs for functions in the Minecraft struct and player.rs for functions in the Player struct
2021-03-21 16:56:19 +01:00
tests
Added Player struct with implementation for get_player_pos() and set_player_pos(), added player() method on the Minecraft struct, added two tests base.rs for functions in the Minecraft struct and player.rs for functions in the Player struct
2021-03-21 16:56:19 +01:00
.gitignore
Added basic structure and post_to_chat() function
2021-02-09 12:30:20 +01:00
Cargo.toml
Added basic structure and post_to_chat() function
2021-02-09 12:30:20 +01:00
README.md
Create README.md
2021-02-12 09:49:54 +01:00
README.md
Minecraft Pi Edition API for Rust
This project ports the MCPI API to rust!