Interface DupeManager


public interface DupeManager
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    the key to determining where the item comes from
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isDupeItem(org.bukkit.inventory.ItemStack itemStack)
    check if an item is a result of a dupe
    org.bukkit.inventory.ItemStack
    protectItem(org.bukkit.inventory.ItemStack itemStack)
    protect an item from dupe
  • Field Details

  • Method Details

    • protectItem

      org.bukkit.inventory.ItemStack protectItem(org.bukkit.inventory.ItemStack itemStack)
      protect an item from dupe
      Parameters:
      itemStack -
      Returns:
    • isDupeItem

      boolean isDupeItem(org.bukkit.inventory.ItemStack itemStack)
      check if an item is a result of a dupe
      Parameters:
      itemStack -
      Returns: