hytopia 0.1.69 → 0.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/docs/server.chatmanager.md +46 -2
  2. package/docs/server.chatmanager.onbroadcastmessage.md +13 -0
  3. package/docs/server.chatmanager.sendbroadcastmessage.md +1 -1
  4. package/docs/server.chatmanager.sendplayermessage.md +1 -1
  5. package/docs/server.light._constructor_.md +49 -0
  6. package/docs/server.light.angle.md +13 -0
  7. package/docs/server.light.attachedtoentity.md +13 -0
  8. package/docs/server.light.color.md +13 -0
  9. package/docs/server.light.despawn.md +17 -0
  10. package/docs/server.light.distance.md +13 -0
  11. package/docs/server.light.id.md +13 -0
  12. package/docs/server.light.intensity.md +13 -0
  13. package/docs/server.light.isspawned.md +13 -0
  14. package/docs/server.light.md +573 -0
  15. package/docs/server.light.offset.md +13 -0
  16. package/docs/server.light.penumbra.md +13 -0
  17. package/docs/server.light.position.md +13 -0
  18. package/docs/server.light.setangle.md +53 -0
  19. package/docs/server.light.setattachedtoentity.md +53 -0
  20. package/docs/server.light.setcolor.md +53 -0
  21. package/docs/server.light.setdistance.md +53 -0
  22. package/docs/server.light.setintensity.md +53 -0
  23. package/docs/server.light.setoffset.md +53 -0
  24. package/docs/server.light.setpenumbra.md +53 -0
  25. package/docs/server.light.setposition.md +53 -0
  26. package/docs/server.light.settrackedentity.md +53 -0
  27. package/docs/server.light.settrackedposition.md +53 -0
  28. package/docs/server.light.spawn.md +53 -0
  29. package/docs/server.light.trackedentity.md +13 -0
  30. package/docs/server.light.trackedposition.md +13 -0
  31. package/docs/server.light.type.md +13 -0
  32. package/docs/server.light.world.md +13 -0
  33. package/docs/server.lighteventpayload.despawn.light.md +11 -0
  34. package/docs/server.lighteventpayload.despawn.md +53 -0
  35. package/docs/server.lighteventpayload.md +136 -0
  36. package/docs/server.lighteventpayload.setangle.angle.md +11 -0
  37. package/docs/server.lighteventpayload.setangle.light.md +11 -0
  38. package/docs/server.lighteventpayload.setangle.md +70 -0
  39. package/docs/server.lighteventpayload.setattachedtoentity.entity.md +11 -0
  40. package/docs/server.lighteventpayload.setattachedtoentity.light.md +11 -0
  41. package/docs/server.lighteventpayload.setattachedtoentity.md +70 -0
  42. package/docs/server.lighteventpayload.setcolor.color.md +11 -0
  43. package/docs/server.lighteventpayload.setcolor.light.md +11 -0
  44. package/docs/server.lighteventpayload.setcolor.md +70 -0
  45. package/docs/server.lighteventpayload.setdistance.distance.md +11 -0
  46. package/docs/server.lighteventpayload.setdistance.light.md +11 -0
  47. package/docs/server.lighteventpayload.setdistance.md +70 -0
  48. package/docs/server.lighteventpayload.setintensity.intensity.md +11 -0
  49. package/docs/server.lighteventpayload.setintensity.light.md +11 -0
  50. package/docs/server.lighteventpayload.setintensity.md +70 -0
  51. package/docs/server.lighteventpayload.setoffset.light.md +11 -0
  52. package/docs/server.lighteventpayload.setoffset.md +70 -0
  53. package/docs/server.lighteventpayload.setoffset.offset.md +11 -0
  54. package/docs/server.lighteventpayload.setpenumbra.light.md +11 -0
  55. package/docs/server.lighteventpayload.setpenumbra.md +70 -0
  56. package/docs/server.lighteventpayload.setpenumbra.penumbra.md +11 -0
  57. package/docs/server.lighteventpayload.setposition.light.md +11 -0
  58. package/docs/server.lighteventpayload.setposition.md +70 -0
  59. package/docs/server.lighteventpayload.setposition.position.md +11 -0
  60. package/docs/server.lighteventpayload.settrackedentity.entity.md +11 -0
  61. package/docs/server.lighteventpayload.settrackedentity.light.md +11 -0
  62. package/docs/server.lighteventpayload.settrackedentity.md +70 -0
  63. package/docs/server.lighteventpayload.settrackedposition.light.md +11 -0
  64. package/docs/server.lighteventpayload.settrackedposition.md +70 -0
  65. package/docs/server.lighteventpayload.settrackedposition.position.md +11 -0
  66. package/docs/server.lighteventpayload.spawn.light.md +11 -0
  67. package/docs/server.lighteventpayload.spawn.md +53 -0
  68. package/docs/server.lighteventtype.md +215 -0
  69. package/docs/server.lightmanager.getallentityattachedlights.md +55 -0
  70. package/docs/server.lightmanager.getalllights.md +19 -0
  71. package/docs/server.lightmanager.md +113 -0
  72. package/docs/server.lightmanager.world.md +13 -0
  73. package/docs/server.lightoptions.angle.md +13 -0
  74. package/docs/server.lightoptions.attachedtoentity.md +13 -0
  75. package/docs/server.lightoptions.color.md +13 -0
  76. package/docs/server.lightoptions.distance.md +13 -0
  77. package/docs/server.lightoptions.intensity.md +13 -0
  78. package/docs/server.lightoptions.md +247 -0
  79. package/docs/server.lightoptions.offset.md +13 -0
  80. package/docs/server.lightoptions.penumbra.md +13 -0
  81. package/docs/server.lightoptions.position.md +13 -0
  82. package/docs/server.lightoptions.trackedentity.md +13 -0
  83. package/docs/server.lightoptions.trackedposition.md +13 -0
  84. package/docs/server.lightoptions.type.md +13 -0
  85. package/docs/server.lighttype.md +61 -0
  86. package/docs/server.md +66 -0
  87. package/docs/server.sceneui.attachedtoentity.md +2 -0
  88. package/docs/server.sceneui.id.md +2 -0
  89. package/docs/server.sceneui.isloaded.md +2 -0
  90. package/docs/server.sceneui.md +18 -0
  91. package/docs/server.sceneui.offset.md +2 -0
  92. package/docs/server.sceneui.position.md +2 -0
  93. package/docs/server.sceneui.state.md +2 -0
  94. package/docs/server.sceneui.templateid.md +2 -0
  95. package/docs/server.sceneui.viewdistance.md +2 -0
  96. package/docs/server.sceneui.world.md +2 -0
  97. package/docs/server.world.lightmanager.md +13 -0
  98. package/docs/server.world.md +26 -5
  99. package/docs/server.world.setambientlightcolor.md +1 -1
  100. package/docs/server.world.setambientlightintensity.md +1 -1
  101. package/docs/server.world.setdirectionallightcolor.md +1 -1
  102. package/docs/server.world.setdirectionallightintensity.md +1 -1
  103. package/docs/server.world.setdirectionallightposition.md +1 -1
  104. package/docs/server.worldoptions.ambientlightcolor.md +1 -1
  105. package/docs/server.worldoptions.ambientlightintensity.md +1 -1
  106. package/docs/server.worldoptions.directionallightcolor.md +1 -1
  107. package/docs/server.worldoptions.directionallightintensity.md +1 -1
  108. package/docs/server.worldoptions.directionallightposition.md +1 -1
  109. package/docs/server.worldoptions.md +5 -5
  110. package/examples/lighting/README.md +3 -0
  111. package/examples/lighting/assets/map.json +13153 -0
  112. package/examples/lighting/index.ts +120 -0
  113. package/examples/lighting/package.json +16 -0
  114. package/package.json +1 -1
  115. package/server.api.json +2991 -193
  116. package/server.d.ts +311 -13
  117. package/server.js +87 -87
package/server.api.json CHANGED
@@ -4665,6 +4665,45 @@
4665
4665
  "name": "ChatManager",
4666
4666
  "preserveMemberOrder": false,
