| Package | Description |
|---|---|
| fr.maxlego08.zauctionhouse.auction | |
| fr.maxlego08.zauctionhouse.zcore.utils.enums |
| Modifier and Type | Method and Description |
|---|---|
Sorting |
Auction.getSort(org.bukkit.entity.Player player) |
Sorting |
Auction.getSort(java.lang.String player) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Sorting> |
Auction.getSort()
Allows you to retrieve all the sortings of each player
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuctionItem> |
Auction.getItems(Sorting shorting)
List of items for sale
|
void |
Auction.setSort(org.bukkit.entity.Player player,
Sorting sorting) |
| Modifier and Type | Method and Description |
|---|---|
Sorting |
Sorting.next() |
static Sorting |
Sorting.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Sorting[] |
Sorting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|