mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-30 04:19:30 +00:00
2.0.10
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user