4667
4667
  "members": [
4668
+ {
4669
+ "kind": "Property",
4670
+ "canonicalReference": "server!ChatManager#onBroadcastMessage:member",
4671
+ "docComment": "/**\n * A function that is called when a broadcast (public) message is sent by a player or the server.\n *\n * @param player - The player that sent the message, or undefined if the message is a system message from the server.\n *\n * @param message - The message to send.\n *\n * @param color - The color of the message as a hex color code, excluding #.\n */\n",
4672
+ "excerptTokens": [
4673
+ {
4674
+ "kind": "Content",
4675
+ "text": "onBroadcastMessage?: "
4676
+ },
4677
+ {
4678
+ "kind": "Content",
4679
+ "text": "(player: "
4680
+ },
4681
+ {
4682
+ "kind": "Reference",
4683
+ "text": "Player",
4684
+ "canonicalReference": "server!Player:class"
4685
+ },
4686
+ {
4687
+ "kind": "Content",
4688
+ "text": " | undefined, message: string, color?: string) => void"
4689
+ },
4690
+ {
4691
+ "kind": "Content",
4692
+ "text": ";"
4693
+ }
4694
+ ],
4695
+ "isReadonly": false,
4696
+ "isOptional": true,
4697
+ "releaseTag": "Public",
4698
+ "name": "onBroadcastMessage",
4699
+ "propertyTypeTokenRange": {
4700
+ "startIndex": 1,
4701
+ "endIndex": 4
4702
+ },
4703
+ "isStatic": false,
4704
+ "isProtected": false,
4705
+ "isAbstract": false
4706
+ },
4668
4707
  {
4669
4708
  "kind": "Method",
4670
4709
  "canonicalReference": "server!ChatManager#registerCommand:member(1)",
@@ -4733,7 +4772,7 @@
4733
4772
  {
4734
4773
  "kind": "Method",
4735
4774
  "canonicalReference": "server!ChatManager#sendBroadcastMessage:member(1)",
4736
- "docComment": "/**\n * Send a broadcast message to all players in the world.\n *\n * @param message - The message to send.\n *\n * @param color - The color of the message as a hex color code, excluding #.\n *\n * @example\n * ```typescript\n * chatManager.sendBroadcastMessage('Hello, world!', 'FF00AA');\n * ```\n *\n */\n",
4775
+ "docComment": "/**\n * Send a system broadcast message to all players in the world.\n *\n * @param message - The message to send.\n *\n * @param color - The color of the message as a hex color code, excluding #.\n *\n * @example\n * ```typescript\n * chatManager.sendBroadcastMessage('Hello, world!', 'FF00AA');\n * ```\n *\n */\n",
4737
4776
  "excerptTokens": [
4738
4777
  {
4739
4778
  "kind": "Content",
@@ -4797,7 +4836,7 @@
4797
4836
  {
4798
4837
  "kind": "Method",
4799
4838
  "canonicalReference": "server!ChatManager#sendPlayerMessage:member(1)",
4800
- "docComment": "/**\n * Send a message to a specific player, only visible to them.\n *\n * @param player - The player to send the message to.\n *\n * @param message - The message to send.\n *\n * @param color - The color of the message as a hex color code, excluding #.\n *\n * @example\n * ```typescript\n * chatManager.sendPlayerMessage(player, 'Hello, player!', 'FF00AA');\n * ```\n *\n */\n",
4839
+ "docComment": "/**\n * Send a system message to a specific player, only visible to them.\n *\n * @param player - The player to send the message to.\n *\n * @param message - The message to send.\n *\n * @param color - The color of the message as a hex color code, excluding #.\n *\n * @example\n * ```typescript\n * chatManager.sendPlayerMessage(player, 'Hello, player!', 'FF00AA');\n * ```\n *\n */\n",
4801
4840
  "excerptTokens": [
4802
4841
  {
4803
4842
  "kind": "Content",
@@ -13431,272 +13470,3000 @@
13431
13470
  "isAbstract": false
13432
13471
  },
13433
13472
  {
13434
- "kind": "Property",
13435
- "canonicalReference": "server!GameServer#modelManager:member",
13436
- "docComment": "/**\n * The model manager for the game server.\n */\n",
13473
+ "kind": "Property",
13474
+ "canonicalReference": "server!GameServer#modelManager:member",
13475
+ "docComment": "/**\n * The model manager for the game server.\n */\n",
13476
+ "excerptTokens": [
13477
+ {
13478
+ "kind": "Content",
13479
+ "text": "get modelManager(): "
13480
+ },
13481
+ {
13482
+ "kind": "Reference",
13483
+ "text": "ModelManager",
13484
+ "canonicalReference": "server!ModelManager:class"
13485
+ },
13486
+ {
13487
+ "kind": "Content",
13488
+ "text": ";"
13489
+ }
13490
+ ],
13491
+ "isReadonly": true,
13492
+ "isOptional": false,
13493
+ "releaseTag": "Public",
13494
+ "name": "modelManager",
13495
+ "propertyTypeTokenRange": {
13496
+ "startIndex": 1,
13497
+ "endIndex": 2
13498
+ },
13499
+ "isStatic": false,
13500
+ "isProtected": false,
13501
+ "isAbstract": false
13502
+ },
13503
+ {
13504
+ "kind": "Property",
13505
+ "canonicalReference": "server!GameServer#playerManager:member",
13506
+ "docComment": "/**\n * The player manager for the game server.\n */\n",
13507
+ "excerptTokens": [
13508
+ {
13509
+ "kind": "Content",
13510
+ "text": "get playerManager(): "
13511
+ },
13512
+ {
13513
+ "kind": "Reference",
13514
+ "text": "PlayerManager",
13515
+ "canonicalReference": "server!PlayerManager:class"
13516
+ },
13517
+ {
13518
+ "kind": "Content",
13519
+ "text": ";"
13520
+ }
13521
+ ],
13522
+ "isReadonly": true,
13523
+ "isOptional": false,
13524
+ "releaseTag": "Public",
13525
+ "name": "playerManager",
13526
+ "propertyTypeTokenRange": {
13527
+ "startIndex": 1,
13528
+ "endIndex": 2
13529
+ },
13530
+ "isStatic": false,
13531
+ "isProtected": false,
13532
+ "isAbstract": false
13533
+ },
13534
+ {
13535
+ "kind": "Property",
13536
+ "canonicalReference": "server!GameServer#webServer:member",
13537
+ "docComment": "/**\n * The web server for the game server.\n */\n",
13538
+ "excerptTokens": [
13539
+ {
13540
+ "kind": "Content",
13541
+ "text": "get webServer(): "
13542
+ },
13543
+ {
13544
+ "kind": "Reference",
13545
+ "text": "WebServer",
13546
+ "canonicalReference": "server!WebServer:class"
13547
+ },
13548
+ {
13549
+ "kind": "Content",
13550
+ "text": ";"
13551
+ }
13552
+ ],
13553
+ "isReadonly": true,
13554
+ "isOptional": false,
13555
+ "releaseTag": "Public",
13556
+ "name": "webServer",
13557
+ "propertyTypeTokenRange": {
13558
+ "startIndex": 1,
13559
+ "endIndex": 2
13560
+ },
13561
+ "isStatic": false,
13562
+ "isProtected": false,
13563
+ "isAbstract": false
13564
+ },
13565
+ {
13566
+ "kind": "Property",
13567
+ "canonicalReference": "server!GameServer#worlds:member",
13568
+ "docComment": "/**\n * The worlds managed by the game server.\n */\n",
13569
+ "excerptTokens": [
13570
+ {
13571
+ "kind": "Content",
13572
+ "text": "get worlds(): "
13573
+ },
13574
+ {
13575
+ "kind": "Content",
13576
+ "text": "{\n [id: string]: "
13577
+ },
13578
+ {
13579
+ "kind": "Reference",
13580
+ "text": "World",
13581
+ "canonicalReference": "server!World:class"
13582
+ },
13583
+ {
13584
+ "kind": "Content",
13585
+ "text": ";\n }"
13586
+ },
13587
+ {
13588
+ "kind": "Content",
13589
+ "text": ";"
13590
+ }
13591
+ ],
13592
+ "isReadonly": true,
13593
+ "isOptional": false,
13594
+ "releaseTag": "Public",
13595
+ "name": "worlds",
13596
+ "propertyTypeTokenRange": {
13597
+ "startIndex": 1,
13598
+ "endIndex": 4
13599
+ },
13600
+ "isStatic": false,
13601
+ "isProtected": false,
13602
+ "isAbstract": false
13603
+ }
13604
+ ],
13605
+ "implementsTokenRanges": []
13606
+ },
13607
+ {
13608
+ "kind": "Namespace",
13609
+ "canonicalReference": "server!GameServerEventPayload:namespace",
13610
+ "docComment": "/**\n * Payloads for events emitted by a GameServer instance.\n *\n * @public\n */\n",
13611
+ "excerptTokens": [
13612
+ {
13613
+ "kind": "Content",
13614
+ "text": "export declare namespace GameServerEventPayload "
13615
+ }
13616
+ ],
13617
+ "fileUrlPath": "src/GameServer.ts",
13618
+ "releaseTag": "Public",
13619
+ "name": "GameServerEventPayload",
13620
+ "preserveMemberOrder": false,
13621
+ "members": [
13622
+ {
13623
+ "kind": "Interface",
13624
+ "canonicalReference": "server!GameServerEventPayload.Start:interface",
13625
+ "docComment": "",
13626
+ "excerptTokens": [
13627
+ {
13628
+ "kind": "Content",
13629
+ "text": "interface Start "
13630
+ }
13631
+ ],
13632
+ "releaseTag": "Public",
13633
+ "name": "Start",
13634
+ "preserveMemberOrder": false,
13635
+ "members": [
13636
+ {
13637
+ "kind": "PropertySignature",
13638
+ "canonicalReference": "server!GameServerEventPayload.Start#startedAtMs:member",
13639
+ "docComment": "",
13640
+ "excerptTokens": [
13641
+ {
13642
+ "kind": "Content",
13643
+ "text": "startedAtMs: "
13644
+ },
13645
+ {
13646
+ "kind": "Content",
13647
+ "text": "number"
13648
+ },
13649
+ {
13650
+ "kind": "Content",
13651
+ "text": ";"
13652
+ }
13653
+ ],
13654
+ "isReadonly": false,
13655
+ "isOptional": false,
13656
+ "releaseTag": "Public",
13657
+ "name": "startedAtMs",
13658
+ "propertyTypeTokenRange": {
13659
+ "startIndex": 1,
13660
+ "endIndex": 2
13661
+ }
13662
+ }
13663
+ ],
13664
+ "extendsTokenRanges": []
13665
+ },
13666
+ {
13667
+ "kind": "Interface",
13668
+ "canonicalReference": "server!GameServerEventPayload.Stop:interface",
13669
+ "docComment": "",
13670
+ "excerptTokens": [
13671
+ {
13672
+ "kind": "Content",
13673
+ "text": "interface Stop "
13674
+ }
13675
+ ],
13676
+ "releaseTag": "Public",
13677
+ "name": "Stop",
13678
+ "preserveMemberOrder": false,
13679
+ "members": [
13680
+ {
13681
+ "kind": "PropertySignature",
13682
+ "canonicalReference": "server!GameServerEventPayload.Stop#stoppedAtMs:member",
13683
+ "docComment": "",
13684
+ "excerptTokens": [
13685
+ {
13686
+ "kind": "Content",
13687
+ "text": "stoppedAtMs: "
13688
+ },
13689
+ {
13690
+ "kind": "Content",
13691
+ "text": "number"
13692
+ },
13693
+ {
13694
+ "kind": "Content",
13695
+ "text": ";"
13696
+ }
13697
+ ],
13698
+ "isReadonly": false,
13699
+ "isOptional": false,
13700
+ "releaseTag": "Public",
13701
+ "name": "stoppedAtMs",
13702
+ "propertyTypeTokenRange": {
13703
+ "startIndex": 1,
13704
+ "endIndex": 2
13705
+ }
13706
+ }
13707
+ ],
13708
+ "extendsTokenRanges": []
13709
+ }
13710
+ ]
13711
+ },
13712
+ {
13713
+ "kind": "Enum",
13714
+ "canonicalReference": "server!GameServerEventType:enum",
13715
+ "docComment": "/**\n * Event types a GameServer instance can emit.\n *\n * @public\n */\n",
13716
+ "excerptTokens": [
13717
+ {
13718
+ "kind": "Content",
13719
+ "text": "export declare enum GameServerEventType "
13720
+ }
13721
+ ],
13722
+ "fileUrlPath": "src/GameServer.ts",
13723
+ "releaseTag": "Public",
13724
+ "name": "GameServerEventType",
13725
+ "preserveMemberOrder": false,
13726
+ "members": [
13727
+ {
13728
+ "kind": "EnumMember",
13729
+ "canonicalReference": "server!GameServerEventType.START:member",
13730
+ "docComment": "",
13731
+ "excerptTokens": [
13732
+ {
13733
+ "kind": "Content",
13734
+ "text": "START = "
13735
+ },
13736
+ {
13737
+ "kind": "Content",
13738
+ "text": "\"GAMESERVER.START\""
13739
+ }
13740
+ ],
13741
+ "initializerTokenRange": {
13742
+ "startIndex": 1,
13743
+ "endIndex": 2
13744
+ },
13745
+ "releaseTag": "Public",
13746
+ "name": "START"
13747
+ },
13748
+ {
13749
+ "kind": "EnumMember",
13750
+ "canonicalReference": "server!GameServerEventType.STOP:member",
13751
+ "docComment": "",
13752
+ "excerptTokens": [
13753
+ {
13754
+ "kind": "Content",
13755
+ "text": "STOP = "
13756
+ },
13757
+ {
13758
+ "kind": "Content",
13759
+ "text": "\"GAMESERVER.STOP\""
13760
+ }
13761
+ ],
13762
+ "initializerTokenRange": {
13763
+ "startIndex": 1,
13764
+ "endIndex": 2
13765
+ },
13766
+ "releaseTag": "Public",
13767
+ "name": "STOP"
13768
+ }
13769
+ ]
13770
+ },
13771
+ {
13772
+ "kind": "Class",
13773
+ "canonicalReference": "server!Light:class",
13774
+ "docComment": "/**\n * Represents a light in a world. Lights can be point lights or spotlights.\n *\n * @remarks\n *\n * Lights are created directly as instances. They support a variety of configuration options through the {@link LightOptions} constructor argument.\n *\n * @example\n * ```typescript\n * const light = new Light({\n * attachedToEntity: playerEntity,\n * color: { r: 255, g: 0, b: 0 },\n * intensity: 5,\n * offset: { x: 0, y: 1, z: 0 },\n * });\n *\n * light.spawn(world);\n * ```\n *\n * @public\n */\n",
13775
+ "excerptTokens": [
13776
+ {
13777
+ "kind": "Content",
13778
+ "text": "export default class Light implements "
13779
+ },
13780
+ {
13781
+ "kind": "Reference",
13782
+ "text": "protocol.Serializable",
13783
+ "canonicalReference": "@hytopia.com/server-protocol!Serializable:interface"
13784
+ },
13785
+ {
13786
+ "kind": "Content",
13787
+ "text": " "
13788
+ }
13789
+ ],
13790
+ "fileUrlPath": "src/world/lights/Light.ts",
13791
+ "releaseTag": "Public",
13792
+ "isAbstract": false,
13793
+ "name": "Light",
13794
+ "preserveMemberOrder": false,
13795
+ "members": [
13796
+ {
13797
+ "kind": "Constructor",
13798
+ "canonicalReference": "server!Light:constructor(1)",
13799
+ "docComment": "/**\n * Constructs a new instance of the `Light` class\n *\n * @param options - The options for the Light instance.\n */\n",
13800
+ "excerptTokens": [
13801
+ {
13802
+ "kind": "Content",
13803
+ "text": "constructor(options: "
13804
+ },
13805
+ {
13806
+ "kind": "Reference",
13807
+ "text": "LightOptions",
13808
+ "canonicalReference": "server!LightOptions:interface"
13809
+ },
13810
+ {
13811
+ "kind": "Content",
13812
+ "text": ");"
13813
+ }
13814
+ ],
13815
+ "releaseTag": "Public",
13816
+ "isProtected": false,
13817
+ "overloadIndex": 1,
13818
+ "parameters": [
13819
+ {
13820
+ "parameterName": "options",
13821
+ "parameterTypeTokenRange": {
13822
+ "startIndex": 1,
13823
+ "endIndex": 2
13824
+ },
13825
+ "isOptional": false
13826
+ }
13827
+ ]
13828
+ },
13829
+ {
13830
+ "kind": "Property",
13831
+ "canonicalReference": "server!Light#angle:member",
13832
+ "docComment": "/**\n * If type is spotlight, the angle of the spotlight.\n */\n",
13833
+ "excerptTokens": [
13834
+ {
13835
+ "kind": "Content",
13836
+ "text": "get angle(): "
13837
+ },
13838
+ {
13839
+ "kind": "Content",
13840
+ "text": "number | undefined"
13841
+ },
13842
+ {
13843
+ "kind": "Content",
13844
+ "text": ";"
13845
+ }
13846
+ ],
13847
+ "isReadonly": true,
13848
+ "isOptional": false,
13849
+ "releaseTag": "Public",
13850
+ "name": "angle",
13851
+ "propertyTypeTokenRange": {
13852
+ "startIndex": 1,
13853
+ "endIndex": 2
13854
+ },
13855
+ "isStatic": false,
13856
+ "isProtected": false,
13857
+ "isAbstract": false
13858
+ },
13859
+ {
13860
+ "kind": "Property",
13861
+ "canonicalReference": "server!Light#attachedToEntity:member",
13862
+ "docComment": "/**\n * The entity to which the Light is attached if explicitly set.\n */\n",
13863
+ "excerptTokens": [
13864
+ {
13865
+ "kind": "Content",
13866
+ "text": "get attachedToEntity(): "
13867
+ },
13868
+ {
13869
+ "kind": "Reference",
13870
+ "text": "Entity",
13871
+ "canonicalReference": "server!Entity:class"
13872
+ },
13873
+ {
13874
+ "kind": "Content",
13875
+ "text": " | undefined"
13876
+ },
13877
+ {
13878
+ "kind": "Content",
13879
+ "text": ";"
13880
+ }
13881
+ ],
13882
+ "isReadonly": true,
13883
+ "isOptional": false,
13884
+ "releaseTag": "Public",
13885
+ "name": "attachedToEntity",
13886
+ "propertyTypeTokenRange": {
13887
+ "startIndex": 1,
13888
+ "endIndex": 3
13889
+ },
13890
+ "isStatic": false,
13891
+ "isProtected": false,
13892
+ "isAbstract": false
13893
+ },
13894
+ {
13895
+ "kind": "Property",
13896
+ "canonicalReference": "server!Light#color:member",
13897
+ "docComment": "/**\n * The color of the light.\n */\n",
13898
+ "excerptTokens": [
13899
+ {
13900
+ "kind": "Content",
13901
+ "text": "get color(): "
13902
+ },
13903
+ {
13904
+ "kind": "Reference",
13905
+ "text": "RgbColor",
13906
+ "canonicalReference": "server!RgbColor:interface"
13907
+ },
13908
+ {
13909
+ "kind": "Content",
13910
+ "text": ";"
13911
+ }
13912
+ ],
13913
+ "isReadonly": true,
13914
+ "isOptional": false,
13915
+ "releaseTag": "Public",
13916
+ "name": "color",
13917
+ "propertyTypeTokenRange": {
13918
+ "startIndex": 1,
13919
+ "endIndex": 2
13920
+ },
13921
+ "isStatic": false,
13922
+ "isProtected": false,
13923
+ "isAbstract": false
13924
+ },
13925
+ {
13926
+ "kind": "Method",
13927
+ "canonicalReference": "server!Light#despawn:member(1)",
13928
+ "docComment": "/**\n * Despawns the Light from the world.\n */\n",
13929
+ "excerptTokens": [
13930
+ {
13931
+ "kind": "Content",
13932
+ "text": "despawn(): "
13933
+ },
13934
+ {
13935
+ "kind": "Content",
13936
+ "text": "void"
13937
+ },
13938
+ {
13939
+ "kind": "Content",
13940
+ "text": ";"
13941
+ }
13942
+ ],
13943
+ "isStatic": false,
13944
+ "returnTypeTokenRange": {
13945
+ "startIndex": 1,
13946
+ "endIndex": 2
13947
+ },
13948
+ "releaseTag": "Public",
13949
+ "isProtected": false,
13950
+ "overloadIndex": 1,
13951
+ "parameters": [],
13952
+ "isOptional": false,
13953
+ "isAbstract": false,
13954
+ "name": "despawn"
13955
+ },
13956
+ {
13957
+ "kind": "Property",
13958
+ "canonicalReference": "server!Light#distance:member",
13959
+ "docComment": "/**\n * The maximum distance the light will illuminate. 0 does not limit distance. Defaults to 0.\n */\n",
13960
+ "excerptTokens": [
13961
+ {
13962
+ "kind": "Content",
13963
+ "text": "get distance(): "
13964
+ },
13965
+ {
13966
+ "kind": "Content",
13967
+ "text": "number | undefined"
13968
+ },
13969
+ {
13970
+ "kind": "Content",
13971
+ "text": ";"
13972
+ }
13973
+ ],
13974
+ "isReadonly": true,
13975
+ "isOptional": false,
13976
+ "releaseTag": "Public",
13977
+ "name": "distance",
13978
+ "propertyTypeTokenRange": {
13979
+ "startIndex": 1,
13980
+ "endIndex": 2
13981
+ },
13982
+ "isStatic": false,
13983
+ "isProtected": false,
13984
+ "isAbstract": false
13985
+ },
13986
+ {
13987
+ "kind": "Property",
13988
+ "canonicalReference": "server!Light#id:member",
13989
+ "docComment": "/**\n * The unique identifier for the Light.\n */\n",
13990
+ "excerptTokens": [
13991
+ {
13992
+ "kind": "Content",
13993
+ "text": "get id(): "
13994
+ },
13995
+ {
13996
+ "kind": "Content",
13997
+ "text": "number | undefined"
13998
+ },
13999
+ {
14000
+ "kind": "Content",
14001
+ "text": ";"
14002
+ }
14003
+ ],
14004
+ "isReadonly": true,
14005
+ "isOptional": false,
14006
+ "releaseTag": "Public",
14007
+ "name": "id",
14008
+ "propertyTypeTokenRange": {
14009
+ "startIndex": 1,
14010
+ "endIndex": 2
14011
+ },
14012
+ "isStatic": false,
14013
+ "isProtected": false,
14014
+ "isAbstract": false
14015
+ },
14016
+ {
14017
+ "kind": "Property",
14018
+ "canonicalReference": "server!Light#intensity:member",
14019
+ "docComment": "/**\n * The intensity of the light in candela (cd). Defaults to 1\n */\n",
14020
+ "excerptTokens": [
14021
+ {
14022
+ "kind": "Content",
14023
+ "text": "get intensity(): "
14024
+ },
14025
+ {
14026
+ "kind": "Content",
14027
+ "text": "number"
14028
+ },
14029
+ {
14030
+ "kind": "Content",
14031
+ "text": ";"
14032
+ }
14033
+ ],
14034
+ "isReadonly": true,
14035
+ "isOptional": false,
14036
+ "releaseTag": "Public",
14037
+ "name": "intensity",
14038
+ "propertyTypeTokenRange": {
14039
+ "startIndex": 1,
14040
+ "endIndex": 2
14041
+ },
14042
+ "isStatic": false,
14043
+ "isProtected": false,
14044
+ "isAbstract": false
14045
+ },
14046
+ {
14047
+ "kind": "Property",
14048
+ "canonicalReference": "server!Light#isSpawned:member",
14049
+ "docComment": "/**\n * Whether the Light is spawned into the world.\n */\n",
14050
+ "excerptTokens": [
14051
+ {
14052
+ "kind": "Content",
14053
+ "text": "get isSpawned(): "
14054
+ },
14055
+ {
14056
+ "kind": "Content",
14057
+ "text": "boolean"
14058
+ },
14059
+ {
14060
+ "kind": "Content",
14061
+ "text": ";"
14062
+ }
14063
+ ],
14064
+ "isReadonly": true,
14065
+ "isOptional": false,
14066
+ "releaseTag": "Public",
14067
+ "name": "isSpawned",
14068
+ "propertyTypeTokenRange": {
14069
+ "startIndex": 1,
14070
+ "endIndex": 2
14071
+ },
14072
+ "isStatic": false,
14073
+ "isProtected": false,
14074
+ "isAbstract": false
14075
+ },
14076
+ {
14077
+ "kind": "Property",
14078
+ "canonicalReference": "server!Light#offset:member",
14079
+ "docComment": "/**\n * The offset of the light from the attached entity or position.\n */\n",
14080
+ "excerptTokens": [
14081
+ {
14082
+ "kind": "Content",
14083
+ "text": "get offset(): "
14084
+ },
14085
+ {
14086
+ "kind": "Reference",
14087
+ "text": "Vector3Like",
14088
+ "canonicalReference": "server!Vector3Like:interface"
14089
+ },
14090
+ {
14091
+ "kind": "Content",
14092
+ "text": " | undefined"
14093
+ },
14094
+ {
14095
+ "kind": "Content",
14096
+ "text": ";"
14097
+ }
14098
+ ],
14099
+ "isReadonly": true,
14100
+ "isOptional": false,
14101
+ "releaseTag": "Public",
14102
+ "name": "offset",
14103
+ "propertyTypeTokenRange": {
14104
+ "startIndex": 1,
14105
+ "endIndex": 3
14106
+ },
14107
+ "isStatic": false,
14108
+ "isProtected": false,
14109
+ "isAbstract": false
14110
+ },
14111
+ {
14112
+ "kind": "Property",
14113
+ "canonicalReference": "server!Light#penumbra:member",
14114
+ "docComment": "/**\n * If type is spotlight, the penumbra of the spotlight.\n */\n",
14115
+ "excerptTokens": [
14116
+ {
14117
+ "kind": "Content",
14118
+ "text": "get penumbra(): "
14119
+ },
14120
+ {
14121
+ "kind": "Content",
14122
+ "text": "number | undefined"
14123
+ },
14124
+ {
14125
+ "kind": "Content",
14126
+ "text": ";"
14127
+ }
14128
+ ],
14129
+ "isReadonly": true,
14130
+ "isOptional": false,
14131
+ "releaseTag": "Public",
14132
+ "name": "penumbra",
14133
+ "propertyTypeTokenRange": {
14134
+ "startIndex": 1,
14135
+ "endIndex": 2
14136
+ },
14137
+ "isStatic": false,
14138
+ "isProtected": false,
14139
+ "isAbstract": false
14140
+ },
14141
+ {
14142
+ "kind": "Property",
14143
+ "canonicalReference": "server!Light#position:member",
14144
+ "docComment": "/**\n * The position of the light in the world if explicitly set.\n */\n",
14145
+ "excerptTokens": [
14146
+ {
14147
+ "kind": "Content",
14148
+ "text": "get position(): "
14149
+ },
14150
+ {
14151
+ "kind": "Reference",
14152
+ "text": "Vector3Like",
14153
+ "canonicalReference": "server!Vector3Like:interface"
14154
+ },
14155
+ {
14156
+ "kind": "Content",
14157
+ "text": " | undefined"
14158
+ },
14159
+ {
14160
+ "kind": "Content",
14161
+ "text": ";"
14162
+ }
14163
+ ],
14164
+ "isReadonly": true,
14165
+ "isOptional": false,
14166
+ "releaseTag": "Public",
14167
+ "name": "position",
14168
+ "propertyTypeTokenRange": {
14169
+ "startIndex": 1,
14170
+ "endIndex": 3
14171
+ },
14172
+ "isStatic": false,
14173
+ "isProtected": false,
14174
+ "isAbstract": false
14175
+ },
14176
+ {
14177
+ "kind": "Method",
14178
+ "canonicalReference": "server!Light#setAngle:member(1)",
14179
+ "docComment": "/**\n * Sets the angle of the spotlight if the light type is spotlight.\n *\n * @param angle - The angle of the spotlight.\n */\n",
14180
+ "excerptTokens": [
14181
+ {
14182
+ "kind": "Content",
14183
+ "text": "setAngle(angle: "
14184
+ },
14185
+ {
14186
+ "kind": "Content",
14187
+ "text": "number"
14188
+ },
14189
+ {
14190
+ "kind": "Content",
14191
+ "text": "): "
14192
+ },
14193
+ {
14194
+ "kind": "Content",
14195
+ "text": "void"
14196
+ },
14197
+ {
14198
+ "kind": "Content",
14199
+ "text": ";"
14200
+ }
14201
+ ],
14202
+ "isStatic": false,
14203
+ "returnTypeTokenRange": {
14204
+ "startIndex": 3,
14205
+ "endIndex": 4
14206
+ },
14207
+ "releaseTag": "Public",
14208
+ "isProtected": false,
14209
+ "overloadIndex": 1,
14210
+ "parameters": [
14211
+ {
14212
+ "parameterName": "angle",
14213
+ "parameterTypeTokenRange": {
14214
+ "startIndex": 1,
14215
+ "endIndex": 2
14216
+ },
14217
+ "isOptional": false
14218
+ }
14219
+ ],
14220
+ "isOptional": false,
14221
+ "isAbstract": false,
14222
+ "name": "setAngle"
14223
+ },
14224
+ {
14225
+ "kind": "Method",
14226
+ "canonicalReference": "server!Light#setAttachedToEntity:member(1)",
14227
+ "docComment": "/**\n * Sets the entity to which the Light is attached.\n *\n * @param entity - The entity to attach the Light to.\n */\n",
14228
+ "excerptTokens": [
14229
+ {
14230
+ "kind": "Content",
14231
+ "text": "setAttachedToEntity(entity: "
14232
+ },
14233
+ {
14234
+ "kind": "Reference",
14235
+ "text": "Entity",
14236
+ "canonicalReference": "server!Entity:class"
14237
+ },
14238
+ {
14239
+ "kind": "Content",
14240
+ "text": "): "
14241
+ },
14242
+ {
14243
+ "kind": "Content",
14244
+ "text": "void"
14245
+ },
14246
+ {
14247
+ "kind": "Content",
14248
+ "text": ";"
14249
+ }
14250
+ ],
14251
+ "isStatic": false,
14252
+ "returnTypeTokenRange": {
14253
+ "startIndex": 3,
14254
+ "endIndex": 4
14255
+ },
14256
+ "releaseTag": "Public",
14257
+ "isProtected": false,
14258
+ "overloadIndex": 1,
14259
+ "parameters": [
14260
+ {
14261
+ "parameterName": "entity",
14262
+ "parameterTypeTokenRange": {
14263
+ "startIndex": 1,
14264
+ "endIndex": 2
14265
+ },
14266
+ "isOptional": false
14267
+ }
14268
+ ],
14269
+ "isOptional": false,
14270
+ "isAbstract": false,
14271
+ "name": "setAttachedToEntity"
14272
+ },
14273
+ {
14274
+ "kind": "Method",
14275
+ "canonicalReference": "server!Light#setColor:member(1)",
14276
+ "docComment": "/**\n * Sets the color of the light.\n *\n * @param color - The color of the light.\n */\n",
14277
+ "excerptTokens": [
14278
+ {
14279
+ "kind": "Content",
14280
+ "text": "setColor(color: "
14281
+ },
14282
+ {
14283
+ "kind": "Reference",
14284
+ "text": "RgbColor",
14285
+ "canonicalReference": "server!RgbColor:interface"
14286
+ },
14287
+ {
14288
+ "kind": "Content",
14289
+ "text": "): "
14290
+ },
14291
+ {
14292
+ "kind": "Content",
14293
+ "text": "void"
14294
+ },
14295
+ {
14296
+ "kind": "Content",
14297
+ "text": ";"
14298
+ }
14299
+ ],
14300
+ "isStatic": false,
14301
+ "returnTypeTokenRange": {
14302
+ "startIndex": 3,
14303
+ "endIndex": 4
14304
+ },
14305
+ "releaseTag": "Public",
14306
+ "isProtected": false,
14307
+ "overloadIndex": 1,
14308
+ "parameters": [
14309
+ {
14310
+ "parameterName": "color",
14311
+ "parameterTypeTokenRange": {
14312
+ "startIndex": 1,
14313
+ "endIndex": 2
14314
+ },
14315
+ "isOptional": false
14316
+ }
14317
+ ],
14318
+ "isOptional": false,
14319
+ "isAbstract": false,
14320
+ "name": "setColor"
14321
+ },
14322
+ {
14323
+ "kind": "Method",
14324
+ "canonicalReference": "server!Light#setDistance:member(1)",
14325
+ "docComment": "/**\n * Sets the maximum distance the light will illuminate.\n *\n * @param distance - The maximum distance the light will illuminate.\n */\n",
14326
+ "excerptTokens": [
14327
+ {
14328
+ "kind": "Content",
14329
+ "text": "setDistance(distance: "
14330
+ },
14331
+ {
14332
+ "kind": "Content",
14333
+ "text": "number"
14334
+ },
14335
+ {
14336
+ "kind": "Content",
14337
+ "text": "): "
14338
+ },
14339
+ {
14340
+ "kind": "Content",
14341
+ "text": "void"
14342
+ },
14343
+ {
14344
+ "kind": "Content",
14345
+ "text": ";"
14346
+ }
14347
+ ],
14348
+ "isStatic": false,
14349
+ "returnTypeTokenRange": {
14350
+ "startIndex": 3,
14351
+ "endIndex": 4
14352
+ },
14353
+ "releaseTag": "Public",
14354
+ "isProtected": false,
14355
+ "overloadIndex": 1,
14356
+ "parameters": [
14357
+ {
14358
+ "parameterName": "distance",
14359
+ "parameterTypeTokenRange": {
14360
+ "startIndex": 1,
14361
+ "endIndex": 2
14362
+ },
14363
+ "isOptional": false
14364
+ }
14365
+ ],
14366
+ "isOptional": false,
14367
+ "isAbstract": false,
14368
+ "name": "setDistance"
14369
+ },
14370
+ {
14371
+ "kind": "Method",
14372
+ "canonicalReference": "server!Light#setIntensity:member(1)",
14373
+ "docComment": "/**\n * Sets the intensity of the light.\n *\n * @param intensity - The intensity of the light.\n */\n",
14374
+ "excerptTokens": [
14375
+ {
14376
+ "kind": "Content",
14377
+ "text": "setIntensity(intensity: "
14378
+ },
14379
+ {
14380
+ "kind": "Content",
14381
+ "text": "number"
14382
+ },
14383
+ {
14384
+ "kind": "Content",
14385
+ "text": "): "
14386
+ },
14387
+ {
14388
+ "kind": "Content",
14389
+ "text": "void"
14390
+ },
14391
+ {
14392
+ "kind": "Content",
14393
+ "text": ";"
14394
+ }
14395
+ ],
14396
+ "isStatic": false,
14397
+ "returnTypeTokenRange": {
14398
+ "startIndex": 3,
14399
+ "endIndex": 4
14400
+ },
14401
+ "releaseTag": "Public",
14402
+ "isProtected": false,
14403
+ "overloadIndex": 1,
14404
+ "parameters": [
14405
+ {
14406
+ "parameterName": "intensity",
14407
+ "parameterTypeTokenRange": {
14408
+ "startIndex": 1,
14409
+ "endIndex": 2
14410
+ },
14411
+ "isOptional": false
14412
+ }
14413
+ ],
14414
+ "isOptional": false,
14415
+ "isAbstract": false,
14416
+ "name": "setIntensity"
14417
+ },
14418
+ {
14419
+ "kind": "Method",
14420
+ "canonicalReference": "server!Light#setOffset:member(1)",
14421
+ "docComment": "/**\n * Sets the offset of the light from the attached entity or position.\n *\n * @param offset - The offset of the light.\n */\n",
14422
+ "excerptTokens": [
14423
+ {
14424
+ "kind": "Content",
14425
+ "text": "setOffset(offset: "
14426
+ },
14427
+ {
14428
+ "kind": "Reference",
14429
+ "text": "Vector3Like",
14430
+ "canonicalReference": "server!Vector3Like:interface"
14431
+ },
14432
+ {
14433
+ "kind": "Content",
14434
+ "text": "): "
14435
+ },
14436
+ {
14437
+ "kind": "Content",
14438
+ "text": "void"
14439
+ },
14440
+ {
14441
+ "kind": "Content",
14442
+ "text": ";"
14443
+ }
14444
+ ],
14445
+ "isStatic": false,
14446
+ "returnTypeTokenRange": {
14447
+ "startIndex": 3,
14448
+ "endIndex": 4
14449
+ },
14450
+ "releaseTag": "Public",
14451
+ "isProtected": false,
14452
+ "overloadIndex": 1,
14453
+ "parameters": [
14454
+ {
14455
+ "parameterName": "offset",
14456
+ "parameterTypeTokenRange": {
14457
+ "startIndex": 1,
14458
+ "endIndex": 2
14459
+ },
14460
+ "isOptional": false
14461
+ }
14462
+ ],
14463
+ "isOptional": false,
14464
+ "isAbstract": false,
14465
+ "name": "setOffset"
14466
+ },
14467
+ {
14468
+ "kind": "Method",
14469
+ "canonicalReference": "server!Light#setPenumbra:member(1)",
14470
+ "docComment": "/**\n * Sets the penumbra of the spotlight if the light type is spotlight.\n *\n * @param penumbra - The penumbra of the spotlight.\n */\n",
14471
+ "excerptTokens": [
14472
+ {
14473
+ "kind": "Content",
14474
+ "text": "setPenumbra(penumbra: "
14475
+ },
14476
+ {
14477
+ "kind": "Content",
14478
+ "text": "number"
14479
+ },
14480
+ {
14481
+ "kind": "Content",
14482
+ "text": "): "
14483
+ },
14484
+ {
14485
+ "kind": "Content",
14486
+ "text": "void"
14487
+ },
14488
+ {
14489
+ "kind": "Content",
14490
+ "text": ";"
14491
+ }
14492
+ ],
14493
+ "isStatic": false,
14494
+ "returnTypeTokenRange": {
14495
+ "startIndex": 3,
14496
+ "endIndex": 4
14497
+ },
14498
+ "releaseTag": "Public",
14499
+ "isProtected": false,
14500
+ "overloadIndex": 1,
14501
+ "parameters": [
14502
+ {
14503
+ "parameterName": "penumbra",
14504
+ "parameterTypeTokenRange": {
14505
+ "startIndex": 1,
14506
+ "endIndex": 2
14507
+ },
14508
+ "isOptional": false
14509
+ }
14510
+ ],
14511
+ "isOptional": false,
14512
+ "isAbstract": false,
14513
+ "name": "setPenumbra"
14514
+ },
14515
+ {
14516
+ "kind": "Method",
14517
+ "canonicalReference": "server!Light#setPosition:member(1)",
14518
+ "docComment": "/**\n * Sets the position of the light.\n *\n * @param position - The position of the light.\n */\n",
14519
+ "excerptTokens": [
14520
+ {
14521
+ "kind": "Content",
14522
+ "text": "setPosition(position: "
14523
+ },
14524
+ {
14525
+ "kind": "Reference",
14526
+ "text": "Vector3Like",
14527
+ "canonicalReference": "server!Vector3Like:interface"
14528
+ },
14529
+ {
14530
+ "kind": "Content",
14531
+ "text": "): "
14532
+ },
14533
+ {
14534
+ "kind": "Content",
14535
+ "text": "void"
14536
+ },
14537
+ {
14538
+ "kind": "Content",
14539
+ "text": ";"
14540
+ }
14541
+ ],
14542
+ "isStatic": false,
14543
+ "returnTypeTokenRange": {
14544
+ "startIndex": 3,
14545
+ "endIndex": 4
14546
+ },
14547
+ "releaseTag": "Public",
14548
+ "isProtected": false,
14549
+ "overloadIndex": 1,
14550
+ "parameters": [
14551
+ {
14552
+ "parameterName": "position",
14553
+ "parameterTypeTokenRange": {
14554
+ "startIndex": 1,
14555
+ "endIndex": 2
14556
+ },
14557
+ "isOptional": false
14558
+ }
14559
+ ],
14560
+ "isOptional": false,
14561
+ "isAbstract": false,
14562
+ "name": "setPosition"
14563
+ },
14564
+ {
14565
+ "kind": "Method",
14566
+ "canonicalReference": "server!Light#setTrackedEntity:member(1)",
14567
+ "docComment": "/**\n * Sets the entity the spotlight will constantly point at if the light type is spotlight.\n *\n * @param entity - The entity the spotlight will constantly point at.\n */\n",
14568
+ "excerptTokens": [
14569
+ {
14570
+ "kind": "Content",
14571
+ "text": "setTrackedEntity(entity: "
14572
+ },
14573
+ {
14574
+ "kind": "Reference",
14575
+ "text": "Entity",
14576
+ "canonicalReference": "server!Entity:class"
14577
+ },
14578
+ {
14579
+ "kind": "Content",
14580
+ "text": "): "
14581
+ },
14582
+ {
14583
+ "kind": "Content",
14584
+ "text": "void"
14585
+ },
14586
+ {
14587
+ "kind": "Content",
14588
+ "text": ";"
14589
+ }
14590
+ ],
14591
+ "isStatic": false,
14592
+ "returnTypeTokenRange": {
14593
+ "startIndex": 3,
14594
+ "endIndex": 4
14595
+ },
14596
+ "releaseTag": "Public",
14597
+ "isProtected": false,
14598
+ "overloadIndex": 1,
14599
+ "parameters": [
14600
+ {
14601
+ "parameterName": "entity",
14602
+ "parameterTypeTokenRange": {
14603
+ "startIndex": 1,
14604
+ "endIndex": 2
14605
+ },
14606
+ "isOptional": false
14607
+ }
14608
+ ],
14609
+ "isOptional": false,
14610
+ "isAbstract": false,
14611
+ "name": "setTrackedEntity"
14612
+ },
14613
+ {
14614
+ "kind": "Method",
14615
+ "canonicalReference": "server!Light#setTrackedPosition:member(1)",
14616
+ "docComment": "/**\n * Sets the position the spotlight will constantly point at if the light type is spotlight.\n *\n * @param position - The position the spotlight will constantly point at.\n */\n",
14617
+ "excerptTokens": [
14618
+ {
14619
+ "kind": "Content",
14620
+ "text": "setTrackedPosition(position: "
14621
+ },
14622
+ {
14623
+ "kind": "Reference",
14624
+ "text": "Vector3Like",
14625
+ "canonicalReference": "server!Vector3Like:interface"
14626
+ },
14627
+ {
14628
+ "kind": "Content",
14629
+ "text": "): "
14630
+ },
14631
+ {
14632
+ "kind": "Content",
14633
+ "text": "void"
14634
+ },
14635
+ {
14636
+ "kind": "Content",
14637
+ "text": ";"
14638
+ }
14639
+ ],
14640
+ "isStatic": false,
14641
+ "returnTypeTokenRange": {
14642
+ "startIndex": 3,
14643
+ "endIndex": 4
14644
+ },
14645
+ "releaseTag": "Public",
14646
+ "isProtected": false,
14647
+ "overloadIndex": 1,
14648
+ "parameters": [
14649
+ {
14650
+ "parameterName": "position",
14651
+ "parameterTypeTokenRange": {
14652
+ "startIndex": 1,
14653
+ "endIndex": 2
14654
+ },
14655
+ "isOptional": false
14656
+ }
14657
+ ],
14658
+ "isOptional": false,
14659
+ "isAbstract": false,
14660
+ "name": "setTrackedPosition"
14661
+ },
14662
+ {
14663
+ "kind": "Method",
14664
+ "canonicalReference": "server!Light#spawn:member(1)",
14665
+ "docComment": "/**\n * Spawns the Light into the world.\n *\n * @param world - The world to spawn the Light into.\n */\n",
14666
+ "excerptTokens": [
14667
+ {
14668
+ "kind": "Content",
14669
+ "text": "spawn(world: "
14670
+ },
14671
+ {
14672
+ "kind": "Reference",
14673
+ "text": "World",
14674
+ "canonicalReference": "server!World:class"
14675
+ },
14676
+ {
14677
+ "kind": "Content",
14678
+ "text": "): "
14679
+ },
14680
+ {
14681
+ "kind": "Content",
14682
+ "text": "void"
14683
+ },
14684
+ {
14685
+ "kind": "Content",
14686
+ "text": ";"
14687
+ }
14688
+ ],
14689
+ "isStatic": false,
14690
+ "returnTypeTokenRange": {
14691
+ "startIndex": 3,
14692
+ "endIndex": 4
14693
+ },
14694
+ "releaseTag": "Public",
14695
+ "isProtected": false,
14696
+ "overloadIndex": 1,
14697
+ "parameters": [
14698
+ {
14699
+ "parameterName": "world",
14700
+ "parameterTypeTokenRange": {
14701
+ "startIndex": 1,
14702
+ "endIndex": 2
14703
+ },
14704
+ "isOptional": false
14705
+ }
14706
+ ],
14707
+ "isOptional": false,
14708
+ "isAbstract": false,
14709
+ "name": "spawn"
14710
+ },
14711
+ {
14712
+ "kind": "Property",
14713
+ "canonicalReference": "server!Light#trackedEntity:member",
14714
+ "docComment": "/**\n * If type is spotlight, the entity the spotlight will constantly point at.\n */\n",
14715
+ "excerptTokens": [
14716
+ {
14717
+ "kind": "Content",
14718
+ "text": "get trackedEntity(): "
14719
+ },
14720
+ {
14721
+ "kind": "Reference",
14722
+ "text": "Entity",
14723
+ "canonicalReference": "server!Entity:class"
14724
+ },
14725
+ {
14726
+ "kind": "Content",
14727
+ "text": " | undefined"
14728
+ },
14729
+ {
14730
+ "kind": "Content",
14731
+ "text": ";"
14732
+ }
14733
+ ],
14734
+ "isReadonly": true,
14735
+ "isOptional": false,
14736
+ "releaseTag": "Public",
14737
+ "name": "trackedEntity",
14738
+ "propertyTypeTokenRange": {
14739
+ "startIndex": 1,
14740
+ "endIndex": 3
14741
+ },
14742
+ "isStatic": false,
14743
+ "isProtected": false,
14744
+ "isAbstract": false
14745
+ },
14746
+ {
14747
+ "kind": "Property",
14748
+ "canonicalReference": "server!Light#trackedPosition:member",
14749
+ "docComment": "/**\n * If type is spotlight, the position the spotlight will constantly point at.\n */\n",
14750
+ "excerptTokens": [
14751
+ {
14752
+ "kind": "Content",
14753
+ "text": "get trackedPosition(): "
14754
+ },
14755
+ {
14756
+ "kind": "Reference",
14757
+ "text": "Vector3Like",
14758
+ "canonicalReference": "server!Vector3Like:interface"
14759
+ },
14760
+ {
14761
+ "kind": "Content",
14762
+ "text": " | undefined"
14763
+ },
14764
+ {
14765
+ "kind": "Content",
14766
+ "text": ";"
14767
+ }
14768
+ ],
14769
+ "isReadonly": true,
14770
+ "isOptional": false,
14771
+ "releaseTag": "Public",
14772
+ "name": "trackedPosition",
14773
+ "propertyTypeTokenRange": {
14774
+ "startIndex": 1,
14775
+ "endIndex": 3
14776
+ },
14777
+ "isStatic": false,
14778
+ "isProtected": false,
14779
+ "isAbstract": false
14780
+ },
14781
+ {
14782
+ "kind": "Property",
14783
+ "canonicalReference": "server!Light#type:member",
14784
+ "docComment": "/**\n * The type of light. Defaults to point light.\n */\n",
14785
+ "excerptTokens": [
14786
+ {
14787
+ "kind": "Content",
14788
+ "text": "get type(): "
14789
+ },
14790
+ {
14791
+ "kind": "Reference",
14792
+ "text": "LightType",
14793
+ "canonicalReference": "server!LightType:enum"
14794
+ },
14795
+ {
14796
+ "kind": "Content",
14797
+ "text": ";"
14798
+ }
14799
+ ],
14800
+ "isReadonly": true,
14801
+ "isOptional": false,
14802
+ "releaseTag": "Public",
14803
+ "name": "type",
14804
+ "propertyTypeTokenRange": {
14805
+ "startIndex": 1,
14806
+ "endIndex": 2
14807
+ },
14808
+ "isStatic": false,
14809
+ "isProtected": false,
14810
+ "isAbstract": false
14811
+ },
14812
+ {
14813
+ "kind": "Property",
14814
+ "canonicalReference": "server!Light#world:member",
14815
+ "docComment": "/**\n * The world the Light is spawned into.\n */\n",
14816
+ "excerptTokens": [
14817
+ {
14818
+ "kind": "Content",
14819
+ "text": "get world(): "
14820
+ },
14821
+ {
14822
+ "kind": "Reference",
14823
+ "text": "World",
14824
+ "canonicalReference": "server!World:class"
14825
+ },
14826
+ {
14827
+ "kind": "Content",
14828
+ "text": " | undefined"
14829
+ },
14830
+ {
14831
+ "kind": "Content",
14832
+ "text": ";"
14833
+ }
14834
+ ],
14835
+ "isReadonly": true,
14836
+ "isOptional": false,
14837
+ "releaseTag": "Public",
14838
+ "name": "world",
14839
+ "propertyTypeTokenRange": {
14840
+ "startIndex": 1,
14841
+ "endIndex": 3
14842
+ },
14843
+ "isStatic": false,
14844
+ "isProtected": false,
14845
+ "isAbstract": false
14846
+ }
14847
+ ],
14848
+ "implementsTokenRanges": [
14849
+ {
14850
+ "startIndex": 1,
14851
+ "endIndex": 2
14852
+ }
14853
+ ]
14854
+ },
14855
+ {
14856
+ "kind": "Namespace",
14857
+ "canonicalReference": "server!LightEventPayload:namespace",
14858
+ "docComment": "/**\n * Payloads for events a Light instance can emit.\n *\n * @public\n */\n",
14859
+ "excerptTokens": [
14860
+ {
14861
+ "kind": "Content",
14862
+ "text": "export declare namespace LightEventPayload "
14863
+ }
14864
+ ],
14865
+ "fileUrlPath": "src/world/lights/Light.ts",
14866
+ "releaseTag": "Public",
14867
+ "name": "LightEventPayload",
14868
+ "preserveMemberOrder": false,
14869
+ "members": [
14870
+ {
14871
+ "kind": "Interface",
14872
+ "canonicalReference": "server!LightEventPayload.Despawn:interface",
14873
+ "docComment": "",
14874
+ "excerptTokens": [
14875
+ {
14876
+ "kind": "Content",
14877
+ "text": "interface Despawn "
14878
+ }
14879
+ ],
14880
+ "releaseTag": "Public",
14881
+ "name": "Despawn",
14882
+ "preserveMemberOrder": false,
14883
+ "members": [
14884
+ {
14885
+ "kind": "PropertySignature",
14886
+ "canonicalReference": "server!LightEventPayload.Despawn#light:member",
14887
+ "docComment": "",
14888
+ "excerptTokens": [
14889
+ {
14890
+ "kind": "Content",
14891
+ "text": "light: "
14892
+ },
14893
+ {
14894
+ "kind": "Reference",
14895
+ "text": "Light",
14896
+ "canonicalReference": "server!Light:class"
14897
+ },
14898
+ {
14899
+ "kind": "Content",
14900
+ "text": ";"
14901
+ }
14902
+ ],
14903
+ "isReadonly": false,
14904
+ "isOptional": false,
14905
+ "releaseTag": "Public",
14906
+ "name": "light",
14907
+ "propertyTypeTokenRange": {
14908
+ "startIndex": 1,
14909
+ "endIndex": 2
14910
+ }
14911
+ }
14912
+ ],
14913
+ "extendsTokenRanges": []
14914
+ },
14915
+ {
14916
+ "kind": "Interface",
14917
+ "canonicalReference": "server!LightEventPayload.SetAngle:interface",
14918
+ "docComment": "",
14919
+ "excerptTokens": [
14920
+ {
14921
+ "kind": "Content",
14922
+ "text": "interface SetAngle "
14923
+ }
14924
+ ],
14925
+ "releaseTag": "Public",
14926
+ "name": "SetAngle",
14927
+ "preserveMemberOrder": false,
14928
+ "members": [
14929
+ {
14930
+ "kind": "PropertySignature",
14931
+ "canonicalReference": "server!LightEventPayload.SetAngle#angle:member",
14932
+ "docComment": "",
14933
+ "excerptTokens": [
14934
+ {
14935
+ "kind": "Content",
14936
+ "text": "angle: "
14937
+ },
14938
+ {
14939
+ "kind": "Content",
14940
+ "text": "number"
14941
+ },
14942
+ {
14943
+ "kind": "Content",
14944
+ "text": ";"
14945
+ }
14946
+ ],
14947
+ "isReadonly": false,
14948
+ "isOptional": false,
14949
+ "releaseTag": "Public",
14950
+ "name": "angle",
14951
+ "propertyTypeTokenRange": {
14952
+ "startIndex": 1,
14953
+ "endIndex": 2
14954
+ }
14955
+ },
14956
+ {
14957
+ "kind": "PropertySignature",
14958
+ "canonicalReference": "server!LightEventPayload.SetAngle#light:member",
14959
+ "docComment": "",
14960
+ "excerptTokens": [
14961
+ {
14962
+ "kind": "Content",
14963
+ "text": "light: "
14964
+ },
14965
+ {
14966
+ "kind": "Reference",
14967
+ "text": "Light",
14968
+ "canonicalReference": "server!Light:class"
14969
+ },
14970
+ {
14971
+ "kind": "Content",
14972
+ "text": ";"
14973
+ }
14974
+ ],
14975
+ "isReadonly": false,
14976
+ "isOptional": false,
14977
+ "releaseTag": "Public",
14978
+ "name": "light",
14979
+ "propertyTypeTokenRange": {
14980
+ "startIndex": 1,
14981
+ "endIndex": 2
14982
+ }
14983
+ }
14984
+ ],
14985
+ "extendsTokenRanges": []
14986
+ },
14987
+ {
14988
+ "kind": "Interface",
14989
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity:interface",
14990
+ "docComment": "",
14991
+ "excerptTokens": [
14992
+ {
14993
+ "kind": "Content",
14994
+ "text": "interface SetAttachedToEntity "
14995
+ }
14996
+ ],
14997
+ "releaseTag": "Public",
14998
+ "name": "SetAttachedToEntity",
14999
+ "preserveMemberOrder": false,
15000
+ "members": [
15001
+ {
15002
+ "kind": "PropertySignature",
15003
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity#entity:member",
15004
+ "docComment": "",
15005
+ "excerptTokens": [
15006
+ {
15007
+ "kind": "Content",
15008
+ "text": "entity: "
15009
+ },
15010
+ {
15011
+ "kind": "Reference",
15012
+ "text": "Entity",
15013
+ "canonicalReference": "server!Entity:class"
15014
+ },
15015
+ {
15016
+ "kind": "Content",
15017
+ "text": ";"
15018
+ }
15019
+ ],
15020
+ "isReadonly": false,
15021
+ "isOptional": false,
15022
+ "releaseTag": "Public",
15023
+ "name": "entity",
15024
+ "propertyTypeTokenRange": {
15025
+ "startIndex": 1,
15026
+ "endIndex": 2
15027
+ }
15028
+ },
15029
+ {
15030
+ "kind": "PropertySignature",
15031
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity#light:member",
15032
+ "docComment": "",
15033
+ "excerptTokens": [
15034
+ {
15035
+ "kind": "Content",
15036
+ "text": "light: "
15037
+ },
15038
+ {
15039
+ "kind": "Reference",
15040
+ "text": "Light",
15041
+ "canonicalReference": "server!Light:class"
15042
+ },
15043
+ {
15044
+ "kind": "Content",
15045
+ "text": ";"
15046
+ }
15047
+ ],
15048
+ "isReadonly": false,
15049
+ "isOptional": false,
15050
+ "releaseTag": "Public",
15051
+ "name": "light",
15052
+ "propertyTypeTokenRange": {
15053
+ "startIndex": 1,
15054
+ "endIndex": 2
15055
+ }
15056
+ }
15057
+ ],
15058
+ "extendsTokenRanges": []
15059
+ },
15060
+ {
15061
+ "kind": "Interface",
15062
+ "canonicalReference": "server!LightEventPayload.SetColor:interface",
15063
+ "docComment": "",
15064
+ "excerptTokens": [
15065
+ {
15066
+ "kind": "Content",
15067
+ "text": "interface SetColor "
15068
+ }
15069
+ ],
15070
+ "releaseTag": "Public",
15071
+ "name": "SetColor",
15072
+ "preserveMemberOrder": false,
15073
+ "members": [
15074
+ {
15075
+ "kind": "PropertySignature",
15076
+ "canonicalReference": "server!LightEventPayload.SetColor#color:member",
15077
+ "docComment": "",
15078
+ "excerptTokens": [
15079
+ {
15080
+ "kind": "Content",
15081
+ "text": "color: "
15082
+ },
15083
+ {
15084
+ "kind": "Reference",
15085
+ "text": "RgbColor",
15086
+ "canonicalReference": "server!RgbColor:interface"
15087
+ },
15088
+ {
15089
+ "kind": "Content",
15090
+ "text": ";"
15091
+ }
15092
+ ],
15093
+ "isReadonly": false,
15094
+ "isOptional": false,
15095
+ "releaseTag": "Public",
15096
+ "name": "color",
15097
+ "propertyTypeTokenRange": {
15098
+ "startIndex": 1,
15099
+ "endIndex": 2
15100
+ }
15101
+ },
15102
+ {
15103
+ "kind": "PropertySignature",
15104
+ "canonicalReference": "server!LightEventPayload.SetColor#light:member",
15105
+ "docComment": "",
15106
+ "excerptTokens": [
15107
+ {
15108
+ "kind": "Content",
15109
+ "text": "light: "
15110
+ },
15111
+ {
15112
+ "kind": "Reference",
15113
+ "text": "Light",
15114
+ "canonicalReference": "server!Light:class"
15115
+ },
15116
+ {
15117
+ "kind": "Content",
15118
+ "text": ";"
15119
+ }
15120
+ ],
15121
+ "isReadonly": false,
15122
+ "isOptional": false,
15123
+ "releaseTag": "Public",
15124
+ "name": "light",
15125
+ "propertyTypeTokenRange": {
15126
+ "startIndex": 1,
15127
+ "endIndex": 2
15128
+ }
15129
+ }
15130
+ ],
15131
+ "extendsTokenRanges": []
15132
+ },
15133
+ {
15134
+ "kind": "Interface",
15135
+ "canonicalReference": "server!LightEventPayload.SetDistance:interface",
15136
+ "docComment": "",
15137
+ "excerptTokens": [
15138
+ {
15139
+ "kind": "Content",
15140
+ "text": "interface SetDistance "
15141
+ }
15142
+ ],
15143
+ "releaseTag": "Public",
15144
+ "name": "SetDistance",
15145
+ "preserveMemberOrder": false,
15146
+ "members": [
15147
+ {
15148
+ "kind": "PropertySignature",
15149
+ "canonicalReference": "server!LightEventPayload.SetDistance#distance:member",
15150
+ "docComment": "",
15151
+ "excerptTokens": [
15152
+ {
15153
+ "kind": "Content",
15154
+ "text": "distance: "
15155
+ },
15156
+ {
15157
+ "kind": "Content",
15158
+ "text": "number"
15159
+ },
15160
+ {
15161
+ "kind": "Content",
15162
+ "text": ";"
15163
+ }
15164
+ ],
15165
+ "isReadonly": false,
15166
+ "isOptional": false,
15167
+ "releaseTag": "Public",
15168
+ "name": "distance",
15169
+ "propertyTypeTokenRange": {
15170
+ "startIndex": 1,
15171
+ "endIndex": 2
15172
+ }
15173
+ },
15174
+ {
15175
+ "kind": "PropertySignature",
15176
+ "canonicalReference": "server!LightEventPayload.SetDistance#light:member",
15177
+ "docComment": "",
15178
+ "excerptTokens": [
15179
+ {
15180
+ "kind": "Content",
15181
+ "text": "light: "
15182
+ },
15183
+ {
15184
+ "kind": "Reference",
15185
+ "text": "Light",
15186
+ "canonicalReference": "server!Light:class"
15187
+ },
15188
+ {
15189
+ "kind": "Content",
15190
+ "text": ";"
15191
+ }
15192
+ ],
15193
+ "isReadonly": false,
15194
+ "isOptional": false,
15195
+ "releaseTag": "Public",
15196
+ "name": "light",
15197
+ "propertyTypeTokenRange": {
15198
+ "startIndex": 1,
15199
+ "endIndex": 2
15200
+ }
15201
+ }
15202
+ ],
15203
+ "extendsTokenRanges": []
15204
+ },
15205
+ {
15206
+ "kind": "Interface",
15207
+ "canonicalReference": "server!LightEventPayload.SetIntensity:interface",
15208
+ "docComment": "",
15209
+ "excerptTokens": [
15210
+ {
15211
+ "kind": "Content",
15212
+ "text": "interface SetIntensity "
15213
+ }
15214
+ ],
15215
+ "releaseTag": "Public",
15216
+ "name": "SetIntensity",
15217
+ "preserveMemberOrder": false,
15218
+ "members": [
15219
+ {
15220
+ "kind": "PropertySignature",
15221
+ "canonicalReference": "server!LightEventPayload.SetIntensity#intensity:member",
15222
+ "docComment": "",
15223
+ "excerptTokens": [
15224
+ {
15225
+ "kind": "Content",
15226
+ "text": "intensity: "
15227
+ },
15228
+ {
15229
+ "kind": "Content",
15230
+ "text": "number"
15231
+ },
15232
+ {
15233
+ "kind": "Content",
15234
+ "text": ";"
15235
+ }
15236
+ ],
15237
+ "isReadonly": false,
15238
+ "isOptional": false,
15239
+ "releaseTag": "Public",
15240
+ "name": "intensity",
15241
+ "propertyTypeTokenRange": {
15242
+ "startIndex": 1,
15243
+ "endIndex": 2
15244
+ }
15245
+ },
15246
+ {
15247
+ "kind": "PropertySignature",
15248
+ "canonicalReference": "server!LightEventPayload.SetIntensity#light:member",
15249
+ "docComment": "",
15250
+ "excerptTokens": [
15251
+ {
15252
+ "kind": "Content",
15253
+ "text": "light: "
15254
+ },
15255
+ {
15256
+ "kind": "Reference",
15257
+ "text": "Light",
15258
+ "canonicalReference": "server!Light:class"
15259
+ },
15260
+ {
15261
+ "kind": "Content",
15262
+ "text": ";"
15263
+ }
15264
+ ],
15265
+ "isReadonly": false,
15266
+ "isOptional": false,
15267
+ "releaseTag": "Public",
15268
+ "name": "light",
15269
+ "propertyTypeTokenRange": {
15270
+ "startIndex": 1,
15271
+ "endIndex": 2
15272
+ }
15273
+ }
15274
+ ],
15275
+ "extendsTokenRanges": []
15276
+ },
15277
+ {
15278
+ "kind": "Interface",
15279
+ "canonicalReference": "server!LightEventPayload.SetOffset:interface",
15280
+ "docComment": "",
15281
+ "excerptTokens": [
15282
+ {
15283
+ "kind": "Content",
15284
+ "text": "interface SetOffset "
15285
+ }
15286
+ ],
15287
+ "releaseTag": "Public",
15288
+ "name": "SetOffset",
15289
+ "preserveMemberOrder": false,
15290
+ "members": [
15291
+ {
15292
+ "kind": "PropertySignature",
15293
+ "canonicalReference": "server!LightEventPayload.SetOffset#light:member",
15294
+ "docComment": "",
15295
+ "excerptTokens": [
15296
+ {
15297
+ "kind": "Content",
15298
+ "text": "light: "
15299
+ },
15300
+ {
15301
+ "kind": "Reference",
15302
+ "text": "Light",
15303
+ "canonicalReference": "server!Light:class"
15304
+ },
15305
+ {
15306
+ "kind": "Content",
15307
+ "text": ";"
15308
+ }
15309
+ ],
15310
+ "isReadonly": false,
15311
+ "isOptional": false,
15312
+ "releaseTag": "Public",
15313
+ "name": "light",
15314
+ "propertyTypeTokenRange": {
15315
+ "startIndex": 1,
15316
+ "endIndex": 2
15317
+ }
15318
+ },
15319
+ {
15320
+ "kind": "PropertySignature",
15321
+ "canonicalReference": "server!LightEventPayload.SetOffset#offset:member",
15322
+ "docComment": "",
15323
+ "excerptTokens": [
15324
+ {
15325
+ "kind": "Content",
15326
+ "text": "offset: "
15327
+ },
15328
+ {
15329
+ "kind": "Reference",
15330
+ "text": "Vector3Like",
15331
+ "canonicalReference": "server!Vector3Like:interface"
15332
+ },
15333
+ {
15334
+ "kind": "Content",
15335
+ "text": ";"
15336
+ }
15337
+ ],
15338
+ "isReadonly": false,
15339
+ "isOptional": false,
15340
+ "releaseTag": "Public",
15341
+ "name": "offset",
15342
+ "propertyTypeTokenRange": {
15343
+ "startIndex": 1,
15344
+ "endIndex": 2
15345
+ }
15346
+ }
15347
+ ],
15348
+ "extendsTokenRanges": []
15349
+ },
15350
+ {
15351
+ "kind": "Interface",
15352
+ "canonicalReference": "server!LightEventPayload.SetPenumbra:interface",
15353
+ "docComment": "",
15354
+ "excerptTokens": [
15355
+ {
15356
+ "kind": "Content",
15357
+ "text": "interface SetPenumbra "
15358
+ }
15359
+ ],
15360
+ "releaseTag": "Public",
15361
+ "name": "SetPenumbra",
15362
+ "preserveMemberOrder": false,
15363
+ "members": [
15364
+ {
15365
+ "kind": "PropertySignature",
15366
+ "canonicalReference": "server!LightEventPayload.SetPenumbra#light:member",
15367
+ "docComment": "",
15368
+ "excerptTokens": [
15369
+ {
15370
+ "kind": "Content",
15371
+ "text": "light: "
15372
+ },
15373
+ {
15374
+ "kind": "Reference",
15375
+ "text": "Light",
15376
+ "canonicalReference": "server!Light:class"
15377
+ },
15378
+ {
15379
+ "kind": "Content",
15380
+ "text": ";"
15381
+ }
15382
+ ],
15383
+ "isReadonly": false,
15384
+ "isOptional": false,
15385
+ "releaseTag": "Public",
15386
+ "name": "light",
15387
+ "propertyTypeTokenRange": {
15388
+ "startIndex": 1,
15389
+ "endIndex": 2
15390
+ }
15391
+ },
15392
+ {
15393
+ "kind": "PropertySignature",
15394
+ "canonicalReference": "server!LightEventPayload.SetPenumbra#penumbra:member",
15395
+ "docComment": "",
15396
+ "excerptTokens": [
15397
+ {
15398
+ "kind": "Content",
15399
+ "text": "penumbra: "
15400
+ },
15401
+ {
15402
+ "kind": "Content",
15403
+ "text": "number"
15404
+ },
15405
+ {
15406
+ "kind": "Content",
15407
+ "text": ";"
15408
+ }
15409
+ ],
15410
+ "isReadonly": false,
15411
+ "isOptional": false,
15412
+ "releaseTag": "Public",
15413
+ "name": "penumbra",
15414
+ "propertyTypeTokenRange": {
15415
+ "startIndex": 1,
15416
+ "endIndex": 2
15417
+ }
15418
+ }
15419
+ ],
15420
+ "extendsTokenRanges": []
15421
+ },
15422
+ {
15423
+ "kind": "Interface",
15424
+ "canonicalReference": "server!LightEventPayload.SetPosition:interface",
15425
+ "docComment": "",
15426
+ "excerptTokens": [
15427
+ {
15428
+ "kind": "Content",
15429
+ "text": "interface SetPosition "
15430
+ }
15431
+ ],
15432
+ "releaseTag": "Public",
15433
+ "name": "SetPosition",
15434
+ "preserveMemberOrder": false,
15435
+ "members": [
15436
+ {
15437
+ "kind": "PropertySignature",
15438
+ "canonicalReference": "server!LightEventPayload.SetPosition#light:member",
15439
+ "docComment": "",
15440
+ "excerptTokens": [
15441
+ {
15442
+ "kind": "Content",
15443
+ "text": "light: "
15444
+ },
15445
+ {
15446
+ "kind": "Reference",
15447
+ "text": "Light",
15448
+ "canonicalReference": "server!Light:class"
15449
+ },
15450
+ {
15451
+ "kind": "Content",
15452
+ "text": ";"
15453
+ }
15454
+ ],
15455
+ "isReadonly": false,
15456
+ "isOptional": false,
15457
+ "releaseTag": "Public",
15458
+ "name": "light",
15459
+ "propertyTypeTokenRange": {
15460
+ "startIndex": 1,
15461
+ "endIndex": 2
15462
+ }
15463
+ },
15464
+ {
15465
+ "kind": "PropertySignature",
15466
+ "canonicalReference": "server!LightEventPayload.SetPosition#position:member",
15467
+ "docComment": "",
15468
+ "excerptTokens": [
15469
+ {
15470
+ "kind": "Content",
15471
+ "text": "position: "
15472
+ },
15473
+ {
15474
+ "kind": "Reference",
15475
+ "text": "Vector3Like",
15476
+ "canonicalReference": "server!Vector3Like:interface"
15477
+ },
15478
+ {
15479
+ "kind": "Content",
15480
+ "text": ";"
15481
+ }
15482
+ ],
15483
+ "isReadonly": false,
15484
+ "isOptional": false,
15485
+ "releaseTag": "Public",
15486
+ "name": "position",
15487
+ "propertyTypeTokenRange": {
15488
+ "startIndex": 1,
15489
+ "endIndex": 2
15490
+ }
15491
+ }
15492
+ ],
15493
+ "extendsTokenRanges": []
15494
+ },
15495
+ {
15496
+ "kind": "Interface",
15497
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity:interface",
15498
+ "docComment": "",
15499
+ "excerptTokens": [
15500
+ {
15501
+ "kind": "Content",
15502
+ "text": "interface SetTrackedEntity "
15503
+ }
15504
+ ],
15505
+ "releaseTag": "Public",
15506
+ "name": "SetTrackedEntity",
15507
+ "preserveMemberOrder": false,
15508
+ "members": [
15509
+ {
15510
+ "kind": "PropertySignature",
15511
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity#entity:member",
15512
+ "docComment": "",
15513
+ "excerptTokens": [
15514
+ {
15515
+ "kind": "Content",
15516
+ "text": "entity: "
15517
+ },
15518
+ {
15519
+ "kind": "Reference",
15520
+ "text": "Entity",
15521
+ "canonicalReference": "server!Entity:class"
15522
+ },
15523
+ {
15524
+ "kind": "Content",
15525
+ "text": ";"
15526
+ }
15527
+ ],
15528
+ "isReadonly": false,
15529
+ "isOptional": false,
15530
+ "releaseTag": "Public",
15531
+ "name": "entity",
15532
+ "propertyTypeTokenRange": {
15533
+ "startIndex": 1,
15534
+ "endIndex": 2
15535
+ }
15536
+ },
15537
+ {
15538
+ "kind": "PropertySignature",
15539
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity#light:member",
15540
+ "docComment": "",
15541
+ "excerptTokens": [
15542
+ {
15543
+ "kind": "Content",
15544
+ "text": "light: "
15545
+ },
15546
+ {
15547
+ "kind": "Reference",
15548
+ "text": "Light",
15549
+ "canonicalReference": "server!Light:class"
15550
+ },
15551
+ {
15552
+ "kind": "Content",
15553
+ "text": ";"
15554
+ }
15555
+ ],
15556
+ "isReadonly": false,
15557
+ "isOptional": false,
15558
+ "releaseTag": "Public",
15559
+ "name": "light",
15560
+ "propertyTypeTokenRange": {
15561
+ "startIndex": 1,
15562
+ "endIndex": 2
15563
+ }
15564
+ }
15565
+ ],
15566
+ "extendsTokenRanges": []
15567
+ },
15568
+ {
15569
+ "kind": "Interface",
15570
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition:interface",
15571
+ "docComment": "",
15572
+ "excerptTokens": [
15573
+ {
15574
+ "kind": "Content",
15575
+ "text": "interface SetTrackedPosition "
15576
+ }
15577
+ ],
15578
+ "releaseTag": "Public",
15579
+ "name": "SetTrackedPosition",
15580
+ "preserveMemberOrder": false,
15581
+ "members": [
15582
+ {
15583
+ "kind": "PropertySignature",
15584
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition#light:member",
15585
+ "docComment": "",
15586
+ "excerptTokens": [
15587
+ {
15588
+ "kind": "Content",
15589
+ "text": "light: "
15590
+ },
15591
+ {
15592
+ "kind": "Reference",
15593
+ "text": "Light",
15594
+ "canonicalReference": "server!Light:class"
15595
+ },
15596
+ {
15597
+ "kind": "Content",
15598
+ "text": ";"
15599
+ }
15600
+ ],
15601
+ "isReadonly": false,
15602
+ "isOptional": false,
15603
+ "releaseTag": "Public",
15604
+ "name": "light",
15605
+ "propertyTypeTokenRange": {
15606
+ "startIndex": 1,
15607
+ "endIndex": 2
15608
+ }
15609
+ },
15610
+ {
15611
+ "kind": "PropertySignature",
15612
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition#position:member",
15613
+ "docComment": "",
15614
+ "excerptTokens": [
15615
+ {
15616
+ "kind": "Content",
15617
+ "text": "position: "
15618
+ },
15619
+ {
15620
+ "kind": "Reference",
15621
+ "text": "Vector3Like",
15622
+ "canonicalReference": "server!Vector3Like:interface"
15623
+ },
15624
+ {
15625
+ "kind": "Content",
15626
+ "text": ";"
15627
+ }
15628
+ ],
15629
+ "isReadonly": false,
15630
+ "isOptional": false,
15631
+ "releaseTag": "Public",
15632
+ "name": "position",
15633
+ "propertyTypeTokenRange": {
15634
+ "startIndex": 1,
15635
+ "endIndex": 2
15636
+ }
15637
+ }
15638
+ ],
15639
+ "extendsTokenRanges": []
15640
+ },
15641
+ {
15642
+ "kind": "Interface",
15643
+ "canonicalReference": "server!LightEventPayload.Spawn:interface",
15644
+ "docComment": "",
15645
+ "excerptTokens": [
15646
+ {
15647
+ "kind": "Content",
15648
+ "text": "interface Spawn "
15649
+ }
15650
+ ],
15651
+ "releaseTag": "Public",
15652
+ "name": "Spawn",
15653
+ "preserveMemberOrder": false,
15654
+ "members": [
15655
+ {
15656
+ "kind": "PropertySignature",
15657
+ "canonicalReference": "server!LightEventPayload.Spawn#light:member",
15658
+ "docComment": "",
15659
+ "excerptTokens": [
15660
+ {
15661
+ "kind": "Content",
15662
+ "text": "light: "
15663
+ },
15664
+ {
15665
+ "kind": "Reference",
15666
+ "text": "Light",
15667
+ "canonicalReference": "server!Light:class"
15668
+ },
15669
+ {
15670
+ "kind": "Content",
15671
+ "text": ";"
15672
+ }
15673
+ ],
15674
+ "isReadonly": false,
15675
+ "isOptional": false,
15676
+ "releaseTag": "Public",
15677
+ "name": "light",
15678
+ "propertyTypeTokenRange": {
15679
+ "startIndex": 1,
15680
+ "endIndex": 2
15681
+ }
15682
+ }
15683
+ ],
15684
+ "extendsTokenRanges": []
15685
+ }
15686
+ ]
15687
+ },
15688
+ {
15689
+ "kind": "Enum",
15690
+ "canonicalReference": "server!LightEventType:enum",
15691
+ "docComment": "/**\n * Event types a Light instance can emit.\n *\n * @public\n */\n",
15692
+ "excerptTokens": [
15693
+ {
15694
+ "kind": "Content",
15695
+ "text": "export declare enum LightEventType "
15696
+ }
15697
+ ],
15698
+ "fileUrlPath": "src/world/lights/Light.ts",
15699
+ "releaseTag": "Public",
15700
+ "name": "LightEventType",
15701
+ "preserveMemberOrder": false,
15702
+ "members": [
15703
+ {
15704
+ "kind": "EnumMember",
15705
+ "canonicalReference": "server!LightEventType.DESPAWN:member",
15706
+ "docComment": "",
15707
+ "excerptTokens": [
15708
+ {
15709
+ "kind": "Content",
15710
+ "text": "DESPAWN = "
15711
+ },
15712
+ {
15713
+ "kind": "Content",
15714
+ "text": "\"LIGHT.DESPAWN\""
15715
+ }
15716
+ ],
15717
+ "initializerTokenRange": {
15718
+ "startIndex": 1,
15719
+ "endIndex": 2
15720
+ },
15721
+ "releaseTag": "Public",
15722
+ "name": "DESPAWN"
15723
+ },
15724
+ {
15725
+ "kind": "EnumMember",
15726
+ "canonicalReference": "server!LightEventType.SET_ANGLE:member",
15727
+ "docComment": "",
15728
+ "excerptTokens": [
15729
+ {
15730
+ "kind": "Content",
15731
+ "text": "SET_ANGLE = "
15732
+ },
15733
+ {
15734
+ "kind": "Content",
15735
+ "text": "\"LIGHT.SET_ANGLE\""
15736
+ }
15737
+ ],
15738
+ "initializerTokenRange": {
15739
+ "startIndex": 1,
15740
+ "endIndex": 2
15741
+ },
15742
+ "releaseTag": "Public",
15743
+ "name": "SET_ANGLE"
15744
+ },
15745
+ {
15746
+ "kind": "EnumMember",
15747
+ "canonicalReference": "server!LightEventType.SET_ATTACHED_TO_ENTITY:member",
15748
+ "docComment": "",
15749
+ "excerptTokens": [
15750
+ {
15751
+ "kind": "Content",
15752
+ "text": "SET_ATTACHED_TO_ENTITY = "
15753
+ },
15754
+ {
15755
+ "kind": "Content",
15756
+ "text": "\"LIGHT.SET_ATTACHED_TO_ENTITY\""
15757
+ }
15758
+ ],
15759
+ "initializerTokenRange": {
15760
+ "startIndex": 1,
15761
+ "endIndex": 2
15762
+ },
15763
+ "releaseTag": "Public",
15764
+ "name": "SET_ATTACHED_TO_ENTITY"
15765
+ },
15766
+ {
15767
+ "kind": "EnumMember",
15768
+ "canonicalReference": "server!LightEventType.SET_COLOR:member",
15769
+ "docComment": "",
15770
+ "excerptTokens": [
15771
+ {
15772
+ "kind": "Content",
15773
+ "text": "SET_COLOR = "
15774
+ },
15775
+ {
15776
+ "kind": "Content",
15777
+ "text": "\"LIGHT.SET_COLOR\""
15778
+ }
15779
+ ],
15780
+ "initializerTokenRange": {
15781
+ "startIndex": 1,
15782
+ "endIndex": 2
15783
+ },
15784
+ "releaseTag": "Public",
15785
+ "name": "SET_COLOR"
15786
+ },
15787
+ {
15788
+ "kind": "EnumMember",
15789
+ "canonicalReference": "server!LightEventType.SET_DISTANCE:member",
15790
+ "docComment": "",
15791
+ "excerptTokens": [
15792
+ {
15793
+ "kind": "Content",
15794
+ "text": "SET_DISTANCE = "
15795
+ },
15796
+ {
15797
+ "kind": "Content",
15798
+ "text": "\"LIGHT.SET_DISTANCE\""
15799
+ }
15800
+ ],
15801
+ "initializerTokenRange": {
15802
+ "startIndex": 1,
15803
+ "endIndex": 2
15804
+ },
15805
+ "releaseTag": "Public",
15806
+ "name": "SET_DISTANCE"
15807
+ },
15808
+ {
15809
+ "kind": "EnumMember",
15810
+ "canonicalReference": "server!LightEventType.SET_INTENSITY:member",
15811
+ "docComment": "",
15812
+ "excerptTokens": [
15813
+ {
15814
+ "kind": "Content",
15815
+ "text": "SET_INTENSITY = "
15816
+ },
15817
+ {
15818
+ "kind": "Content",
15819
+ "text": "\"LIGHT.SET_INTENSITY\""
15820
+ }
15821
+ ],
15822
+ "initializerTokenRange": {
15823
+ "startIndex": 1,
15824
+ "endIndex": 2
15825
+ },
15826
+ "releaseTag": "Public",
15827
+ "name": "SET_INTENSITY"
15828
+ },
15829
+ {
15830
+ "kind": "EnumMember",
15831
+ "canonicalReference": "server!LightEventType.SET_OFFSET:member",
15832
+ "docComment": "",
15833
+ "excerptTokens": [
15834
+ {
15835
+ "kind": "Content",
15836
+ "text": "SET_OFFSET = "
15837
+ },
15838
+ {
15839
+ "kind": "Content",
15840
+ "text": "\"LIGHT.SET_OFFSET\""
15841
+ }
15842
+ ],
15843
+ "initializerTokenRange": {
15844
+ "startIndex": 1,
15845
+ "endIndex": 2
15846
+ },
15847
+ "releaseTag": "Public",
15848
+ "name": "SET_OFFSET"
15849
+ },
15850
+ {
15851
+ "kind": "EnumMember",
15852
+ "canonicalReference": "server!LightEventType.SET_PENUMBRA:member",
15853
+ "docComment": "",
15854
+ "excerptTokens": [
15855
+ {
15856
+ "kind": "Content",
15857
+ "text": "SET_PENUMBRA = "
15858
+ },
15859
+ {
15860
+ "kind": "Content",
15861
+ "text": "\"LIGHT.SET_PENUMBRA\""
15862
+ }
15863
+ ],
15864
+ "initializerTokenRange": {
15865
+ "startIndex": 1,
15866
+ "endIndex": 2
15867
+ },
15868
+ "releaseTag": "Public",
15869
+ "name": "SET_PENUMBRA"
15870
+ },
15871
+ {
15872
+ "kind": "EnumMember",
15873
+ "canonicalReference": "server!LightEventType.SET_POSITION:member",
15874
+ "docComment": "",
15875
+ "excerptTokens": [
15876
+ {
15877
+ "kind": "Content",
15878
+ "text": "SET_POSITION = "
15879
+ },
15880
+ {
15881
+ "kind": "Content",
15882
+ "text": "\"LIGHT.SET_POSITION\""
15883
+ }
15884
+ ],
15885
+ "initializerTokenRange": {
15886
+ "startIndex": 1,
15887
+ "endIndex": 2
15888
+ },
15889
+ "releaseTag": "Public",
15890
+ "name": "SET_POSITION"
15891
+ },
15892
+ {
15893
+ "kind": "EnumMember",
15894
+ "canonicalReference": "server!LightEventType.SET_TRACKED_ENTITY:member",
15895
+ "docComment": "",
15896
+ "excerptTokens": [
15897
+ {
15898
+ "kind": "Content",
15899
+ "text": "SET_TRACKED_ENTITY = "
15900
+ },
15901
+ {
15902
+ "kind": "Content",
15903
+ "text": "\"LIGHT.SET_TRACKED_ENTITY\""
15904
+ }
15905
+ ],
15906
+ "initializerTokenRange": {
15907
+ "startIndex": 1,
15908
+ "endIndex": 2
15909
+ },
15910
+ "releaseTag": "Public",
15911
+ "name": "SET_TRACKED_ENTITY"
15912
+ },
15913
+ {
15914
+ "kind": "EnumMember",
15915
+ "canonicalReference": "server!LightEventType.SET_TRACKED_POSITION:member",
15916
+ "docComment": "",
15917
+ "excerptTokens": [
15918
+ {
15919
+ "kind": "Content",
15920
+ "text": "SET_TRACKED_POSITION = "
15921
+ },
15922
+ {
15923
+ "kind": "Content",
15924
+ "text": "\"LIGHT.SET_TRACKED_POSITION\""
15925
+ }
15926
+ ],
15927
+ "initializerTokenRange": {
15928
+ "startIndex": 1,
15929
+ "endIndex": 2
15930
+ },
15931
+ "releaseTag": "Public",
15932
+ "name": "SET_TRACKED_POSITION"
15933
+ },
15934
+ {
15935
+ "kind": "EnumMember",
15936
+ "canonicalReference": "server!LightEventType.SET_TYPE:member",
15937
+ "docComment": "",
15938
+ "excerptTokens": [
15939
+ {
15940
+ "kind": "Content",
15941
+ "text": "SET_TYPE = "
15942
+ },
15943
+ {
15944
+ "kind": "Content",
15945
+ "text": "\"LIGHT.SET_TYPE\""
15946
+ }
15947
+ ],
15948
+ "initializerTokenRange": {
15949
+ "startIndex": 1,
15950
+ "endIndex": 2
15951
+ },
15952
+ "releaseTag": "Public",
15953
+ "name": "SET_TYPE"
15954
+ },
15955
+ {
15956
+ "kind": "EnumMember",
15957
+ "canonicalReference": "server!LightEventType.SPAWN:member",
15958
+ "docComment": "",
15959
+ "excerptTokens": [
15960
+ {
15961
+ "kind": "Content",
15962
+ "text": "SPAWN = "
15963
+ },
15964
+ {
15965
+ "kind": "Content",
15966
+ "text": "\"LIGHT.SPAWN\""
15967
+ }
15968
+ ],
15969
+ "initializerTokenRange": {
15970
+ "startIndex": 1,
15971
+ "endIndex": 2
15972
+ },
15973
+ "releaseTag": "Public",
15974
+ "name": "SPAWN"
15975
+ }
15976
+ ]
15977
+ },
15978
+ {
15979
+ "kind": "Class",
15980
+ "canonicalReference": "server!LightManager:class",
15981
+ "docComment": "/**\n * Manages Light instances in a world.\n *\n * @remarks\n *\n * The LightManager is created internally as a singleton for each {@link World} instance in a game server. It allows retrieval of all loaded Light instances, entity attached Light instances, and more.\n *\n * The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the `LightManager` class.\n *\n * @public\n */\n",
15982
+ "excerptTokens": [
15983
+ {
15984
+ "kind": "Content",
15985
+ "text": "export default class LightManager "
15986
+ }
15987
+ ],
15988
+ "fileUrlPath": "src/world/lights/LightManager.ts",
15989
+ "releaseTag": "Public",
15990
+ "isAbstract": false,
15991
+ "name": "LightManager",
15992
+ "preserveMemberOrder": false,
15993
+ "members": [
15994
+ {
15995
+ "kind": "Method",
15996
+ "canonicalReference": "server!LightManager#getAllEntityAttachedLights:member(1)",
15997
+ "docComment": "/**\n * Retrieves all spawned Light instances attached to a specific entity.\n *\n * @param entity - The entity to get attached Light instances for.\n *\n * @returns An array of Light instances.\n */\n",
15998
+ "excerptTokens": [
15999
+ {
16000
+ "kind": "Content",
16001
+ "text": "getAllEntityAttachedLights(entity: "
16002
+ },
16003
+ {
16004
+ "kind": "Reference",
16005
+ "text": "Entity",
16006
+ "canonicalReference": "server!Entity:class"
16007
+ },
16008
+ {
16009
+ "kind": "Content",
16010
+ "text": "): "
16011
+ },
16012
+ {
16013
+ "kind": "Reference",
16014
+ "text": "Light",
16015
+ "canonicalReference": "server!Light:class"
16016
+ },
16017
+ {
16018
+ "kind": "Content",
16019
+ "text": "[]"
16020
+ },
16021
+ {
16022
+ "kind": "Content",
16023
+ "text": ";"
16024
+ }
16025
+ ],
16026
+ "isStatic": false,
16027
+ "returnTypeTokenRange": {
16028
+ "startIndex": 3,
16029
+ "endIndex": 5
16030
+ },
16031
+ "releaseTag": "Public",
16032
+ "isProtected": false,
16033
+ "overloadIndex": 1,
16034
+ "parameters": [
16035
+ {
16036
+ "parameterName": "entity",
16037
+ "parameterTypeTokenRange": {
16038
+ "startIndex": 1,
16039
+ "endIndex": 2
16040
+ },
16041
+ "isOptional": false
16042
+ }
16043
+ ],
16044
+ "isOptional": false,
16045
+ "isAbstract": false,
16046
+ "name": "getAllEntityAttachedLights"
16047
+ },
16048
+ {
16049
+ "kind": "Method",
16050
+ "canonicalReference": "server!LightManager#getAllLights:member(1)",
16051
+ "docComment": "/**\n * Retrieves all spawned Light instances for the world.\n *\n * @returns An array of Light instances.\n */\n",
16052
+ "excerptTokens": [
16053
+ {
16054
+ "kind": "Content",
16055
+ "text": "getAllLights(): "
16056
+ },
16057
+ {
16058
+ "kind": "Reference",
16059
+ "text": "Light",
16060
+ "canonicalReference": "server!Light:class"
16061
+ },
16062
+ {
16063
+ "kind": "Content",
16064
+ "text": "[]"
16065
+ },
16066
+ {
16067
+ "kind": "Content",
16068
+ "text": ";"
16069
+ }
16070
+ ],
16071
+ "isStatic": false,
16072
+ "returnTypeTokenRange": {
16073
+ "startIndex": 1,
16074
+ "endIndex": 3
16075
+ },
16076
+ "releaseTag": "Public",
16077
+ "isProtected": false,
16078
+ "overloadIndex": 1,
16079
+ "parameters": [],
16080
+ "isOptional": false,
16081
+ "isAbstract": false,
16082
+ "name": "getAllLights"
16083
+ },
16084
+ {
16085
+ "kind": "Property",
16086
+ "canonicalReference": "server!LightManager#world:member",
16087
+ "docComment": "/**\n * The world the LightManager is for.\n */\n",
16088
+ "excerptTokens": [
16089
+ {
16090
+ "kind": "Content",
16091
+ "text": "get world(): "
16092
+ },
16093
+ {
16094
+ "kind": "Reference",
16095
+ "text": "World",
16096
+ "canonicalReference": "server!World:class"
16097
+ },
16098
+ {
16099
+ "kind": "Content",
16100
+ "text": ";"
16101
+ }
16102
+ ],
16103
+ "isReadonly": true,
16104
+ "isOptional": false,
16105
+ "releaseTag": "Public",
16106
+ "name": "world",
16107
+ "propertyTypeTokenRange": {
16108
+ "startIndex": 1,
16109
+ "endIndex": 2
16110
+ },
16111
+ "isStatic": false,
16112
+ "isProtected": false,
16113
+ "isAbstract": false
16114
+ }
16115
+ ],
16116
+ "implementsTokenRanges": []
16117
+ },
16118
+ {
16119
+ "kind": "Interface",
16120
+ "canonicalReference": "server!LightOptions:interface",
16121
+ "docComment": "/**\n * Options for creating a Light instance.\n *\n * @public\n */\n",
16122
+ "excerptTokens": [
16123
+ {
16124
+ "kind": "Content",
16125
+ "text": "export interface LightOptions "
16126
+ }
16127
+ ],
16128
+ "fileUrlPath": "src/world/lights/Light.ts",
16129
+ "releaseTag": "Public",
16130
+ "name": "LightOptions",
16131
+ "preserveMemberOrder": false,
16132
+ "members": [
16133
+ {
16134
+ "kind": "PropertySignature",
16135
+ "canonicalReference": "server!LightOptions#angle:member",
16136
+ "docComment": "/**\n * If type is spotlight, the angle of the spotlight.\n */\n",
16137
+ "excerptTokens": [
16138
+ {
16139
+ "kind": "Content",
16140
+ "text": "angle?: "
16141
+ },
16142
+ {
16143
+ "kind": "Content",
16144
+ "text": "number"
16145
+ },
16146
+ {
16147
+ "kind": "Content",
16148
+ "text": ";"
16149
+ }
16150
+ ],
16151
+ "isReadonly": false,
16152
+ "isOptional": true,
16153
+ "releaseTag": "Public",
16154
+ "name": "angle",
16155
+ "propertyTypeTokenRange": {
16156
+ "startIndex": 1,
16157
+ "endIndex": 2
16158
+ }
16159
+ },
16160
+ {
16161
+ "kind": "PropertySignature",
16162
+ "canonicalReference": "server!LightOptions#attachedToEntity:member",
16163
+ "docComment": "/**\n * If set, the light will be attached to this entity.\n */\n",
16164
+ "excerptTokens": [
16165
+ {
16166
+ "kind": "Content",
16167
+ "text": "attachedToEntity?: "
16168
+ },
16169
+ {
16170
+ "kind": "Reference",
16171
+ "text": "Entity",
16172
+ "canonicalReference": "server!Entity:class"
16173
+ },
16174
+ {
16175
+ "kind": "Content",
16176
+ "text": ";"
16177
+ }
16178
+ ],
16179
+ "isReadonly": false,
16180
+ "isOptional": true,
16181
+ "releaseTag": "Public",
16182
+ "name": "attachedToEntity",
16183
+ "propertyTypeTokenRange": {
16184
+ "startIndex": 1,
16185
+ "endIndex": 2
16186
+ }
16187
+ },
16188
+ {
16189
+ "kind": "PropertySignature",
16190
+ "canonicalReference": "server!LightOptions#color:member",
16191
+ "docComment": "/**\n * The color of the light. Defaults to white.\n */\n",
16192
+ "excerptTokens": [
16193
+ {
16194
+ "kind": "Content",
16195
+ "text": "color?: "
16196
+ },
16197
+ {
16198
+ "kind": "Reference",
16199
+ "text": "RgbColor",
16200
+ "canonicalReference": "server!RgbColor:interface"
16201
+ },
16202
+ {
16203
+ "kind": "Content",
16204
+ "text": ";"
16205
+ }
16206
+ ],
16207
+ "isReadonly": false,
16208
+ "isOptional": true,
16209
+ "releaseTag": "Public",
16210
+ "name": "color",
16211
+ "propertyTypeTokenRange": {
16212
+ "startIndex": 1,
16213
+ "endIndex": 2
16214
+ }
16215
+ },
16216
+ {
16217
+ "kind": "PropertySignature",
16218
+ "canonicalReference": "server!LightOptions#distance:member",
16219
+ "docComment": "/**\n * The maximum distance the light will illuminate. 0 does not limit distance. Defaults to 0.\n */\n",
16220
+ "excerptTokens": [
16221
+ {
16222
+ "kind": "Content",
16223
+ "text": "distance?: "
16224
+ },
16225
+ {
16226
+ "kind": "Content",
16227
+ "text": "number"
16228
+ },
16229
+ {
16230
+ "kind": "Content",
16231
+ "text": ";"
16232
+ }
16233
+ ],
16234
+ "isReadonly": false,
16235
+ "isOptional": true,
16236
+ "releaseTag": "Public",
16237
+ "name": "distance",
16238
+ "propertyTypeTokenRange": {
16239
+ "startIndex": 1,
16240
+ "endIndex": 2
16241
+ }
16242
+ },
16243
+ {
16244
+ "kind": "PropertySignature",
16245
+ "canonicalReference": "server!LightOptions#intensity:member",
16246
+ "docComment": "/**\n * The intensity of the light in candela (cd). Defaults to 1\n */\n",
16247
+ "excerptTokens": [
16248
+ {
16249
+ "kind": "Content",
16250
+ "text": "intensity?: "
16251
+ },
16252
+ {
16253
+ "kind": "Content",
16254
+ "text": "number"
16255
+ },
16256
+ {
16257
+ "kind": "Content",
16258
+ "text": ";"
16259
+ }
16260
+ ],
16261
+ "isReadonly": false,
16262
+ "isOptional": true,
16263
+ "releaseTag": "Public",
16264
+ "name": "intensity",
16265
+ "propertyTypeTokenRange": {
16266
+ "startIndex": 1,
16267
+ "endIndex": 2
16268
+ }
16269
+ },
16270
+ {
16271
+ "kind": "PropertySignature",
16272
+ "canonicalReference": "server!LightOptions#offset:member",
16273
+ "docComment": "/**\n * The offset of the light from the attached entity or position.\n */\n",
16274
+ "excerptTokens": [
16275
+ {
16276
+ "kind": "Content",
16277
+ "text": "offset?: "
16278
+ },
16279
+ {
16280
+ "kind": "Reference",
16281
+ "text": "Vector3Like",
16282
+ "canonicalReference": "server!Vector3Like:interface"
16283
+ },
16284
+ {
16285
+ "kind": "Content",
16286
+ "text": ";"
16287
+ }
16288
+ ],
16289
+ "isReadonly": false,
16290
+ "isOptional": true,
16291
+ "releaseTag": "Public",
16292
+ "name": "offset",
16293
+ "propertyTypeTokenRange": {
16294
+ "startIndex": 1,
16295
+ "endIndex": 2
16296
+ }
16297
+ },
16298
+ {
16299
+ "kind": "PropertySignature",
16300
+ "canonicalReference": "server!LightOptions#penumbra:member",
16301
+ "docComment": "/**\n * If type is spotlight, the penumbra of the spotlight. Defaults to 0\n */\n",
13437
16302
  "excerptTokens": [
13438
16303
  {
13439
16304
  "kind": "Content",
13440
- "text": "get modelManager(): "
16305
+ "text": "penumbra?: "
13441
16306
  },
13442
16307
  {
13443
- "kind": "Reference",
13444
- "text": "ModelManager",
13445
- "canonicalReference": "server!ModelManager:class"
16308
+ "kind": "Content",
16309
+ "text": "number"
13446
16310
  },
13447
16311
  {
13448
16312
  "kind": "Content",
13449
16313
  "text": ";"
13450
16314
  }
13451
16315
  ],
13452
- "isReadonly": true,
13453
- "isOptional": false,
16316
+ "isReadonly": false,
16317
+ "isOptional": true,
13454
16318
  "releaseTag": "Public",
13455
- "name": "modelManager",
16319
+ "name": "penumbra",
13456
16320
  "propertyTypeTokenRange": {
13457
16321
  "startIndex": 1,
13458
16322
  "endIndex": 2
13459
- },
13460
- "isStatic": false,
13461
- "isProtected": false,
13462
- "isAbstract": false
16323
+ }
13463
16324
  },
13464
16325
  {
13465
- "kind": "Property",
13466
- "canonicalReference": "server!GameServer#playerManager:member",
13467
- "docComment": "/**\n * The player manager for the game server.\n */\n",
16326
+ "kind": "PropertySignature",
16327
+ "canonicalReference": "server!LightOptions#position:member",
16328
+ "docComment": "/**\n * If set, the light will be attached at this position.\n */\n",
13468
16329
  "excerptTokens": [
13469
16330
  {
13470
16331
  "kind": "Content",
13471
- "text": "get playerManager(): "
16332
+ "text": "position?: "
13472
16333
  },
13473
16334
  {
13474
16335
  "kind": "Reference",
13475
- "text": "PlayerManager",
13476
- "canonicalReference": "server!PlayerManager:class"
16336
+ "text": "Vector3Like",
16337
+ "canonicalReference": "server!Vector3Like:interface"
13477
16338
  },
13478
16339
  {
13479
16340
  "kind": "Content",
13480
16341
  "text": ";"
13481
16342
  }
13482
16343
  ],
13483
- "isReadonly": true,
13484
- "isOptional": false,
16344
+ "isReadonly": false,
16345
+ "isOptional": true,
13485
16346
  "releaseTag": "Public",
13486
- "name": "playerManager",
16347
+ "name": "position",
13487
16348
  "propertyTypeTokenRange": {
13488
16349
  "startIndex": 1,
13489
16350
  "endIndex": 2
13490
- },
13491
- "isStatic": false,
13492
- "isProtected": false,
13493
- "isAbstract": false
16351
+ }
13494
16352
  },
13495
16353
  {
13496
- "kind": "Property",
13497
- "canonicalReference": "server!GameServer#webServer:member",
13498
- "docComment": "/**\n * The web server for the game server.\n */\n",
16354
+ "kind": "PropertySignature",
16355
+ "canonicalReference": "server!LightOptions#trackedEntity:member",
16356
+ "docComment": "/**\n * If type is spotlight, the entity the spotlight will constantly point at.\n */\n",
13499
16357
  "excerptTokens": [
13500
16358
  {
13501
16359
  "kind": "Content",
13502
- "text": "get webServer(): "
16360
+ "text": "trackedEntity?: "
13503
16361
  },
13504
16362
  {
13505
16363
  "kind": "Reference",
13506
- "text": "WebServer",
13507
- "canonicalReference": "server!WebServer:class"
16364
+ "text": "Entity",
16365
+ "canonicalReference": "server!Entity:class"
13508
16366
  },
13509
16367
  {
13510
16368
  "kind": "Content",
13511
16369
  "text": ";"
13512
16370
  }
13513
16371
  ],
13514
- "isReadonly": true,
13515
- "isOptional": false,
16372
+ "isReadonly": false,
16373
+ "isOptional": true,
13516
16374
  "releaseTag": "Public",
13517
- "name": "webServer",
16375
+ "name": "trackedEntity",
13518
16376
  "propertyTypeTokenRange": {
13519
16377
  "startIndex": 1,
13520
16378
  "endIndex": 2
13521
- },
13522
- "isStatic": false,
13523
- "isProtected": false,
13524
- "isAbstract": false
16379
+ }
13525
16380
  },
13526
16381
  {
13527
- "kind": "Property",
13528
- "canonicalReference": "server!GameServer#worlds:member",
13529
- "docComment": "/**\n * The worlds managed by the game server.\n */\n",
16382
+ "kind": "PropertySignature",
16383
+ "canonicalReference": "server!LightOptions#trackedPosition:member",
16384
+ "docComment": "/**\n * If type is spotlight, the position the spotlight will constantly point at.\n */\n",
13530
16385
  "excerptTokens": [
13531
16386
  {
13532
16387
  "kind": "Content",
13533
- "text": "get worlds(): "
13534
- },
13535
- {
13536
- "kind": "Content",
13537
- "text": "{\n [id: string]: "
16388
+ "text": "trackedPosition?: "
13538
16389
  },
13539
16390
  {
13540
16391
  "kind": "Reference",
13541
- "text": "World",
13542
- "canonicalReference": "server!World:class"
13543
- },
13544
- {
13545
- "kind": "Content",
13546
- "text": ";\n }"
16392
+ "text": "Vector3Like",
16393
+ "canonicalReference": "server!Vector3Like:interface"
13547
16394
  },
13548
16395
  {
13549
16396
  "kind": "Content",
13550
16397
  "text": ";"
13551
16398
  }
13552
16399
  ],
13553
- "isReadonly": true,
13554
- "isOptional": false,
16400
+ "isReadonly": false,
16401
+ "isOptional": true,
13555
16402
  "releaseTag": "Public",
13556
- "name": "worlds",
16403
+ "name": "trackedPosition",
13557
16404
  "propertyTypeTokenRange": {
13558
16405
  "startIndex": 1,
13559
- "endIndex": 4
13560
- },
13561
- "isStatic": false,
13562
- "isProtected": false,
13563
- "isAbstract": false
13564
- }
13565
- ],
13566
- "implementsTokenRanges": []
13567
- },
13568
- {
13569
- "kind": "Namespace",
13570
- "canonicalReference": "server!GameServerEventPayload:namespace",
13571
- "docComment": "/**\n * Payloads for events emitted by a GameServer instance.\n *\n * @public\n */\n",
13572
- "excerptTokens": [
13573
- {
13574
- "kind": "Content",
13575
- "text": "export declare namespace GameServerEventPayload "
13576
- }
13577
- ],
13578
- "fileUrlPath": "src/GameServer.ts",
13579
- "releaseTag": "Public",
13580
- "name": "GameServerEventPayload",
13581
- "preserveMemberOrder": false,
13582
- "members": [
16406
+ "endIndex": 2
16407
+ }
16408
+ },
13583
16409
  {
13584
- "kind": "Interface",
13585
- "canonicalReference": "server!GameServerEventPayload.Start:interface",
13586
- "docComment": "",
16410
+ "kind": "PropertySignature",
16411
+ "canonicalReference": "server!LightOptions#type:member",
16412
+ "docComment": "/**\n * The type of light. Defaults to point light.\n */\n",
13587
16413
  "excerptTokens": [
13588
16414
  {
13589
16415
  "kind": "Content",
13590
- "text": "interface Start "
13591
- }
13592
- ],
13593
- "releaseTag": "Public",
13594
- "name": "Start",
13595
- "preserveMemberOrder": false,
13596
- "members": [
16416
+ "text": "type?: "
16417
+ },
13597
16418
  {
13598
- "kind": "PropertySignature",
13599
- "canonicalReference": "server!GameServerEventPayload.Start#startedAtMs:member",
13600
- "docComment": "",
13601
- "excerptTokens": [
13602
- {
13603
- "kind": "Content",
13604
- "text": "startedAtMs: "
13605
- },
13606
- {
13607
- "kind": "Content",
13608
- "text": "number"
13609
- },
13610
- {
13611
- "kind": "Content",
13612
- "text": ";"
13613
- }
13614
- ],
13615
- "isReadonly": false,
13616
- "isOptional": false,
13617
- "releaseTag": "Public",
13618
- "name": "startedAtMs",
13619
- "propertyTypeTokenRange": {
13620
- "startIndex": 1,
13621
- "endIndex": 2
13622
- }
13623
- }
13624
- ],
13625
- "extendsTokenRanges": []
13626
- },
13627
- {
13628
- "kind": "Interface",
13629
- "canonicalReference": "server!GameServerEventPayload.Stop:interface",
13630
- "docComment": "",
13631
- "excerptTokens": [
16419
+ "kind": "Reference",
16420
+ "text": "LightType",
16421
+ "canonicalReference": "server!LightType:enum"
16422
+ },
13632
16423
  {
13633
16424
  "kind": "Content",
13634
- "text": "interface Stop "
16425
+ "text": ";"
13635
16426
  }
13636
16427
  ],
16428
+ "isReadonly": false,
16429
+ "isOptional": true,
13637
16430
  "releaseTag": "Public",
13638
- "name": "Stop",
13639
- "preserveMemberOrder": false,
13640
- "members": [
13641
- {
13642
- "kind": "PropertySignature",
13643
- "canonicalReference": "server!GameServerEventPayload.Stop#stoppedAtMs:member",
13644
- "docComment": "",
13645
- "excerptTokens": [
13646
- {
13647
- "kind": "Content",
13648
- "text": "stoppedAtMs: "
13649
- },
13650
- {
13651
- "kind": "Content",
13652
- "text": "number"
13653
- },
13654
- {
13655
- "kind": "Content",
13656
- "text": ";"
13657
- }
13658
- ],
13659
- "isReadonly": false,
13660
- "isOptional": false,
13661
- "releaseTag": "Public",
13662
- "name": "stoppedAtMs",
13663
- "propertyTypeTokenRange": {
13664
- "startIndex": 1,
13665
- "endIndex": 2
13666
- }
13667
- }
13668
- ],
13669
- "extendsTokenRanges": []
16431
+ "name": "type",
16432
+ "propertyTypeTokenRange": {
16433
+ "startIndex": 1,
16434
+ "endIndex": 2
16435
+ }
13670
16436
  }
