9
0
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:
XiaoMoMi
2023-09-15 03:24:01 +08:00
parent 61404cab2d
commit 2ef3204dde
6 changed files with 318 additions and 152 deletions

View File

@@ -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);
}