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:
@@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user