Package com.tomkeuper.bedwars.api.shop
Interface IQuickBuyButton
public interface IQuickBuyButton
Represents a quick buy button.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
getItemStack
(org.bukkit.entity.Player player) Get the ItemStack of the quick buy button for a specific player.int
getSlot()
Get the slot of the quick buy button in the inventory.
-
Method Details
-
getItemStack
org.bukkit.inventory.ItemStack getItemStack(org.bukkit.entity.Player player) Get the ItemStack of the quick buy button for a specific player.- Parameters:
player
- The player for whom to retrieve the button.- Returns:
- The ItemStack of the quick buy button.
-
getSlot
int getSlot()Get the slot of the quick buy button in the inventory.- Returns:
- The slot of the quick buy button.
-