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/IThermalConnection.java | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/Java/gtPlusPlus/api/thermal/energy/IThermalConnection.java (limited to 'src/Java/gtPlusPlus/api/thermal/energy/IThermalConnection.java') diff --git a/src/Java/gtPlusPlus/api/thermal/energy/IThermalConnection.java b/src/Java/gtPlusPlus/api/thermal/energy/IThermalConnection.java deleted file mode 100644 index d8573000fc..0000000000 --- a/src/Java/gtPlusPlus/api/thermal/energy/IThermalConnection.java +++ /dev/null @@ -1,7 +0,0 @@ -package gtPlusPlus.api.thermal.energy; - -import net.minecraftforge.common.util.ForgeDirection; - -public interface IThermalConnection { - boolean canConnectThermalEnergy(ForgeDirection arg0); -} \ No newline at end of file -- cgit