Skip to content

Commit 8253462

Browse files
feat: add missing jd to glowing and glowingColor in api method
1 parent adcd89f commit 8253462

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ interface SurfNpcApi {
3232
* @param rotationType The rotation type of the NPC (default: FIXED).
3333
* @param fixedRotation The fixed rotation of the NPC, if applicable (default: null).
3434
* @param persistent Whether the NPC should be persistent (default: false).
35+
* @param glowing Whether the NPC should glow (default: false).
36+
* @param glowingColor The color of the glow effect (default: NamedTextColor.WHITE).
3537
* @return The result of the NPC creation.
3638
*/
3739
fun createNpc(

0 commit comments

Comments
 (0)