mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 04:32:11 -07:00
Add hand to fish event for all player interactions (#9929)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: booky10 <boooky10@gmail.com>
|
||||
Date: Mon, 3 Jul 2023 01:55:32 +0200
|
||||
Subject: [PATCH] Add hand to fish event for all player interactions
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/event/player/PlayerFishEvent.java b/src/main/java/org/bukkit/event/player/PlayerFishEvent.java
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/org/bukkit/event/player/PlayerFishEvent.java
|
||||
+++ b/src/main/java/org/bukkit/event/player/PlayerFishEvent.java
|
||||
@@ -0,0 +0,0 @@ public class PlayerFishEvent extends PlayerEvent implements Cancellable {
|
||||
/**
|
||||
* Get the hand that was used in this event.
|
||||
* <p>
|
||||
- * The hand used is only present when the event state is {@link State#FISHING}.
|
||||
- * In all other states, the hand is null.
|
||||
+ * The hand used is only present for player interactions.
|
||||
+ * This means it will be null if state is set
|
||||
+ * to {@link State#BITE} or {@link State#FAILED_ATTEMPT}.
|
||||
*
|
||||
* @return the hand
|
||||
*/
|
Reference in New Issue
Block a user