Interface GUIItem

All Known Subinterfaces:
GUIClickableItem, GUIQueryItem

public interface GUIItem
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    If the player can pick up the item from the inventory or not
    net.minestom.server.item.ItemStack.Builder
     
    int
     
  • Method Details

    • getSlot

      int getSlot()
    • getItem

      net.minestom.server.item.ItemStack.Builder getItem(SkyBlockPlayer player)
    • canPickup

      default boolean canPickup()
      If the player can pick up the item from the inventory or not
      Returns:
      a boolean