SPIGOT-4803: Fox related APIs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-04-28 17:58:30 +10:00
parent b91a465a3f
commit 5f1aef7419
3 changed files with 55 additions and 8 deletions

View File

@@ -223,13 +223,6 @@ public interface HumanEntity extends LivingEntity, AnimalTamer, InventoryHolder
*/
public void setCooldown(@NotNull Material material, int ticks);
/**
* Returns whether this player is slumbering.
*
* @return slumber state
*/
public boolean isSleeping();
/**
* Get the sleep ticks of the player. This value may be capped.
*