Class BukkitItem
java.lang.Object
me.hsgamer.hscore.bukkit.gui.object.BukkitItem
- All Implemented Interfaces:
Item
The Bukkit item
-
Constructor Summary
ConstructorDescriptionBukkitItem
(org.bukkit.inventory.ItemStack itemStack) Create a new Bukkit item -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStack
Get the item stack
-
Constructor Details
-
BukkitItem
public BukkitItem(org.bukkit.inventory.ItemStack itemStack) Create a new Bukkit item- Parameters:
itemStack
- the item stack
-
-
Method Details
-
getItemStack
public org.bukkit.inventory.ItemStack getItemStack()Get the item stack- Returns:
- the item stack
-