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 Type
    Method
    Description
    org.bukkit.inventory.ItemStack
    The ItemStack representation of the LootItem.
  • Method Details

    • getItemStack

      org.bukkit.inventory.ItemStack getItemStack()
      The ItemStack representation of the LootItem.
      Returns:
      The ItemStack representation.