/MineAPI

Minecraft client API implementation

Primary LanguageC#MIT LicenseMIT

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: