Dynamic HUD
Learn how to use our library here
Dynamic HUD is a Java library made for Fabric developers to create entirely new screens and HUDs in-game.
Version Differences:
This documentation is unedited at some places for 1.19.4. For 1.20 everything is the same except MatrixStack
and DrawableHelper
has been replaced with DrawContext
The helper
classes documentation is for 1.20, as for 1.19.4, they use MatrixStack as a parameter in the methods.
For DynamicHUD versions 1.2.0 and above, the data structure for MainMenuWidgets and Widgets and related methods has been changed to Set
instead of List.
Set
instead of List.
This Gitbook can be found as an example over here.