Package net.swofty.gui.inventory.item
Interface GUIItem
- All Known Subinterfaces:
GUIClickableItem
,GUIQueryItem
public interface GUIItem
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
If the player can pick up the item from the inventory or notnet.minestom.server.item.ItemStack.Builder
getItem
(SkyBlockPlayer player) int
getSlot()
-
Method Details
-
getSlot
int getSlot() -
getItem
-
canPickup
default boolean canPickup()If the player can pick up the item from the inventory or not- Returns:
- a boolean
-