
DynamicHUD
A dynamic HUD library to create, display, load and save, interact and do much more with HUD elements - widgets.
Список изменений
DynamicHud 1.1.1 had some entry point errors so here is the working version:
1.1.1 changelogs:
Updates regarding rendering and others:
New for developers:
Added:
ContextMenu Input Options which supports text input from user:
- String Input
- Double Input
MainMenuWidgets which now allow you to render different widgets on the title screen or main menu screen as well. The widgets can be moved on the screen without opening another one.
String
labelas a parameter in the Widget class
A new method to load the widget text.
Screen Movement constrained within the game window.
Added support for non-draggable widgets.
Updated:
Updated the load and save to work for MainMenu Widgets
Updated DynamicHUDmod.java
Mod MenuIntegration
ContextMenurendering and positioning.
Slider Widgetrendering and positioning.
Updated Gitbook for 1.20x Minecraft version and 1.1.1 dynamicHUD version.
Changed:
Changed ContextMenu and SliderWidget to a
Listtype in the AbstractMoveableScreen.java to support Submenus.
Gitbook [Mostly updated]
Full Changelog: https://github.com/V-Fast/DynamicHUD/compare/1.20...master