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 --- .../gtPlusPlus/api/thermal/tileentity/IThermalInfo.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/Java/gtPlusPlus/api/thermal/tileentity/IThermalInfo.java (limited to 'src/Java/gtPlusPlus/api/thermal/tileentity') 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 -- cgit