aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java
diff options
context:
space:
mode:
authorJason Mitchell <mitchej@gmail.com>2023-01-30 10:56:42 -0800
committerJason Mitchell <mitchej@gmail.com>2023-01-30 10:56:42 -0800
commit0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a (patch)
tree1e2c649f3a6ce3f6b2babd0098a5f4819e9cd0b6 /src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java
parentf8cc82edeb9810c45cba762d733a2c909a302faa (diff)
downloadGT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.tar.gz
GT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.tar.bz2
GT5-Unofficial-0d9aab72aa570f13dc3e32e0d32b3f3a95f95e0a.zip
[ci skip] spotlessApply with the new settings
Diffstat (limited to 'src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java')
-rw-r--r--src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java b/src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java
index ab755eb2c3..1162630d5e 100644
--- a/src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java
+++ b/src/main/java/gregtech/api/gui/widgets/GT_GuiTooltip.java
@@ -1,13 +1,15 @@
package gregtech.api.gui.widgets;
-import gregtech.api.util.GT_TooltipDataCache.TooltipData;
import java.awt.Rectangle;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
+
import org.lwjgl.input.Keyboard;
+import gregtech.api.util.GT_TooltipDataCache.TooltipData;
+
public class GT_GuiTooltip {
protected Rectangle bounds;
@@ -16,8 +18,8 @@ public class GT_GuiTooltip {
public boolean enabled = true;
/**
- * Used to create a tooltip that will appear over the specified bounds.
- * This will initially be a "static" tooltip that doesn't respect verbosity levels or respond to the shift key.
+ * Used to create a tooltip that will appear over the specified bounds. This will initially be a "static" tooltip
+ * that doesn't respect verbosity levels or respond to the shift key.
*
* @param bounds
* @param text
@@ -28,8 +30,8 @@ public class GT_GuiTooltip {
}
/**
- * Used to create a tooltip that will appear over the specified bounds.
- * This will initially be a "dynamic" tooltip that respects verbosity levels and responds to the shift key.
+ * Used to create a tooltip that will appear over the specified bounds. This will initially be a "dynamic" tooltip
+ * that respects verbosity levels and responds to the shift key.
*
* @param bounds
* @param data