aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0352-Add-Player-getFishHook.patch
blob: 61c4560da502a2644bc2d43a0dbb162b8cc8ec7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: u9g <git@u9g.dev>
Date: Tue, 14 Jun 2022 19:35:21 -0400
Subject: [PATCH] Add Player#getFishHook


diff --git a/src/main/java/org/bukkit/entity/HumanEntity.java b/src/main/java/org/bukkit/entity/HumanEntity.java
index 58c842a1fd946d94ae29c7d2439aaf77e47f69b4..294de2c073167e7186fbf1d6885fe5951351cc9c 100644
--- a/src/main/java/org/bukkit/entity/HumanEntity.java
+++ b/src/main/java/org/bukkit/entity/HumanEntity.java
@@ -392,6 +392,13 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
     @Nullable
     public Location getPotentialBedLocation();
     // Paper end
+    // Paper start
+    /**
+     * @return the player's fishing hook if they are fishing
+     */
+    @Nullable
+    FishHook getFishHook();
+    // Paper end
 
     /**
      * Attempts to make the entity sleep at the given location.