aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java')
-rw-r--r--src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java b/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java
deleted file mode 100644
index a40535887c..0000000000
--- a/src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package gtPlusPlus.api.thermal.tileentity;
-
-public interface IThermalInfo {
-
- int getInfoEnergyPerTick();
-
- int getInfoMaxEnergyPerTick();
-
- int getInfoEnergyStored();
-
- int getInfoMaxEnergyStored();
-
-} \ No newline at end of file