Interface IQuickBuyElement


public interface IQuickBuyElement
Represents an element in the quick buy menu, containing a slot, category content, and load status.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the category content associated with the quick buy element.
    int
    Get the slot of the quick buy element.
    boolean
    Check if the quick buy element is loaded.
  • 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.