aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/GT_GUICover.java
diff options
context:
space:
mode:
authorboubou_19 <miisterunknown@gmail.com>2021-06-26 21:40:49 +0200
committerboubou_19 <miisterunknown@gmail.com>2021-06-26 21:40:49 +0200
commit67e0a1a42bdd75b5bed293622f07cbff5193e138 (patch)
treefe4df06136341dc7b5ce9031d6e7d9495c1604ea /src/main/java/gregtech/api/gui/GT_GUICover.java
parente477a3ac6c3103d4d545a269fe679061e97d3a2b (diff)
parent1c3893fb1286637498b6abfdb7a4597f6e0a78fb (diff)
downloadGT5-Unofficial-67e0a1a42bdd75b5bed293622f07cbff5193e138.tar.gz
GT5-Unofficial-67e0a1a42bdd75b5bed293622f07cbff5193e138.tar.bz2
GT5-Unofficial-67e0a1a42bdd75b5bed293622f07cbff5193e138.zip
Merge remote-tracking branch 'upstream/experimental' into experimental
Diffstat (limited to 'src/main/java/gregtech/api/gui/GT_GUICover.java')
-rw-r--r--src/main/java/gregtech/api/gui/GT_GUICover.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_GUICover.java b/src/main/java/gregtech/api/gui/GT_GUICover.java
index 1e51cf0758..2e9d082ebf 100644
--- a/src/main/java/gregtech/api/gui/GT_GUICover.java
+++ b/src/main/java/gregtech/api/gui/GT_GUICover.java
@@ -252,10 +252,17 @@ public abstract class GT_GUICover extends GuiScreen implements GT_IToolTipRender
textBox.setFocused(textBox.equals(boxToFocus) && textBox.isEnabled());
}
}
+
+ /**
+ * Given textbox's value might have changed.
+ */
public void applyTextBox(GT_GuiIntegerTextBox box) {
}
+ /**
+ * Reset the given textbox to the last valid value, <b>NOT</b> 0.
+ */
public void resetTextBox(GT_GuiIntegerTextBox box) {
}