Resource Bar API
A small java API mod that allows mods to easily set up a complete resource bar HUD element.
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
Resource Bar API
Resource Bar API
A small java API mod that allows mods to easily set up a complete resource bar HUD element.
This can be for example a mana bar.
This API does not do all the work. All this API does is provide a method that draws the HUD element according to the given parameters.
It does not decide under which conditions the element should be rendered. That is the job of the mod using this API. This decision was made to ensure maximum flexibility when using this API.