9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 20:09:14 +00:00

1.3-beta-4

This commit is contained in:
Xiao-MoMi
2023-03-05 19:55:24 +08:00
parent cf6a2d246a
commit 319e174a69
24 changed files with 306 additions and 53 deletions

View File

@@ -22,6 +22,7 @@ import org.bukkit.entity.Player;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukkit.event.inventory.InventoryCloseEvent;
import org.bukkit.event.inventory.InventoryDragEvent;
import org.bukkit.event.inventory.InventoryOpenEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.event.player.PlayerItemConsumeEvent;
@@ -66,4 +67,7 @@ public class Function {
public void onConsumeItem(PlayerItemConsumeEvent event) {
}
public void onDragInventory(InventoryDragEvent event) {
}
}