Skip to content

Commit ddf39a2

Browse files
committed
Spotless
1 parent 2eaf0b5 commit ddf39a2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/main/java/com/ghostipedia/cosmiccore/common/machine/multiblock/part/SterilizationHatchPartMachine.java

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,18 @@
2020
import com.gregtechceu.gtceu.api.recipe.GTRecipe;
2121
import com.gregtechceu.gtceu.api.recipe.ingredient.FluidIngredient;
2222
import com.gregtechceu.gtceu.common.data.GTMaterials;
23-
2423
import com.gregtechceu.gtceu.utils.GTTransferUtils;
24+
2525
import com.lowdragmc.lowdraglib.gui.modular.ModularUI;
2626
import com.lowdragmc.lowdraglib.gui.widget.LabelWidget;
2727
import com.lowdragmc.lowdraglib.gui.widget.WidgetGroup;
28-
2928
import com.lowdragmc.lowdraglib.syncdata.ISubscription;
30-
import com.lowdragmc.lowdraglib.syncdata.annotation.Persisted;
29+
3130
import net.minecraft.core.BlockPos;
3231
import net.minecraft.core.Direction;
3332
import net.minecraft.world.entity.player.Player;
34-
3533
import net.minecraft.world.level.block.Block;
34+
3635
import org.jetbrains.annotations.MustBeInvokedByOverriders;
3736
import org.jetbrains.annotations.NotNull;
3837
import org.jetbrains.annotations.Nullable;
@@ -42,7 +41,8 @@
4241

4342
public class SterilizationHatchPartMachine extends TieredIOPartMachine
4443
implements ICleanroomProvider, IRecipeHandler, IUIMachine {
45-
@Nullable
44+
45+
@Nullable
4646
protected TickableSubscription autoIOSubs;
4747
@Nullable
4848
protected ISubscription tankSubs;
@@ -104,6 +104,7 @@ public double getTotalContentAmount() {
104104
public RecipeCapability<FluidIngredient> getCapability() {
105105
return FluidRecipeCapability.CAP;
106106
}
107+
107108
@Override
108109
public void onNeighborChanged(Block block, BlockPos fromPos, boolean isMoving) {
109110
super.onNeighborChanged(block, fromPos, isMoving);
@@ -145,6 +146,7 @@ protected void autoIO() {
145146
updateTankSubscription();
146147
}
147148
}
149+
148150
// GUI
149151
@Override
150152
public ModularUI createUI(Player entityPlayer) {

0 commit comments

Comments
 (0)