13671
- ]
16437
+ ],
16438
+ "extendsTokenRanges": []
13672
16439
  },
13673
16440
  {
13674
16441
  "kind": "Enum",
13675
- "canonicalReference": "server!GameServerEventType:enum",
13676
- "docComment": "/**\n * Event types a GameServer instance can emit.\n *\n * @public\n */\n",
16442
+ "canonicalReference": "server!LightType:enum",
16443
+ "docComment": "/**\n * The types a Light can be.\n *\n * @public\n */\n",
13677
16444
  "excerptTokens": [
13678
16445
  {
13679
16446
  "kind": "Content",
13680
- "text": "export declare enum GameServerEventType "
16447
+ "text": "export declare enum LightType "
13681
16448
  }
13682
16449
  ],
13683
- "fileUrlPath": "src/GameServer.ts",
16450
+ "fileUrlPath": "src/world/lights/Light.ts",
13684
16451
  "releaseTag": "Public",
13685
- "name": "GameServerEventType",
16452
+ "name": "LightType",
13686
16453
  "preserveMemberOrder": false,
13687
16454
  "members": [
13688
16455
  {
13689
16456
  "kind": "EnumMember",
13690
- "canonicalReference": "server!GameServerEventType.START:member",
16457
+ "canonicalReference": "server!LightType.POINTLIGHT:member",
13691
16458
  "docComment": "",
13692
16459
  "excerptTokens": [
13693
16460
  {
13694
16461
  "kind": "Content",
13695
- "text": "START = "
16462
+ "text": "POINTLIGHT = "
13696
16463
  },
13697
16464
  {
13698
16465
  "kind": "Content",
13699
- "text": "\"GAMESERVER.START\""
16466
+ "text": "0"
13700
16467
  }
13701
16468
  ],
13702
16469
  "initializerTokenRange": {
@@ -13704,20 +16471,20 @@
13704
16471
  "endIndex": 2
13705
16472
  },
13706
16473
  "releaseTag": "Public",
13707
- "name": "START"
16474
+ "name": "POINTLIGHT"
13708
16475
  },
13709
16476
  {
13710
16477
  "kind": "EnumMember",
13711
- "canonicalReference": "server!GameServerEventType.STOP:member",
16478
+ "canonicalReference": "server!LightType.SPOTLIGHT:member",
13712
16479
  "docComment": "",
13713
16480
  "excerptTokens": [
13714
16481
  {
13715
16482
  "kind": "Content",
13716
- "text": "STOP = "
16483
+ "text": "SPOTLIGHT = "
13717
16484
  },
13718
16485
  {
13719
16486
  "kind": "Content",
13720
- "text": "\"GAMESERVER.STOP\""
16487
+ "text": "1"
13721
16488
  }
13722
16489
  ],
13723
16490
  "initializerTokenRange": {
@@ -13725,7 +16492,7 @@
13725
16492
  "endIndex": 2
13726
16493
  },
13727
16494
  "releaseTag": "Public",
13728
- "name": "STOP"
16495
+ "name": "SPOTLIGHT"
13729
16496
  }
13730
16497
  ]
13731
16498
  },
