EdPrisonPlayerHoldPickaxe
Event when a player holds the pickaxe.
/**
* Gets the player associated with the event.
*
* @return The player holding the pickaxe.
*/
public Player getPlayer() {
// Method implementation
}
Last updated
Was this helpful?
Event when a player holds the pickaxe.
/**
* Gets the player associated with the event.
*
* @return The player holding the pickaxe.
*/
public Player getPlayer() {
// Method implementation
}
Last updated
Was this helpful?