mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-06 15:51:50 +00:00
dance
This commit is contained in:
@@ -87,6 +87,11 @@ public abstract class AbstractGamingPlayer implements GamingPlayer, Runnable {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onSneak() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Player getPlayer() {
|
||||
return player;
|
||||
|
||||
@@ -55,6 +55,11 @@ public interface GamingPlayer {
|
||||
*/
|
||||
boolean onJump();
|
||||
|
||||
/**
|
||||
* @return whether to cancel the event
|
||||
*/
|
||||
boolean onSneak();
|
||||
|
||||
Player getPlayer();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user