Event when a player unholds the pickaxe.
/** * Gets the player associated with the event. * * @return The player holding the pickaxe. */ public Player getPlayer() { // Method implementation }
Last updated 1 year ago