9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-30 04:19:30 +00:00
This commit is contained in:
XiaoMoMi
2024-01-20 20:33:22 +08:00
parent 05dcc32bdc
commit 35b24a693b
4 changed files with 55 additions and 5 deletions

View File

@@ -40,6 +40,9 @@ public interface GamingPlayer {
*/
boolean onSwapHand();
/**
* @return whether to cancel the event
*/
boolean onLeftClick();
/**