Using the default Moveable Screen

This page will tell you about using the moveable screen.

To use the default moveable screen, you can add this method to your mod's main class

Text text;
DynamicUtil dynamicutil = DynamicHUD.getDynamicUtil();
DynamicHUD.setAbstractScreen(new MoveableScreen(text,dynamicutil));