- getButtons() - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Return buttons list
- getBuyer() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getBuying(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Number purchased item for the player
- getBuyingItems(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items purchased for a player
- getBuyingItems() - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items purchased
- getByID(long) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Search the item only in the list of items for sales
- getByUniqueID(long) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Search for items in all lists
- getCreateItem(Player, List<String>) - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getCurrency() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyCurrencyEvent
-
- getEconomy() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getEconomy() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getExpire(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Number expired item for the player
- getExpiredItems(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items expired for a player
- getExpiredItems() - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items expired
- getHandlerList() - Static method in class fr.maxlego08.zauctionhouse.event.AuctionEvent
-
- getHandlerList() - Static method in class fr.maxlego08.zauctionhouse.event.EconomyEvent
-
- getHandlers() - Method in class fr.maxlego08.zauctionhouse.event.AuctionEvent
-
- getHandlers() - Method in class fr.maxlego08.zauctionhouse.event.EconomyEvent
-
- getId() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getItem(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Number sales item for the player
- getItem() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getItem() - Method in class fr.maxlego08.zauctionhouse.event.AuctionEvent
-
- getItem(UUID) - Method in interface fr.maxlego08.zauctionhouse.transaction.Transaction
-
- getItem() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getItems(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items for sale for a player
- getItems(Category) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items according to a category
- getItems(Category, Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items according to a category
- getItems() - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items for sale
- getItems(Sorting) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items for sale
- getItemsFromSearch(String) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
List of items according to a category
- getItemsSort(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
- getItemStack() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getMaxPage(List<AuctionItem>) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Maximum number of pages for an item list
- getMaxSellPerPermission(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Maximum number of items the player can sell
- getMoney() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyDepositEvent
-
- getMoney() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyHasMoneyEvent
-
- getMoney() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyWithdrawMoney
-
- getName() - Method in enum fr.maxlego08.zauctionhouse.category.Category
-
- getOrDefault(String, Economy) - Static method in enum fr.maxlego08.zauctionhouse.auction.Economy
-
- getPlayer() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getPlayer() - Method in class fr.maxlego08.zauctionhouse.event.AuctionEvent
-
- getPlayer() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyDepositEvent
-
- getPlayer() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyHasMoneyEvent
-
- getPlayer() - Method in class fr.maxlego08.zauctionhouse.event.events.EconomyWithdrawMoney
-
- getPrice(AuctionItem) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Price of the item with the correct currency
- getPrice(AuctionItem, long) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Price of the item with the correct currency
- getPrice() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getPrice() - Method in class fr.maxlego08.zauctionhouse.event.events.AuctionBuyEvent
-
- getPrice() - Method in class fr.maxlego08.zauctionhouse.event.events.AuctionSellEvent
-
- getPrice() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getPriceWithTaxe(long) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Price with the tax
- getSeller() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getSort() - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Allows you to retrieve all the sortings of each player
- getSort(Player) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
- getSort(String) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
- getTableName() - Method in enum fr.maxlego08.zauctionhouse.zcore.utils.storage.ItemType
-
- getTime() - Method in class fr.maxlego08.zauctionhouse.auction.AuctionItem
-
- getTransactionDate() - Method in class fr.maxlego08.zauctionhouse.transaction.TransactionObject
-
- getType(long) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
- getType() - Method in class fr.maxlego08.zauctionhouse.event.events.AuctionItemExpireEvent
-
- giveItem(AuctionItem, Player, ItemType, boolean) - Method in interface fr.maxlego08.zauctionhouse.auction.Auction
-
Give an item to the player