| Package | Description |
|---|---|
| fr.maxlego08.zauctionhouse.auction | |
| fr.maxlego08.zauctionhouse.category |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuctionItem> |
Auction.getItems(Category category)
List of items according to a category
|
java.util.List<AuctionItem> |
Auction.getItems(Category category,
org.bukkit.entity.Player player)
List of items according to a category
|
boolean |
AuctionItem.match(Category category) |
| Modifier and Type | Method and Description |
|---|---|
static Category |
Category.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Category[] |
Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|