Interface TicketStorage.TicketPredicate

Enclosing class:
TicketStorage

public static interface TicketStorage.TicketPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Ticket pTicket, long pChunkPos)
     
  • Method Details

    • test

      boolean test(Ticket pTicket, long pChunkPos)