aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/thermal/tileentity
diff options
context:
space:
mode:
author‭huajijam <strhuaji@gmail.com>2019-05-17 23:26:41 +0800
committer‭huajijam <strhuaji@gmail.com>2019-05-17 23:26:41 +0800
commit5920c6db3ff62d89ba41db4eda59cc6d70ddce3b (patch)
treed4d6d5036e8cb95d2232066f0ee257f59b5aa967 /src/Java/gtPlusPlus/api/thermal/tileentity
parent787c31758d2ea3259f8da9c5c7ffd4b28429eb9a (diff)
parentcacc2915ef0039e3460817e4f116d44cf8e44e5f (diff)
downloadGT5-Unofficial-5920c6db3ff62d89ba41db4eda59cc6d70ddce3b.tar.gz
GT5-Unofficial-5920c6db3ff62d89ba41db4eda59cc6d70ddce3b.tar.bz2
GT5-Unofficial-5920c6db3ff62d89ba41db4eda59cc6d70ddce3b.zip
Automatic synchronization
Diffstat (limited to 'src/Java/gtPlusPlus/api/thermal/tileentity')
-rw-r--r--src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java b/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java
new file mode 100644
index 0000000000..a40535887c
--- /dev/null
+++ b/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java
@@ -0,0 +1,13 @@
+package gtPlusPlus.api.thermal.tileentity;
+
+public interface IThermalInfo {
+
+ int getInfoEnergyPerTick();
+
+ int getInfoMaxEnergyPerTick();
+
+ int getInfoEnergyStored();
+
+ int getInfoMaxEnergyStored();
+
+} \ No newline at end of file