9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-30 04:19:30 +00:00
This commit is contained in:
XiaoMoMi
2024-01-03 06:17:54 +08:00
parent da74c91f61
commit 0847df9909
4 changed files with 18 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ package net.momirealms.customfishing.api.manager;
import net.momirealms.customfishing.api.data.user.OfflineUser;
import net.momirealms.customfishing.api.mechanic.action.Action;
import net.momirealms.customfishing.api.mechanic.requirement.Requirement;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.inventory.Inventory;
@@ -57,4 +58,6 @@ public interface BagManager {
String getBagTitle();
List<Material> getBagWhiteListItems();
Requirement[] getCollectRequirements();
}