de.placeblock.betterinventories.content.SearchPredicate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of BetterInventories Show documentation
Show all versions of BetterInventories Show documentation
Easy to use and extensive InventoryAPI for Spigot
package de.placeblock.betterinventories.content;
import java.util.function.Predicate;
/**
* Predicate that is executed while searching for sections
*/
public interface SearchPredicate extends Predicate {
}