diff --git a/paper-api/src/main/java/org/bukkit/entity/HumanEntity.java b/paper-api/src/main/java/org/bukkit/entity/HumanEntity.java index 551b2a8574..10576d39e0 100644 --- a/paper-api/src/main/java/org/bukkit/entity/HumanEntity.java +++ b/paper-api/src/main/java/org/bukkit/entity/HumanEntity.java @@ -366,6 +366,15 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder void setHurtDirection(float hurtDirection); // Paper end + // Paper start + /** + * If the player has slept enough to count towards passing the night. + * + * @return true if the player has slept enough + */ + public boolean isDeeplySleeping(); + // Paper end + /** * Check whether a cooldown is active on the specified item. *