9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-19 15:09:24 +00:00
This commit is contained in:
XiaoMoMi
2025-01-17 23:50:11 +08:00
parent 9b18b7175e
commit 66ce7da7e2
8 changed files with 37 additions and 9 deletions

View File

@@ -24,7 +24,6 @@ import org.bukkit.Location;
import org.bukkit.inventory.EquipmentSlot;
import java.util.Objects;
import java.util.Set;
/**
* Represents keys for accessing context values with specific types.

View File

@@ -17,7 +17,9 @@
package net.momirealms.customfishing.api.mechanic.totem;
import java.util.*;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
public class ActiveTotemList {