You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModAPI is aimed to let mod developers create more complex mods that need a reliable way to receive information from the
server, as well as sending requests back.
This repository provides you with classes to serialize and deserialize messages, as well as builders for each message.
Messages are defined using Protocol Buffers, see the definitions here.
Specification
Read the message specification over here, it automatically updates based on changes, so you can be sure it's always up to date.