9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-29 03:49:07 +00:00
This commit is contained in:
Xiao-MoMi
2023-01-21 00:56:12 +08:00
parent df8aba720a
commit c573213c0d
23 changed files with 625 additions and 269 deletions

View File

@@ -19,6 +19,7 @@ package net.momirealms.customfishing.object;
import com.comphenix.protocol.events.PacketContainer;
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.InventoryOpenEvent;
@@ -58,4 +59,7 @@ public class Function {
public void onOpenInventory(InventoryOpenEvent event) {
}
public void onBreakBlock(BlockBreakEvent event) {
}
}