Interface TicketStorage.TicketPredicate

Enclosing class:
TicketStorage

public static interface TicketStorage.TicketPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(Ticket ticket, long chunkPos)
     
  • Method Details

    • test

      boolean test(Ticket ticket, long chunkPos)