@@ -24348,7 +27115,7 @@
24348
27115
  {
24349
27116
  "kind": "Property",
24350
27117
  "canonicalReference": "server!SceneUI#attachedToEntity:member",
24351
- "docComment": "",
27118
+ "docComment": "/**\n * The entity to which the SceneUI is attached if explicitly set.\n */\n",
24352
27119
  "excerptTokens": [
24353
27120
  {
24354
27121
  "kind": "Content",
@@ -24383,7 +27150,7 @@
24383
27150
  {
24384
27151
  "kind": "Property",
24385
27152
  "canonicalReference": "server!SceneUI#id:member",
24386
- "docComment": "",
27153
+ "docComment": "/**\n * The unique identifier for the SceneUI.\n */\n",
24387
27154
  "excerptTokens": [
24388
27155
  {
24389
27156
  "kind": "Content",
@@ -24413,7 +27180,7 @@
24413
27180
  {
24414
27181
  "kind": "Property",
24415
27182
  "canonicalReference": "server!SceneUI#isLoaded:member",
24416
- "docComment": "",
27183
+ "docComment": "/**\n * Whether the SceneUI is loaded into the world.\n */\n",
24417
27184
  "excerptTokens": [
24418
27185
  {
24419
27186
  "kind": "Content",
@@ -24492,7 +27259,7 @@
24492
27259
  {
24493
27260
  "kind": "Property",
24494
27261
  "canonicalReference": "server!SceneUI#offset:member",
24495
- "docComment": "",
27262
+ "docComment": "/**\n * The offset of the SceneUI from the attached entity or position.\n */\n",
24496
27263
  "excerptTokens": [
24497
27264
  {
24498
27265
  "kind": "Content",
@@ -24527,7 +27294,7 @@
24527
27294
  {
24528
27295
  "kind": "Property",
24529
27296
  "canonicalReference": "server!SceneUI#position:member",
24530
- "docComment": "",
27297
+ "docComment": "/**\n * The position of the SceneUI in the world if explicitly set.\n */\n",
24531
27298
  "excerptTokens": [
24532
27299
  {
24533
27300
  "kind": "Content",
@@ -24805,7 +27572,7 @@
24805
27572
  {
24806
27573
  "kind": "Property",
24807
27574
  "canonicalReference": "server!SceneUI#state:member",
24808
- "docComment": "",
27575
+ "docComment": "/**\n * The state of the SceneUI.\n */\n",
24809
27576
  "excerptTokens": [
24810
27577
  {
24811
27578
  "kind": "Content",
@@ -24840,7 +27607,7 @@
24840
27607
  {
24841
27608
  "kind": "Property",
24842
27609
  "canonicalReference": "server!SceneUI#templateId:member",
24843
- "docComment": "",
27610
+ "docComment": "/**\n * The template ID of the SceneUI.\n */\n",
24844
27611
  "excerptTokens": [
24845
27612
  {
24846
27613
  "kind": "Content",
@@ -24901,7 +27668,7 @@
24901
27668
  {
24902
27669
  "kind": "Property",
24903
27670
  "canonicalReference": "server!SceneUI#viewDistance:member",
24904
- "docComment": "",
27671
+ "docComment": "/**\n * The maximum view distance the SceneUI will be visible to the player.\n */\n",
24905
27672
  "excerptTokens": [
24906
27673
  {
24907
27674
  "kind": "Content",
@@ -24931,7 +27698,7 @@
24931
27698
  {
24932
27699
  "kind": "Property",
24933
27700
  "canonicalReference": "server!SceneUI#world:member",
24934
- "docComment": "",
27701
+ "docComment": "/**\n * The world the SceneUI is loaded into.\n */\n",
24935
27702
  "excerptTokens": [
24936
27703
  {
24937
27704
  "kind": "Content",
@@ -28188,6 +30955,37 @@
28188
30955
  "isProtected": false,
28189
30956
  "isAbstract": false
28190
30957
  },
30958
+ {
30959
+ "kind": "Property",
30960
+ "canonicalReference": "server!World#lightManager:member",
30961
+ "docComment": "/**\n * The light manager for the world.\n */\n",
30962
+ "excerptTokens": [
30963
+ {
30964
+ "kind": "Content",
30965
+ "text": "get lightManager(): "
30966
+ },
30967
+ {
30968
+ "kind": "Reference",
30969
+ "text": "LightManager",
30970
+ "canonicalReference": "server!LightManager:class"
30971
+ },
30972
+ {
30973
+ "kind": "Content",
30974
+ "text": ";"
30975
+ }
30976
+ ],
30977
+ "isReadonly": true,
30978
+ "isOptional": false,
30979
+ "releaseTag": "Public",
30980
+ "name": "lightManager",
30981
+ "propertyTypeTokenRange": {
30982
+ "startIndex": 1,
30983
+ "endIndex": 2
30984
+ },
30985
+ "isStatic": false,
30986
+ "isProtected": false,
30987
+ "isAbstract": false
30988
+ },
28191
30989
  {
28192
30990
  "kind": "Method",
28193
30991
  "canonicalReference": "server!World#loadMap:member(1)",
@@ -28410,7 +31208,7 @@
28410
31208
  {
28411
31209
  "kind": "Method",
28412
31210
  "canonicalReference": "server!World#setAmbientLightColor:member(1)",
28413
- "docComment": "/**\n * Sets the color of the ambient light.\n *\n * @param color - The color of the light.\n */\n",
31211
+ "docComment": "/**\n * Sets the color of the world's ambient light.\n *\n * @param color - The color of the light.\n */\n",
28414
31212
  "excerptTokens": [
28415
31213
  {
28416
31214
  "kind": "Content",
@@ -28459,7 +31257,7 @@
28459
31257
  {
28460
31258
  "kind": "Method",
28461
31259
  "canonicalReference": "server!World#setAmbientLightIntensity:member(1)",
28462
- "docComment": "/**\n * Sets the intensity of the ambient light.\n *\n * @param intensity - The intensity.\n */\n",
31260
+ "docComment": "/**\n * Sets the intensity of the world's ambient light.\n *\n * @param intensity - The intensity.\n */\n",
28463
31261
  "excerptTokens": [
28464
31262
  {
28465
31263
  "kind": "Content",
@@ -28507,7 +31305,7 @@
28507
31305
  {
28508
31306
  "kind": "Method",
28509
31307
  "canonicalReference": "server!World#setDirectionalLightColor:member(1)",
28510
- "docComment": "/**\n * Sets the color of the directional light.\n *\n * @param color - The color of the light.\n */\n",
31308
+ "docComment": "/**\n * Sets the color of the world's directional light.\n *\n * @param color - The color of the light.\n */\n",
28511
31309
  "excerptTokens": [
28512
31310
  {
28513
31311
  "kind": "Content",
@@ -28556,7 +31354,7 @@
28556
31354
  {
28557
31355
  "kind": "Method",
28558
31356
  "canonicalReference": "server!World#setDirectionalLightIntensity:member(1)",
28559
- "docComment": "/**\n * Sets the intensity of the directional light.\n *\n * @param intensity - The intensity.\n */\n",
31357
+ "docComment": "/**\n * Sets the intensity of the world's directional light.\n *\n * @param intensity - The intensity.\n */\n",
28560
31358
  "excerptTokens": [
28561
31359
  {
28562
31360
  "kind": "Content",
@@ -28604,7 +31402,7 @@
28604
31402
  {
28605
31403
  "kind": "Method",
28606
31404
  "canonicalReference": "server!World#setDirectionalLightPosition:member(1)",
28607
- "docComment": "/**\n * Sets the position the directional light originates from.\n *\n * @param position - The position in the world.\n */\n",
31405
+ "docComment": "/**\n * Sets the position the world's directional light originates from.\n *\n * @param position - The position in the world.\n */\n",
28608
31406
  "excerptTokens": [
28609
31407
  {
28610
31408
  "kind": "Content",
@@ -29462,7 +32260,7 @@
29462
32260
  {
29463
32261
  "kind": "PropertySignature",
29464
32262
  "canonicalReference": "server!WorldOptions#ambientLightColor:member",
29465
- "docComment": "/**\n * The color of the ambient light.\n */\n",
32263
+ "docComment": "/**\n * The color of the ambient light for the world.\n */\n",
29466
32264
  "excerptTokens": [
29467
32265
  {
29468
32266
  "kind": "Content",
@@ -29490,7 +32288,7 @@
29490
32288
  {
29491
32289
  "kind": "PropertySignature",
29492
32290
  "canonicalReference": "server!WorldOptions#ambientLightIntensity:member",
29493
- "docComment": "/**\n * The intensity of the ambient light. 0 to 1+\n */\n",
32291
+ "docComment": "/**\n * The intensity of the ambient light for the world. 0 to 1+\n */\n",
29494
32292
  "excerptTokens": [
29495
32293
  {
29496
32294
  "kind": "Content",
@@ -29517,7 +32315,7 @@
29517
32315
  {
29518
32316
  "kind": "PropertySignature",
29519
32317
  "canonicalReference": "server!WorldOptions#directionalLightColor:member",
29520
- "docComment": "/**\n * The color of the directional light.\n */\n",
32318
+ "docComment": "/**\n * The color of the directional light for the world.\n */\n",
29521
32319
  "excerptTokens": [
29522
32320
  {
29523
32321
  "kind": "Content",
@@ -29545,7 +32343,7 @@
29545
32343
  {
29546
32344
  "kind": "PropertySignature",
29547
32345
  "canonicalReference": "server!WorldOptions#directionalLightIntensity:member",
29548
- "docComment": "/**\n * The intensity of the directional light. 0 to 1+\n */\n",
32346
+ "docComment": "/**\n * The intensity of the directional light for the world. 0 to 1+\n */\n",
29549
32347
  "excerptTokens": [
29550
32348
  {
29551
32349
  "kind": "Content",
@@ -29572,7 +32370,7 @@
29572
32370
  {
29573
32371
  "kind": "PropertySignature",
29574
32372
  "canonicalReference": "server!WorldOptions#directionalLightPosition:member",
29575
- "docComment": "/**\n * The position the directional light originates from.\n */\n",
32373
+ "docComment": "/**\n * The position the directional light originates from for the world.\n */\n",
29576
32374
  "excerptTokens": [
29577
32375
  {
29578
32376
  "kind": "Content",