MineAPI is a Minecraft client API implementation in C#.
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
MineAPI is based off of and uses code from the following existing implmentations: