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

1.3-beta-1

This commit is contained in:
Xiao-MoMi
2023-03-03 23:15:37 +08:00
parent a6d97160c4
commit 1b1cf93b2a
160 changed files with 3406 additions and 3277 deletions

View File

@@ -24,6 +24,7 @@ import org.bukkit.event.inventory.InventoryClickEvent;
import org.bukkit.event.inventory.InventoryCloseEvent;
import org.bukkit.event.inventory.InventoryOpenEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.event.player.PlayerItemConsumeEvent;
public class Function {
@@ -62,4 +63,7 @@ public class Function {
public void onBreakBlock(BlockBreakEvent event) {
}
public void onConsumeItem(PlayerItemConsumeEvent event) {
}
}