i noticed we have a Player.isSleeping() and Npc.isSleeping(). i know what defines the player sleeping but what defines Npc.isSleeping()?
im asking as im working on adding a Text3D to all npcs but im worried about performance. hoping i can use the isSleeping to skip updating npcs out of draw distance.
Java