aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java
diff options
context:
space:
mode:
authorboubou19 <miisterunknown@gmail.com>2023-04-11 00:15:59 +0200
committerboubou19 <miisterunknown@gmail.com>2023-04-11 00:15:59 +0200
commit39069122d6c4deb45f5c29dfbcd2e2a11fd08201 (patch)
tree5536b9d4491a718816e1a52ebb5fe519d76eeeb0 /src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java
parentf808e93c436034ba7eca3889087304b142728b76 (diff)
downloadGT5-Unofficial-39069122d6c4deb45f5c29dfbcd2e2a11fd08201.tar.gz
GT5-Unofficial-39069122d6c4deb45f5c29dfbcd2e2a11fd08201.tar.bz2
GT5-Unofficial-39069122d6c4deb45f5c29dfbcd2e2a11fd08201.zip
optimize imports + SA
Diffstat (limited to 'src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java')
-rw-r--r--src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java
index 888f2c71e6..a17694b579 100644
--- a/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java
+++ b/src/main/java/common/tileentities/GTMTE_SOFuelCellMK1.java
@@ -1,7 +1,14 @@
package common.tileentities;
-import static com.gtnewhorizon.structurelib.structure.StructureUtility.*;
-import static gregtech.api.enums.Textures.BlockIcons.*;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofBlock;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofBlockAnyMeta;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.ofChain;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.onElementPass;
+import static com.gtnewhorizon.structurelib.structure.StructureUtility.transpose;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_ACTIVE;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_ACTIVE_GLOW;
+import static gregtech.api.enums.Textures.BlockIcons.OVERLAY_FRONT_HEAT_EXCHANGER_GLOW;
import static gregtech.api.util.GT_StructureUtility.ofHatchAdder;
import java.util.ArrayList;