Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 576 Bytes

MineAPI

MineAPI is a Minecraft client API implementation in C#.

Structure

MineAPI is currently made up of the following components:

  • MineAPI.Common: Common data structures
  • MineAPI.Network: Socket level communications
  • MineAPI.Protocol: Packet structure and serialization

Credits

MineAPI is based off of and uses code from the following existing implmentations: