Class Filter
java.lang.Object
fr.maxlego08.zauctionhouse.api.filter.Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FilterTypefindFilterType(String string) protected List<org.bukkit.inventory.ItemStack>getItems(AuctionItem auctionItem) getKey()protected abstract booleanperform(AuctionItem auctionItem, FilterType filterType, String string) booleanperform(AuctionItem auctionItem, String string) Perform filterstripe(FilterType filterType, String string)
-
Constructor Details
-
Filter
- Parameters:
key-
-
-
Method Details
-
perform
Perform filter- Parameters:
auctionItem-string-
-
perform
- Parameters:
auctionItem-filterType-string-- Returns:
-
getItems
- Parameters:
auctionItem-- Returns:
List
-
getKey
-
stripe
-
findFilterType
-