HypixelDev / ModAPI

Hypixel Mod API for interfacing with the Hypixel Server via the Minecraft Plugin Message system.
MIT License
82 stars 10 forks source link

Annotate internal methods as so, remove custom Experimental annotation #35

Closed ConnorLinfoot closed 2 months ago

ConnorLinfoot commented 3 months ago

Adds usages of the ApiStatus.Internal annotation for methods that are intended for usage by Hypixel, either for implementation of client mods, or server-side usage. These methods are subject to change without notice.

Closes #34