Class DebuggingHelper
java.lang.Object
net.neoforged.neoforge.client.util.DebuggingHelper
Debugging helper class.
- Implementation Note:
- This class is not intended for use in production builds, however although it is marked as internal, modders should feel free to use it during their debugging sessions.
-
Constructor Summary
Constructors -
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.
-