| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
ClientAPI is a modding API just like Forge, Sponge and Liteloader, it is designed to provide a shared base for large client-rewrite style mods.
Like other modding APIs it is a tweaker and has the potential to be stacked with other tweakers, so long as they do not both overwrite the same methods.
Unlike most other modding APIs it is designed to be used by a single "client" mod. It is this "client" that is installed, not the ClientAPI, so the "client" mod has full control over all modifications to the vanilla code, unless of course the installation is stacked on top of other modding APIs.
| Name | Contribution |
|---|---|
| Halalaboos | CFont |
| MatthewH & MarcoMC | CapesAPI Integration |
| Nerxit | Tab GUI System |
To use the Client API, you must download Development Kit. Instructions on how to set it up will be posted in the README.
Refer to the Example to view how clients using the ClientAPI are structured.
| Back | FazBrowse Home | New Git URL |