yeelp / Scaling-Feast

A simple, balanced way to increase your maximum hunger in Minecraft over the course of a world.
MIT License
0 stars 1 forks source link

API #65

Closed yeelp closed 4 years ago

yeelp commented 4 years ago

Move a lot of useful methods into API. Potentially deprecate other methods if their placement in the API is more suitable.

accessor API currently has typical getters for capabilities.

mutator API currently has nothing.

Perhaps group all the useful stuff in the util package into the api package and make their methods all package private and only accessible through the API?

yeelp commented 4 years ago

Maybe there is more that could be added to the API (convenience methods, whatever). But, I'm happy with where it's currently at.