Interface LootItem
- All Known Implementing Classes:
ConfigLootItem,CustomLootItem,StandardLootItem
public interface LootItem
A LootItem is an item which can be placed in a LootTable.
To define a custom LootItem to be used in a config file, see ConfigLootItem.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackThe ItemStack representation of the LootItem.
-
Method Details
-
getItemStack
org.bukkit.inventory.ItemStack getItemStack()The ItemStack representation of the LootItem.- Returns:
- The ItemStack representation.
-