Class DebuggingHelper
java.lang.Object
net.neoforged.neoforge.client.util.DebuggingHelper
Debugging helper class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Utility method to release the mouse.
-
Constructor Details
-
DebuggingHelper
private DebuggingHelper()
-
-
Method Details
-
releaseMouse
public static boolean releaseMouse()Utility method to release the mouse.Useful for debugging, as it allows you to move the mouse outside of the game window, if your window manager does not release it automatically, using a conditional breakpoint.
- Returns:
true
, always.
-