I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
If you are using Lombok, make sure you have enabled annotation processing.