Skip to content

Commit

Permalink
no need to use this method here
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jul 26, 2024
1 parent 4516294 commit fd8136b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

import java.util.Collections;
import java.util.List;
import java.util.function.Consumer;

Expand Down Expand Up @@ -250,13 +249,6 @@ public MultiblockAbility<IFluidTank> getAbility() {
return isExportHatch ? MultiblockAbility.EXPORT_FLUIDS : MultiblockAbility.IMPORT_FLUIDS;
}

@Override
public @NotNull List<MultiblockAbility<?>> getAbilities() {
return isExportHatch ?
Collections.singletonList(MultiblockAbility.EXPORT_FLUIDS) :
Collections.singletonList(MultiblockAbility.IMPORT_FLUIDS);
}

@Override
public void registerAbilities(@NotNull MultiblockAbility<IFluidTank> key,
@NotNull List<IFluidTank> abilities) {
Expand Down

0 comments on commit fd8136b

Please sign in to comment.