mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-30 04:19:30 +00:00
custom durability
This commit is contained in:
@@ -73,4 +73,6 @@ public interface ItemManager {
|
||||
void dropItem(Player player, Location hookLocation, Location playerLocation, Loot loot, Map<String, String> args);
|
||||
|
||||
void dropItem(Location hookLocation, Location playerLocation, ItemStack itemStack);
|
||||
|
||||
boolean isCustomFishingItem(ItemStack itemStack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user