| Package | Description |
|---|---|
| fr.maxlego08.zauctionhouse.auction | |
| fr.maxlego08.zauctionhouse.event.events | |
| fr.maxlego08.zauctionhouse.zcore.utils.storage |
| Modifier and Type | Method and Description |
|---|---|
ItemType |
Auction.getType(long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
Auction.addItem(AuctionItem item,
ItemType type)
Stores an item
|
void |
Auction.giveItem(AuctionItem item,
org.bukkit.entity.Player player,
ItemType type,
boolean updateInventory)
Give an item to the player
|
void |
Auction.remove(AuctionItem item,
ItemType type)
Removes an item from storage
|
| Modifier and Type | Method and Description |
|---|---|
ItemType |
AuctionItemExpireEvent.getType() |
| Constructor and Description |
|---|
AuctionItemExpireEvent(AuctionItem item,
org.bukkit.entity.Player player,
ItemType type) |
| Modifier and Type | Method and Description |
|---|---|
static ItemType |
ItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ItemType[] |
ItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|