aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java')
-rw-r--r--src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java b/src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java
deleted file mode 100644
index db3e6c8966..0000000000
--- a/src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package gtPlusPlus.api.thermal.energy;
-
-public interface IThermalStorage {
-
- int receiveThermalEnergy(int arg0, boolean arg1);
-
- int extractThermalEnergy(int arg0, boolean arg1);
-
- int getThermalEnergyStored();
-
- int getMaxThermalEnergyStored();
-
-} \ No newline at end of file