We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcd89f commit 8253462Copy full SHA for 8253462
surf-npc-api/src/main/kotlin/dev/slne/surf/npc/api/SurfNpcApi.kt
@@ -32,6 +32,8 @@ interface SurfNpcApi {
32
* @param rotationType The rotation type of the NPC (default: FIXED).
33
* @param fixedRotation The fixed rotation of the NPC, if applicable (default: null).
34
* @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).
37
* @return The result of the NPC creation.
38
*/
39
fun createNpc(
0 commit comments