Interface DropPattern

  • All Known Implementing Classes:
    StandardDropPattern

    public interface DropPattern
    The drop pattern interface used in Inventory dropAll methods for determining which item we should drop first.
    • Method Detail

      • getComparator

        java.util.Comparator<Item> getComparator()