Skip to content

Commit ffef023

Browse files
feat: document npcSittingId and npcSittingUuid with detailed descriptions
1 parent d8d0133 commit ffef023

File tree

1 file changed

+12
-0
lines changed
  • surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/npc

1 file changed

+12
-0
lines changed

surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/npc/Npc.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,19 @@ interface Npc {
5858
*/
5959
val viewers: ObjectSet<UUID>?
6060

61+
/**
62+
* Represents the unique identifier for the NPC's sitting state.
63+
*
64+
* This identifier corresponds to the NPC's sitting entity, such as an invisible armor stand.
65+
* It is used to manage and reference the sitting state of the NPC.
66+
*/
6167
val npcSittingId: Int
68+
69+
/**
70+
* Represents the unique identifier (UUID) associated with an NPC's sitting entity.
71+
* This UUID is primarily used to manage and interact with the sitting entity of the NPC,
72+
* such as spawning or assigning specific behaviors or properties.
73+
*/
6274
val npcSittingUuid: UUID
6375

6476
/**

0 commit comments

Comments
 (0)