Commit Graph

34 Commits (master)

Author SHA1 Message Date
blackfur d0e038d481 Version bump 2021-04-27 12:41:59 +02:00
blackfur 7ab0480321
Update README.md 2021-04-27 11:59:34 +02:00
blackfur ed34bb0e53 bumped version number 2021-04-16 11:18:53 +02:00
blackfur 3161c7319f Added entity methods
Added entity struct + related methods, also added a test file for all entity methods
2021-04-16 11:16:32 +02:00
blackfur 7089355588
Added installation advice 2021-04-09 20:33:09 +02:00
blackfur df9fac7653 Added documentation and bumped the version to 0.1.1 2021-04-05 19:11:54 +02:00
blackfur bedb1e04b2
Update README.md 2021-04-03 18:05:08 +02:00
blackfur 704bfd88be Added metadata 2021-03-28 19:56:34 +02:00
blackfur 1e15338c72 Fixed typo 2021-03-28 19:53:56 +02:00
blackfur 7aac8f3617 Changed name to mcpi_api added some documentation 2021-03-28 19:52:48 +02:00
blackfur c13ddec049 Added .vscode to .gitignore, renamed Player function names, added setting function to Player 2021-03-26 17:46:02 +01:00
blackfur 709a2f6ed0 Changed import in base test 2021-03-25 18:53:01 +01:00
blackfur 4731415db2 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
blackfur f724116215 Changed Vec3 to TileVec3 and added a Vec3 using f32 type, added ::from() and ::from_vector() to both of them, added get_player_pos() and set_player_pos() 2021-03-20 19:05:45 +01:00
blackfur 8fa51daae4 Added get_player_entity_ids() function 2021-03-18 12:00:11 +01:00
blackfur 9247775b92 Added get_blocks_with_data() function 2021-03-15 08:29:47 +01:00
blackfur 65d5e09c9a Added get_blocks() function 2021-03-11 12:07:02 +01:00
BuildTools 49bc7f2ebc Removed a lot of possible panics 2021-03-09 11:44:49 +01:00
BuildTools 9e53ee25d3 Fixed save_checkpoint() and restore_checkpoint() functions 2021-03-09 11:41:23 +01:00
blackfur 0c2970515d
Update rust.yml 2021-03-04 13:05:21 +01:00
blackfur 9e5350c659
Create rust.yml 2021-03-04 13:03:29 +01:00
blackfur 650cbff3b8
Create README.md 2021-02-12 09:49:54 +01:00
blackfur 29cbf6e4e4 Added setting() function 2021-02-11 18:01:01 +01:00
blackfur 587d0e6a99 Added checkpoint function but as they don't seem to work they're inaccessible 2021-02-11 17:52:13 +01:00
blackfur 2ff3b36fa5 Added get_height() function 2021-02-11 17:33:54 +01:00
blackfur 952a6de369 Added set_blocks() function 2021-02-11 17:29:02 +01:00
blackfur c5c0ee2992 Changed return type of get_block() and get_block_with_data() functions to u8's 2021-02-11 17:21:28 +01:00
blackfur ce390ad6b5 Fixed Vec3 arguments being private 2021-02-10 19:32:28 +01:00
blackfur 797401b381 Added set_block() function 2021-02-10 17:55:23 +01:00
blackfur d3805fa3b1 Added get_block_with_data() function + changed some internal handeling 2021-02-10 17:20:21 +01:00
blackfur e99e200021 Added receive() and send_receive functions for Connection struct + added get_block() function for Minecraft struct 2021-02-10 16:53:36 +01:00
blackfur 8a99ef5c49
Delete .gitignore 2021-02-09 12:30:59 +01:00
blackfur 97cec04999 Added basic structure and post_to_chat() function 2021-02-09 12:30:20 +01:00
blackfur 0299f3b711 Default Setup 2021-02-05 18:07:06 +01:00