Class IDEDebug

java.lang.Object
me.desht.pneumaticcraft.client.util.IDEDebug

public class IDEDebug extends Object
Class aimed for debugging purposes only
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    This can be used as an IntelliJ break condition to ensure mouse pointer is released when client breakpoints are hit (for Linux in particular).

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IDEDebug

      public IDEDebug()
  • Method Details

    • ungrabMouse

      public static boolean ungrabMouse()
      This can be used as an IntelliJ break condition to ensure mouse pointer is released when client breakpoints are hit (for Linux in particular).