From 311ab89f93558233a40079f7cb16605b141b5346 Mon Sep 17 00:00:00 2001 From: Johann Bernhardt Date: Sun, 12 Dec 2021 19:38:06 +0100 Subject: Move sources and resources --- src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java (limited to 'src/Java/gtPlusPlus/api/thermal/energy/IThermalStorage.java') 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 -- cgit