geforkt von Mirrors/Paper
Add Player#getFishHook
Dieser Commit ist enthalten in:
Ursprung
b4e03d9221
Commit
b780ff7251
@ -425,6 +425,13 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
|
|||||||
@Nullable
|
@Nullable
|
||||||
public Location getPotentialBedLocation();
|
public Location getPotentialBedLocation();
|
||||||
// Paper end
|
// 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.
|
* Attempts to make the entity sleep at the given location.
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren