From 55f64675b42ac8d3c557cc850f78664bee006f6f Mon Sep 17 00:00:00 2001 From: Jason Mitchell Date: Sat, 28 Jan 2023 19:32:44 -0800 Subject: [ci skip] spotlessApply with the new settings --- src/main/java/gtPlusPlus/api/thermal/energy/IThermalConnection.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gtPlusPlus/api/thermal/energy') diff --git a/src/main/java/gtPlusPlus/api/thermal/energy/IThermalConnection.java b/src/main/java/gtPlusPlus/api/thermal/energy/IThermalConnection.java index c495f4856b..fce4ad7c55 100644 --- a/src/main/java/gtPlusPlus/api/thermal/energy/IThermalConnection.java +++ b/src/main/java/gtPlusPlus/api/thermal/energy/IThermalConnection.java @@ -3,5 +3,6 @@ package gtPlusPlus.api.thermal.energy; import net.minecraftforge.common.util.ForgeDirection; public interface IThermalConnection { + boolean canConnectThermalEnergy(ForgeDirection arg0); } -- cgit