Package com.tomkeuper.bedwars.api.shop
Interface IQuickBuyElement
public interface IQuickBuyElement
Represents an element in the quick buy menu, containing a slot, category content, and load status.
-
Method Details
-
isLoaded
boolean isLoaded()Check if the quick buy element is loaded.- Returns:
- true if the element is loaded, false otherwise.
-
getSlot
int getSlot()Get the slot of the quick buy element.- Returns:
- The slot of the element.
-
getCategoryContent
ICategoryContent getCategoryContent()Get the category content associated with the quick buy element.- Returns:
- The category content of the element.
-