Interface DupeManager
public interface DupeManager
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanisDupeItem(org.bukkit.inventory.ItemStack itemStack) check if an item is a result of a dupeorg.bukkit.inventory.ItemStackprotectItem(org.bukkit.inventory.ItemStack itemStack) protect an item from dupe
-
Field Details
-
KEY
the key to determining where the item comes from- See Also:
-
-
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:
-