java.lang.Object
com.refinedmods.refinedstorage.common.support.network.ResourceSorters

public final class ResourceSorters extends Object
  • Method Details

    • create

      public static Comparator<ResourceKey> create(@Nullable Network network, net.minecraft.world.entity.player.Inventory playerInventory)
    • create

      public static <T> Comparator<T> create(@Nullable Network network, net.minecraft.world.entity.player.Inventory playerInventory, Function<T,ResourceKey> resourceExtractor)