mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-03 22:26:15 +00:00
2.0.11.2
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
|
||||
package net.momirealms.customfishing.mechanic.fishing;
|
||||
|
||||
import com.comphenix.protocol.events.PacketContainer;
|
||||
import com.destroystokyo.paper.event.player.PlayerJumpEvent;
|
||||
import de.tr7zw.changeme.nbtapi.NBTCompound;
|
||||
import de.tr7zw.changeme.nbtapi.NBTItem;
|
||||
import io.lumine.mythic.lib.api.event.AttackEvent;
|
||||
import net.kyori.adventure.key.Key;
|
||||
import net.kyori.adventure.sound.Sound;
|
||||
import net.momirealms.customfishing.CustomFishingPluginImpl;
|
||||
|
||||
@@ -24,7 +24,10 @@ import net.momirealms.customfishing.api.util.LogUtils;
|
||||
import net.momirealms.customfishing.setting.CFConfig;
|
||||
import org.bukkit.Location;
|
||||
|
||||
import java.util.concurrent.*;
|
||||
import java.util.concurrent.ScheduledFuture;
|
||||
import java.util.concurrent.ScheduledThreadPoolExecutor;
|
||||
import java.util.concurrent.ThreadPoolExecutor;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* A scheduler implementation responsible for scheduling and managing tasks in a multi-threaded environment.
|
||||
|
||||
Reference in New Issue
Block a user