johnduhart / MineAPI

Minecraft client API implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Minecraft client API implementation

License:MIT License


Languages

Language:C# 100.0%