Skip to content

Commit

Permalink
sbobless
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 28, 2024
1 parent 293b1f7 commit e031c73
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/main/java/gregtech/common/covers/CoverItemFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public ItemFilterMode getFilterMode() {
return filterMode;
}


@SuppressWarnings("DataFlowIssue")
// this cover always has a filter
public @NotNull ItemFilter getItemFilter() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public int getTransferLimit(R stack) {

/**
* Called when the filter slot has changed to a different filter or has been removed
*
* @param notify if true, call {@code onFilterInstanceChange()}
*/
protected abstract void onFilterSlotChange(boolean notify);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import com.cleanroommc.modularui.widgets.layout.Row;
import org.jetbrains.annotations.NotNull;

import java.io.IOException;
import java.util.function.BooleanSupplier;
import java.util.function.Consumer;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package gregtech.common.covers.filter;

import net.minecraft.item.ItemStack;

import org.jetbrains.annotations.ApiStatus;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import com.cleanroommc.modularui.widgets.layout.Row;
import org.jetbrains.annotations.NotNull;

import java.io.IOException;
import java.util.function.BooleanSupplier;
import java.util.function.Consumer;

Expand Down

0 comments on commit e031c73

Please sign in to comment.