2022-07-03 21:24:29 +02:00
|
|
|
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
|
2024-08-09 22:05:50 +02:00
|
|
|
index b1b18886fc63a4854c2858ff9869da70e92dae26..773651350c17cae9058346a590eda758071b7447 100644
|
2022-07-03 21:24:29 +02:00
|
|
|
--- a/src/main/java/org/bukkit/entity/HumanEntity.java
|
|
|
|
+++ b/src/main/java/org/bukkit/entity/HumanEntity.java
|
2024-08-09 22:05:50 +02:00
|
|
|
@@ -394,6 +394,13 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
|
2022-07-03 21:24:29 +02:00
|
|
|
@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.
|