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/xmod/gregtech/api/interfaces/IHeatSink.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/IHeatSink.java (limited to 'src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/IHeatSink.java') diff --git a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/IHeatSink.java b/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/IHeatSink.java deleted file mode 100644 index 80adcf0d51..0000000000 --- a/src/Java/gtPlusPlus/xmod/gregtech/api/interfaces/IHeatSink.java +++ /dev/null @@ -1,13 +0,0 @@ -package gtPlusPlus.xmod.gregtech.api.interfaces; - -import net.minecraftforge.common.util.ForgeDirection; - -public interface IHeatSink { - - - int maxHeatInPerTick(ForgeDirection var1); - - int addHeat(ForgeDirection var1, int var2); - - -} \ No newline at end of file -- cgit