hytopia 0.1.68 → 0.1.70

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 (118) hide show
  1. package/docs/server.light._constructor_.md +49 -0
  2. package/docs/server.light.angle.md +13 -0
  3. package/docs/server.light.attachedtoentity.md +13 -0
  4. package/docs/server.light.color.md +13 -0
  5. package/docs/server.light.despawn.md +17 -0
  6. package/docs/server.light.distance.md +13 -0
  7. package/docs/server.light.id.md +13 -0
  8. package/docs/server.light.intensity.md +13 -0
  9. package/docs/server.light.isspawned.md +13 -0
  10. package/docs/server.light.md +573 -0
  11. package/docs/server.light.offset.md +13 -0
  12. package/docs/server.light.penumbra.md +13 -0
  13. package/docs/server.light.position.md +13 -0
  14. package/docs/server.light.setangle.md +53 -0
  15. package/docs/server.light.setattachedtoentity.md +53 -0
  16. package/docs/server.light.setcolor.md +53 -0
  17. package/docs/server.light.setdistance.md +53 -0
  18. package/docs/server.light.setintensity.md +53 -0
  19. package/docs/server.light.setoffset.md +53 -0
  20. package/docs/server.light.setpenumbra.md +53 -0
  21. package/docs/server.light.setposition.md +53 -0
  22. package/docs/server.light.settrackedentity.md +53 -0
  23. package/docs/server.light.settrackedposition.md +53 -0
  24. package/docs/server.light.spawn.md +53 -0
  25. package/docs/server.light.trackedentity.md +13 -0
  26. package/docs/server.light.trackedposition.md +13 -0
  27. package/docs/server.light.type.md +13 -0
  28. package/docs/server.light.world.md +13 -0
  29. package/docs/server.lighteventpayload.despawn.light.md +11 -0
  30. package/docs/server.lighteventpayload.despawn.md +53 -0
  31. package/docs/server.lighteventpayload.md +136 -0
  32. package/docs/server.lighteventpayload.setangle.angle.md +11 -0
  33. package/docs/server.lighteventpayload.setangle.light.md +11 -0
  34. package/docs/server.lighteventpayload.setangle.md +70 -0
  35. package/docs/server.lighteventpayload.setattachedtoentity.entity.md +11 -0
  36. package/docs/server.lighteventpayload.setattachedtoentity.light.md +11 -0
  37. package/docs/server.lighteventpayload.setattachedtoentity.md +70 -0
  38. package/docs/server.lighteventpayload.setcolor.color.md +11 -0
  39. package/docs/server.lighteventpayload.setcolor.light.md +11 -0
  40. package/docs/server.lighteventpayload.setcolor.md +70 -0
  41. package/docs/server.lighteventpayload.setdistance.distance.md +11 -0
  42. package/docs/server.lighteventpayload.setdistance.light.md +11 -0
  43. package/docs/server.lighteventpayload.setdistance.md +70 -0
  44. package/docs/server.lighteventpayload.setintensity.intensity.md +11 -0
  45. package/docs/server.lighteventpayload.setintensity.light.md +11 -0
  46. package/docs/server.lighteventpayload.setintensity.md +70 -0
  47. package/docs/server.lighteventpayload.setoffset.light.md +11 -0
  48. package/docs/server.lighteventpayload.setoffset.md +70 -0
  49. package/docs/server.lighteventpayload.setoffset.offset.md +11 -0
  50. package/docs/server.lighteventpayload.setpenumbra.light.md +11 -0
  51. package/docs/server.lighteventpayload.setpenumbra.md +70 -0
  52. package/docs/server.lighteventpayload.setpenumbra.penumbra.md +11 -0
  53. package/docs/server.lighteventpayload.setposition.light.md +11 -0
  54. package/docs/server.lighteventpayload.setposition.md +70 -0
  55. package/docs/server.lighteventpayload.setposition.position.md +11 -0
  56. package/docs/server.lighteventpayload.settrackedentity.entity.md +11 -0
  57. package/docs/server.lighteventpayload.settrackedentity.light.md +11 -0
  58. package/docs/server.lighteventpayload.settrackedentity.md +70 -0
  59. package/docs/server.lighteventpayload.settrackedposition.light.md +11 -0
  60. package/docs/server.lighteventpayload.settrackedposition.md +70 -0
  61. package/docs/server.lighteventpayload.settrackedposition.position.md +11 -0
  62. package/docs/server.lighteventpayload.spawn.light.md +11 -0
  63. package/docs/server.lighteventpayload.spawn.md +53 -0
  64. package/docs/server.lighteventtype.md +215 -0
  65. package/docs/server.lightmanager.getallentityattachedlights.md +55 -0
  66. package/docs/server.lightmanager.getalllights.md +19 -0
  67. package/docs/server.lightmanager.md +113 -0
  68. package/docs/server.lightmanager.world.md +13 -0
  69. package/docs/server.lightoptions.angle.md +13 -0
  70. package/docs/server.lightoptions.attachedtoentity.md +13 -0
  71. package/docs/server.lightoptions.color.md +13 -0
  72. package/docs/server.lightoptions.distance.md +13 -0
  73. package/docs/server.lightoptions.intensity.md +13 -0
  74. package/docs/server.lightoptions.md +247 -0
  75. package/docs/server.lightoptions.offset.md +13 -0
  76. package/docs/server.lightoptions.penumbra.md +13 -0
  77. package/docs/server.lightoptions.position.md +13 -0
  78. package/docs/server.lightoptions.trackedentity.md +13 -0
  79. package/docs/server.lightoptions.trackedposition.md +13 -0
  80. package/docs/server.lightoptions.type.md +13 -0
  81. package/docs/server.lighttype.md +61 -0
  82. package/docs/server.md +66 -0
  83. package/docs/server.sceneui.attachedtoentity.md +2 -0
  84. package/docs/server.sceneui.id.md +2 -0
  85. package/docs/server.sceneui.isloaded.md +2 -0
  86. package/docs/server.sceneui.md +18 -0
  87. package/docs/server.sceneui.offset.md +2 -0
  88. package/docs/server.sceneui.position.md +2 -0
  89. package/docs/server.sceneui.state.md +2 -0
  90. package/docs/server.sceneui.templateid.md +2 -0
  91. package/docs/server.sceneui.viewdistance.md +2 -0
  92. package/docs/server.sceneui.world.md +2 -0
  93. package/docs/server.world.ambientlightcolor.md +13 -0
  94. package/docs/server.world.ambientlightintensity.md +13 -0
  95. package/docs/server.world.directionallightcolor.md +13 -0
  96. package/docs/server.world.directionallightintensity.md +13 -0
  97. package/docs/server.world.directionallightposition.md +13 -0
  98. package/docs/server.world.lightmanager.md +13 -0
  99. package/docs/server.world.md +196 -0
  100. package/docs/server.world.setambientlightcolor.md +53 -0
  101. package/docs/server.world.setambientlightintensity.md +53 -0
  102. package/docs/server.world.setdirectionallightcolor.md +53 -0
  103. package/docs/server.world.setdirectionallightintensity.md +53 -0
  104. package/docs/server.world.setdirectionallightposition.md +53 -0
  105. package/docs/server.worldoptions.ambientlightcolor.md +13 -0
  106. package/docs/server.worldoptions.ambientlightintensity.md +13 -0
  107. package/docs/server.worldoptions.directionallightcolor.md +13 -0
  108. package/docs/server.worldoptions.directionallightintensity.md +13 -0
  109. package/docs/server.worldoptions.directionallightposition.md +13 -0
  110. package/docs/server.worldoptions.md +95 -0
  111. package/examples/lighting/README.md +3 -0
  112. package/examples/lighting/assets/map.json +13153 -0
  113. package/examples/lighting/index.ts +120 -0
  114. package/examples/lighting/package.json +16 -0
  115. package/package.json +1 -1
  116. package/server.api.json +3382 -89
  117. package/server.d.ts +339 -1
  118. package/server.js +84 -84
package/server.api.json CHANGED
@@ -13729,6 +13729,2734 @@
13729
13729
  }
13730
13730
  ]
13731
13731
  },
13732
+ {
13733
+ "kind": "Class",
13734
+ "canonicalReference": "server!Light:class",
13735
+ "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",
13736
+ "excerptTokens": [
13737
+ {
13738
+ "kind": "Content",
13739
+ "text": "export default class Light implements "
13740
+ },
13741
+ {
13742
+ "kind": "Reference",
13743
+ "text": "protocol.Serializable",
13744
+ "canonicalReference": "@hytopia.com/server-protocol!Serializable:interface"
13745
+ },
13746
+ {
13747
+ "kind": "Content",
13748
+ "text": " "
13749
+ }
13750
+ ],
13751
+ "fileUrlPath": "src/world/lights/Light.ts",
13752
+ "releaseTag": "Public",
13753
+ "isAbstract": false,
13754
+ "name": "Light",
13755
+ "preserveMemberOrder": false,
13756
+ "members": [
13757
+ {
13758
+ "kind": "Constructor",
13759
+ "canonicalReference": "server!Light:constructor(1)",
13760
+ "docComment": "/**\n * Constructs a new instance of the `Light` class\n *\n * @param options - The options for the Light instance.\n */\n",
13761
+ "excerptTokens": [
13762
+ {
13763
+ "kind": "Content",
13764
+ "text": "constructor(options: "
13765
+ },
13766
+ {
13767
+ "kind": "Reference",
13768
+ "text": "LightOptions",
13769
+ "canonicalReference": "server!LightOptions:interface"
13770
+ },
13771
+ {
13772
+ "kind": "Content",
13773
+ "text": ");"
13774
+ }
13775
+ ],
13776
+ "releaseTag": "Public",
13777
+ "isProtected": false,
13778
+ "overloadIndex": 1,
13779
+ "parameters": [
13780
+ {
13781
+ "parameterName": "options",
13782
+ "parameterTypeTokenRange": {
13783
+ "startIndex": 1,
13784
+ "endIndex": 2
13785
+ },
13786
+ "isOptional": false
13787
+ }
13788
+ ]
13789
+ },
13790
+ {
13791
+ "kind": "Property",
13792
+ "canonicalReference": "server!Light#angle:member",
13793
+ "docComment": "/**\n * If type is spotlight, the angle of the spotlight.\n */\n",
13794
+ "excerptTokens": [
13795
+ {
13796
+ "kind": "Content",
13797
+ "text": "get angle(): "
13798
+ },
13799
+ {
13800
+ "kind": "Content",
13801
+ "text": "number | undefined"
13802
+ },
13803
+ {
13804
+ "kind": "Content",
13805
+ "text": ";"
13806
+ }
13807
+ ],
13808
+ "isReadonly": true,
13809
+ "isOptional": false,
13810
+ "releaseTag": "Public",
13811
+ "name": "angle",
13812
+ "propertyTypeTokenRange": {
13813
+ "startIndex": 1,
13814
+ "endIndex": 2
13815
+ },
13816
+ "isStatic": false,
13817
+ "isProtected": false,
13818
+ "isAbstract": false
13819
+ },
13820
+ {
13821
+ "kind": "Property",
13822
+ "canonicalReference": "server!Light#attachedToEntity:member",
13823
+ "docComment": "/**\n * The entity to which the Light is attached if explicitly set.\n */\n",
13824
+ "excerptTokens": [
13825
+ {
13826
+ "kind": "Content",
13827
+ "text": "get attachedToEntity(): "
13828
+ },
13829
+ {
13830
+ "kind": "Reference",
13831
+ "text": "Entity",
13832
+ "canonicalReference": "server!Entity:class"
13833
+ },
13834
+ {
13835
+ "kind": "Content",
13836
+ "text": " | undefined"
13837
+ },
13838
+ {
13839
+ "kind": "Content",
13840
+ "text": ";"
13841
+ }
13842
+ ],
13843
+ "isReadonly": true,
13844
+ "isOptional": false,
13845
+ "releaseTag": "Public",
13846
+ "name": "attachedToEntity",
13847
+ "propertyTypeTokenRange": {
13848
+ "startIndex": 1,
13849
+ "endIndex": 3
13850
+ },
13851
+ "isStatic": false,
13852
+ "isProtected": false,
13853
+ "isAbstract": false
13854
+ },
13855
+ {
13856
+ "kind": "Property",
13857
+ "canonicalReference": "server!Light#color:member",
13858
+ "docComment": "/**\n * The color of the light.\n */\n",
13859
+ "excerptTokens": [
13860
+ {
13861
+ "kind": "Content",
13862
+ "text": "get color(): "
13863
+ },
13864
+ {
13865
+ "kind": "Reference",
13866
+ "text": "RgbColor",
13867
+ "canonicalReference": "server!RgbColor:interface"
13868
+ },
13869
+ {
13870
+ "kind": "Content",
13871
+ "text": ";"
13872
+ }
13873
+ ],
13874
+ "isReadonly": true,
13875
+ "isOptional": false,
13876
+ "releaseTag": "Public",
13877
+ "name": "color",
13878
+ "propertyTypeTokenRange": {
13879
+ "startIndex": 1,
13880
+ "endIndex": 2
13881
+ },
13882
+ "isStatic": false,
13883
+ "isProtected": false,
13884
+ "isAbstract": false
13885
+ },
13886
+ {
13887
+ "kind": "Method",
13888
+ "canonicalReference": "server!Light#despawn:member(1)",
13889
+ "docComment": "/**\n * Despawns the Light from the world.\n */\n",
13890
+ "excerptTokens": [
13891
+ {
13892
+ "kind": "Content",
13893
+ "text": "despawn(): "
13894
+ },
13895
+ {
13896
+ "kind": "Content",
13897
+ "text": "void"
13898
+ },
13899
+ {
13900
+ "kind": "Content",
13901
+ "text": ";"
13902
+ }
13903
+ ],
13904
+ "isStatic": false,
13905
+ "returnTypeTokenRange": {
13906
+ "startIndex": 1,
13907
+ "endIndex": 2
13908
+ },
13909
+ "releaseTag": "Public",
13910
+ "isProtected": false,
13911
+ "overloadIndex": 1,
13912
+ "parameters": [],
13913
+ "isOptional": false,
13914
+ "isAbstract": false,
13915
+ "name": "despawn"
13916
+ },
13917
+ {
13918
+ "kind": "Property",
13919
+ "canonicalReference": "server!Light#distance:member",
13920
+ "docComment": "/**\n * The maximum distance the light will illuminate. 0 does not limit distance. Defaults to 0.\n */\n",
13921
+ "excerptTokens": [
13922
+ {
13923
+ "kind": "Content",
13924
+ "text": "get distance(): "
13925
+ },
13926
+ {
13927
+ "kind": "Content",
13928
+ "text": "number | undefined"
13929
+ },
13930
+ {
13931
+ "kind": "Content",
13932
+ "text": ";"
13933
+ }
13934
+ ],
13935
+ "isReadonly": true,
13936
+ "isOptional": false,
13937
+ "releaseTag": "Public",
13938
+ "name": "distance",
13939
+ "propertyTypeTokenRange": {
13940
+ "startIndex": 1,
13941
+ "endIndex": 2
13942
+ },
13943
+ "isStatic": false,
13944
+ "isProtected": false,
13945
+ "isAbstract": false
13946
+ },
13947
+ {
13948
+ "kind": "Property",
13949
+ "canonicalReference": "server!Light#id:member",
13950
+ "docComment": "/**\n * The unique identifier for the Light.\n */\n",
13951
+ "excerptTokens": [
13952
+ {
13953
+ "kind": "Content",
13954
+ "text": "get id(): "
13955
+ },
13956
+ {
13957
+ "kind": "Content",
13958
+ "text": "number | undefined"
13959
+ },
13960
+ {
13961
+ "kind": "Content",
13962
+ "text": ";"
13963
+ }
13964
+ ],
13965
+ "isReadonly": true,
13966
+ "isOptional": false,
13967
+ "releaseTag": "Public",
13968
+ "name": "id",
13969
+ "propertyTypeTokenRange": {
13970
+ "startIndex": 1,
13971
+ "endIndex": 2
13972
+ },
13973
+ "isStatic": false,
13974
+ "isProtected": false,
13975
+ "isAbstract": false
13976
+ },
13977
+ {
13978
+ "kind": "Property",
13979
+ "canonicalReference": "server!Light#intensity:member",
13980
+ "docComment": "/**\n * The intensity of the light in candela (cd). Defaults to 1\n */\n",
13981
+ "excerptTokens": [
13982
+ {
13983
+ "kind": "Content",
13984
+ "text": "get intensity(): "
13985
+ },
13986
+ {
13987
+ "kind": "Content",
13988
+ "text": "number"
13989
+ },
13990
+ {
13991
+ "kind": "Content",
13992
+ "text": ";"
13993
+ }
13994
+ ],
13995
+ "isReadonly": true,
13996
+ "isOptional": false,
13997
+ "releaseTag": "Public",
13998
+ "name": "intensity",
13999
+ "propertyTypeTokenRange": {
14000
+ "startIndex": 1,
14001
+ "endIndex": 2
14002
+ },
14003
+ "isStatic": false,
14004
+ "isProtected": false,
14005
+ "isAbstract": false
14006
+ },
14007
+ {
14008
+ "kind": "Property",
14009
+ "canonicalReference": "server!Light#isSpawned:member",
14010
+ "docComment": "/**\n * Whether the Light is spawned into the world.\n */\n",
14011
+ "excerptTokens": [
14012
+ {
14013
+ "kind": "Content",
14014
+ "text": "get isSpawned(): "
14015
+ },
14016
+ {
14017
+ "kind": "Content",
14018
+ "text": "boolean"
14019
+ },
14020
+ {
14021
+ "kind": "Content",
14022
+ "text": ";"
14023
+ }
14024
+ ],
14025
+ "isReadonly": true,
14026
+ "isOptional": false,
14027
+ "releaseTag": "Public",
14028
+ "name": "isSpawned",
14029
+ "propertyTypeTokenRange": {
14030
+ "startIndex": 1,
14031
+ "endIndex": 2
14032
+ },
14033
+ "isStatic": false,
14034
+ "isProtected": false,
14035
+ "isAbstract": false
14036
+ },
14037
+ {
14038
+ "kind": "Property",
14039
+ "canonicalReference": "server!Light#offset:member",
14040
+ "docComment": "/**\n * The offset of the light from the attached entity or position.\n */\n",
14041
+ "excerptTokens": [
14042
+ {
14043
+ "kind": "Content",
14044
+ "text": "get offset(): "
14045
+ },
14046
+ {
14047
+ "kind": "Reference",
14048
+ "text": "Vector3Like",
14049
+ "canonicalReference": "server!Vector3Like:interface"
14050
+ },
14051
+ {
14052
+ "kind": "Content",
14053
+ "text": " | undefined"
14054
+ },
14055
+ {
14056
+ "kind": "Content",
14057
+ "text": ";"
14058
+ }
14059
+ ],
14060
+ "isReadonly": true,
14061
+ "isOptional": false,
14062
+ "releaseTag": "Public",
14063
+ "name": "offset",
14064
+ "propertyTypeTokenRange": {
14065
+ "startIndex": 1,
14066
+ "endIndex": 3
14067
+ },
14068
+ "isStatic": false,
14069
+ "isProtected": false,
14070
+ "isAbstract": false
14071
+ },
14072
+ {
14073
+ "kind": "Property",
14074
+ "canonicalReference": "server!Light#penumbra:member",
14075
+ "docComment": "/**\n * If type is spotlight, the penumbra of the spotlight.\n */\n",
14076
+ "excerptTokens": [
14077
+ {
14078
+ "kind": "Content",
14079
+ "text": "get penumbra(): "
14080
+ },
14081
+ {
14082
+ "kind": "Content",
14083
+ "text": "number | undefined"
14084
+ },
14085
+ {
14086
+ "kind": "Content",
14087
+ "text": ";"
14088
+ }
14089
+ ],
14090
+ "isReadonly": true,
14091
+ "isOptional": false,
14092
+ "releaseTag": "Public",
14093
+ "name": "penumbra",
14094
+ "propertyTypeTokenRange": {
14095
+ "startIndex": 1,
14096
+ "endIndex": 2
14097
+ },
14098
+ "isStatic": false,
14099
+ "isProtected": false,
14100
+ "isAbstract": false
14101
+ },
14102
+ {
14103
+ "kind": "Property",
14104
+ "canonicalReference": "server!Light#position:member",
14105
+ "docComment": "/**\n * The position of the light in the world if explicitly set.\n */\n",
14106
+ "excerptTokens": [
14107
+ {
14108
+ "kind": "Content",
14109
+ "text": "get position(): "
14110
+ },
14111
+ {
14112
+ "kind": "Reference",
14113
+ "text": "Vector3Like",
14114
+ "canonicalReference": "server!Vector3Like:interface"
14115
+ },
14116
+ {
14117
+ "kind": "Content",
14118
+ "text": " | undefined"
14119
+ },
14120
+ {
14121
+ "kind": "Content",
14122
+ "text": ";"
14123
+ }
14124
+ ],
14125
+ "isReadonly": true,
14126
+ "isOptional": false,
14127
+ "releaseTag": "Public",
14128
+ "name": "position",
14129
+ "propertyTypeTokenRange": {
14130
+ "startIndex": 1,
14131
+ "endIndex": 3
14132
+ },
14133
+ "isStatic": false,
14134
+ "isProtected": false,
14135
+ "isAbstract": false
14136
+ },
14137
+ {
14138
+ "kind": "Method",
14139
+ "canonicalReference": "server!Light#setAngle:member(1)",
14140
+ "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",
14141
+ "excerptTokens": [
14142
+ {
14143
+ "kind": "Content",
14144
+ "text": "setAngle(angle: "
14145
+ },
14146
+ {
14147
+ "kind": "Content",
14148
+ "text": "number"
14149
+ },
14150
+ {
14151
+ "kind": "Content",
14152
+ "text": "): "
14153
+ },
14154
+ {
14155
+ "kind": "Content",
14156
+ "text": "void"
14157
+ },
14158
+ {
14159
+ "kind": "Content",
14160
+ "text": ";"
14161
+ }
14162
+ ],
14163
+ "isStatic": false,
14164
+ "returnTypeTokenRange": {
14165
+ "startIndex": 3,
14166
+ "endIndex": 4
14167
+ },
14168
+ "releaseTag": "Public",
14169
+ "isProtected": false,
14170
+ "overloadIndex": 1,
14171
+ "parameters": [
14172
+ {
14173
+ "parameterName": "angle",
14174
+ "parameterTypeTokenRange": {
14175
+ "startIndex": 1,
14176
+ "endIndex": 2
14177
+ },
14178
+ "isOptional": false
14179
+ }
14180
+ ],
14181
+ "isOptional": false,
14182
+ "isAbstract": false,
14183
+ "name": "setAngle"
14184
+ },
14185
+ {
14186
+ "kind": "Method",
14187
+ "canonicalReference": "server!Light#setAttachedToEntity:member(1)",
14188
+ "docComment": "/**\n * Sets the entity to which the Light is attached.\n *\n * @param entity - The entity to attach the Light to.\n */\n",
14189
+ "excerptTokens": [
14190
+ {
14191
+ "kind": "Content",
14192
+ "text": "setAttachedToEntity(entity: "
14193
+ },
14194
+ {
14195
+ "kind": "Reference",
14196
+ "text": "Entity",
14197
+ "canonicalReference": "server!Entity:class"
14198
+ },
14199
+ {
14200
+ "kind": "Content",
14201
+ "text": "): "
14202
+ },
14203
+ {
14204
+ "kind": "Content",
14205
+ "text": "void"
14206
+ },
14207
+ {
14208
+ "kind": "Content",
14209
+ "text": ";"
14210
+ }
14211
+ ],
14212
+ "isStatic": false,
14213
+ "returnTypeTokenRange": {
14214
+ "startIndex": 3,
14215
+ "endIndex": 4
14216
+ },
14217
+ "releaseTag": "Public",
14218
+ "isProtected": false,
14219
+ "overloadIndex": 1,
14220
+ "parameters": [
14221
+ {
14222
+ "parameterName": "entity",
14223
+ "parameterTypeTokenRange": {
14224
+ "startIndex": 1,
14225
+ "endIndex": 2
14226
+ },
14227
+ "isOptional": false
14228
+ }
14229
+ ],
14230
+ "isOptional": false,
14231
+ "isAbstract": false,
14232
+ "name": "setAttachedToEntity"
14233
+ },
14234
+ {
14235
+ "kind": "Method",
14236
+ "canonicalReference": "server!Light#setColor:member(1)",
14237
+ "docComment": "/**\n * Sets the color of the light.\n *\n * @param color - The color of the light.\n */\n",
14238
+ "excerptTokens": [
14239
+ {
14240
+ "kind": "Content",
14241
+ "text": "setColor(color: "
14242
+ },
14243
+ {
14244
+ "kind": "Reference",
14245
+ "text": "RgbColor",
14246
+ "canonicalReference": "server!RgbColor:interface"
14247
+ },
14248
+ {
14249
+ "kind": "Content",
14250
+ "text": "): "
14251
+ },
14252
+ {
14253
+ "kind": "Content",
14254
+ "text": "void"
14255
+ },
14256
+ {
14257
+ "kind": "Content",
14258
+ "text": ";"
14259
+ }
14260
+ ],
14261
+ "isStatic": false,
14262
+ "returnTypeTokenRange": {
14263
+ "startIndex": 3,
14264
+ "endIndex": 4
14265
+ },
14266
+ "releaseTag": "Public",
14267
+ "isProtected": false,
14268
+ "overloadIndex": 1,
14269
+ "parameters": [
14270
+ {
14271
+ "parameterName": "color",
14272
+ "parameterTypeTokenRange": {
14273
+ "startIndex": 1,
14274
+ "endIndex": 2
14275
+ },
14276
+ "isOptional": false
14277
+ }
14278
+ ],
14279
+ "isOptional": false,
14280
+ "isAbstract": false,
14281
+ "name": "setColor"
14282
+ },
14283
+ {
14284
+ "kind": "Method",
14285
+ "canonicalReference": "server!Light#setDistance:member(1)",
14286
+ "docComment": "/**\n * Sets the maximum distance the light will illuminate.\n *\n * @param distance - The maximum distance the light will illuminate.\n */\n",
14287
+ "excerptTokens": [
14288
+ {
14289
+ "kind": "Content",
14290
+ "text": "setDistance(distance: "
14291
+ },
14292
+ {
14293
+ "kind": "Content",
14294
+ "text": "number"
14295
+ },
14296
+ {
14297
+ "kind": "Content",
14298
+ "text": "): "
14299
+ },
14300
+ {
14301
+ "kind": "Content",
14302
+ "text": "void"
14303
+ },
14304
+ {
14305
+ "kind": "Content",
14306
+ "text": ";"
14307
+ }
14308
+ ],
14309
+ "isStatic": false,
14310
+ "returnTypeTokenRange": {
14311
+ "startIndex": 3,
14312
+ "endIndex": 4
14313
+ },
14314
+ "releaseTag": "Public",
14315
+ "isProtected": false,
14316
+ "overloadIndex": 1,
14317
+ "parameters": [
14318
+ {
14319
+ "parameterName": "distance",
14320
+ "parameterTypeTokenRange": {
14321
+ "startIndex": 1,
14322
+ "endIndex": 2
14323
+ },
14324
+ "isOptional": false
14325
+ }
14326
+ ],
14327
+ "isOptional": false,
14328
+ "isAbstract": false,
14329
+ "name": "setDistance"
14330
+ },
14331
+ {
14332
+ "kind": "Method",
14333
+ "canonicalReference": "server!Light#setIntensity:member(1)",
14334
+ "docComment": "/**\n * Sets the intensity of the light.\n *\n * @param intensity - The intensity of the light.\n */\n",
14335
+ "excerptTokens": [
14336
+ {
14337
+ "kind": "Content",
14338
+ "text": "setIntensity(intensity: "
14339
+ },
14340
+ {
14341
+ "kind": "Content",
14342
+ "text": "number"
14343
+ },
14344
+ {
14345
+ "kind": "Content",
14346
+ "text": "): "
14347
+ },
14348
+ {
14349
+ "kind": "Content",
14350
+ "text": "void"
14351
+ },
14352
+ {
14353
+ "kind": "Content",
14354
+ "text": ";"
14355
+ }
14356
+ ],
14357
+ "isStatic": false,
14358
+ "returnTypeTokenRange": {
14359
+ "startIndex": 3,
14360
+ "endIndex": 4
14361
+ },
14362
+ "releaseTag": "Public",
14363
+ "isProtected": false,
14364
+ "overloadIndex": 1,
14365
+ "parameters": [
14366
+ {
14367
+ "parameterName": "intensity",
14368
+ "parameterTypeTokenRange": {
14369
+ "startIndex": 1,
14370
+ "endIndex": 2
14371
+ },
14372
+ "isOptional": false
14373
+ }
14374
+ ],
14375
+ "isOptional": false,
14376
+ "isAbstract": false,
14377
+ "name": "setIntensity"
14378
+ },
14379
+ {
14380
+ "kind": "Method",
14381
+ "canonicalReference": "server!Light#setOffset:member(1)",
14382
+ "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",
14383
+ "excerptTokens": [
14384
+ {
14385
+ "kind": "Content",
14386
+ "text": "setOffset(offset: "
14387
+ },
14388
+ {
14389
+ "kind": "Reference",
14390
+ "text": "Vector3Like",
14391
+ "canonicalReference": "server!Vector3Like:interface"
14392
+ },
14393
+ {
14394
+ "kind": "Content",
14395
+ "text": "): "
14396
+ },
14397
+ {
14398
+ "kind": "Content",
14399
+ "text": "void"
14400
+ },
14401
+ {
14402
+ "kind": "Content",
14403
+ "text": ";"
14404
+ }
14405
+ ],
14406
+ "isStatic": false,
14407
+ "returnTypeTokenRange": {
14408
+ "startIndex": 3,
14409
+ "endIndex": 4
14410
+ },
14411
+ "releaseTag": "Public",
14412
+ "isProtected": false,
14413
+ "overloadIndex": 1,
14414
+ "parameters": [
14415
+ {
14416
+ "parameterName": "offset",
14417
+ "parameterTypeTokenRange": {
14418
+ "startIndex": 1,
14419
+ "endIndex": 2
14420
+ },
14421
+ "isOptional": false
14422
+ }
14423
+ ],
14424
+ "isOptional": false,
14425
+ "isAbstract": false,
14426
+ "name": "setOffset"
14427
+ },
14428
+ {
14429
+ "kind": "Method",
14430
+ "canonicalReference": "server!Light#setPenumbra:member(1)",
14431
+ "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",
14432
+ "excerptTokens": [
14433
+ {
14434
+ "kind": "Content",
14435
+ "text": "setPenumbra(penumbra: "
14436
+ },
14437
+ {
14438
+ "kind": "Content",
14439
+ "text": "number"
14440
+ },
14441
+ {
14442
+ "kind": "Content",
14443
+ "text": "): "
14444
+ },
14445
+ {
14446
+ "kind": "Content",
14447
+ "text": "void"
14448
+ },
14449
+ {
14450
+ "kind": "Content",
14451
+ "text": ";"
14452
+ }
14453
+ ],
14454
+ "isStatic": false,
14455
+ "returnTypeTokenRange": {
14456
+ "startIndex": 3,
14457
+ "endIndex": 4
14458
+ },
14459
+ "releaseTag": "Public",
14460
+ "isProtected": false,
14461
+ "overloadIndex": 1,
14462
+ "parameters": [
14463
+ {
14464
+ "parameterName": "penumbra",
14465
+ "parameterTypeTokenRange": {
14466
+ "startIndex": 1,
14467
+ "endIndex": 2
14468
+ },
14469
+ "isOptional": false
14470
+ }
14471
+ ],
14472
+ "isOptional": false,
14473
+ "isAbstract": false,
14474
+ "name": "setPenumbra"
14475
+ },
14476
+ {
14477
+ "kind": "Method",
14478
+ "canonicalReference": "server!Light#setPosition:member(1)",
14479
+ "docComment": "/**\n * Sets the position of the light.\n *\n * @param position - The position of the light.\n */\n",
14480
+ "excerptTokens": [
14481
+ {
14482
+ "kind": "Content",
14483
+ "text": "setPosition(position: "
14484
+ },
14485
+ {
14486
+ "kind": "Reference",
14487
+ "text": "Vector3Like",
14488
+ "canonicalReference": "server!Vector3Like:interface"
14489
+ },
14490
+ {
14491
+ "kind": "Content",
14492
+ "text": "): "
14493
+ },
14494
+ {
14495
+ "kind": "Content",
14496
+ "text": "void"
14497
+ },
14498
+ {
14499
+ "kind": "Content",
14500
+ "text": ";"
14501
+ }
14502
+ ],
14503
+ "isStatic": false,
14504
+ "returnTypeTokenRange": {
14505
+ "startIndex": 3,
14506
+ "endIndex": 4
14507
+ },
14508
+ "releaseTag": "Public",
14509
+ "isProtected": false,
14510
+ "overloadIndex": 1,
14511
+ "parameters": [
14512
+ {
14513
+ "parameterName": "position",
14514
+ "parameterTypeTokenRange": {
14515
+ "startIndex": 1,
14516
+ "endIndex": 2
14517
+ },
14518
+ "isOptional": false
14519
+ }
14520
+ ],
14521
+ "isOptional": false,
14522
+ "isAbstract": false,
14523
+ "name": "setPosition"
14524
+ },
14525
+ {
14526
+ "kind": "Method",
14527
+ "canonicalReference": "server!Light#setTrackedEntity:member(1)",
14528
+ "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",
14529
+ "excerptTokens": [
14530
+ {
14531
+ "kind": "Content",
14532
+ "text": "setTrackedEntity(entity: "
14533
+ },
14534
+ {
14535
+ "kind": "Reference",
14536
+ "text": "Entity",
14537
+ "canonicalReference": "server!Entity:class"
14538
+ },
14539
+ {
14540
+ "kind": "Content",
14541
+ "text": "): "
14542
+ },
14543
+ {
14544
+ "kind": "Content",
14545
+ "text": "void"
14546
+ },
14547
+ {
14548
+ "kind": "Content",
14549
+ "text": ";"
14550
+ }
14551
+ ],
14552
+ "isStatic": false,
14553
+ "returnTypeTokenRange": {
14554
+ "startIndex": 3,
14555
+ "endIndex": 4
14556
+ },
14557
+ "releaseTag": "Public",
14558
+ "isProtected": false,
14559
+ "overloadIndex": 1,
14560
+ "parameters": [
14561
+ {
14562
+ "parameterName": "entity",
14563
+ "parameterTypeTokenRange": {
14564
+ "startIndex": 1,
14565
+ "endIndex": 2
14566
+ },
14567
+ "isOptional": false
14568
+ }
14569
+ ],
14570
+ "isOptional": false,
14571
+ "isAbstract": false,
14572
+ "name": "setTrackedEntity"
14573
+ },
14574
+ {
14575
+ "kind": "Method",
14576
+ "canonicalReference": "server!Light#setTrackedPosition:member(1)",
14577
+ "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",
14578
+ "excerptTokens": [
14579
+ {
14580
+ "kind": "Content",
14581
+ "text": "setTrackedPosition(position: "
14582
+ },
14583
+ {
14584
+ "kind": "Reference",
14585
+ "text": "Vector3Like",
14586
+ "canonicalReference": "server!Vector3Like:interface"
14587
+ },
14588
+ {
14589
+ "kind": "Content",
14590
+ "text": "): "
14591
+ },
14592
+ {
14593
+ "kind": "Content",
14594
+ "text": "void"
14595
+ },
14596
+ {
14597
+ "kind": "Content",
14598
+ "text": ";"
14599
+ }
14600
+ ],
14601
+ "isStatic": false,
14602
+ "returnTypeTokenRange": {
14603
+ "startIndex": 3,
14604
+ "endIndex": 4
14605
+ },
14606
+ "releaseTag": "Public",
14607
+ "isProtected": false,
14608
+ "overloadIndex": 1,
14609
+ "parameters": [
14610
+ {
14611
+ "parameterName": "position",
14612
+ "parameterTypeTokenRange": {
14613
+ "startIndex": 1,
14614
+ "endIndex": 2
14615
+ },
14616
+ "isOptional": false
14617
+ }
14618
+ ],
14619
+ "isOptional": false,
14620
+ "isAbstract": false,
14621
+ "name": "setTrackedPosition"
14622
+ },
14623
+ {
14624
+ "kind": "Method",
14625
+ "canonicalReference": "server!Light#spawn:member(1)",
14626
+ "docComment": "/**\n * Spawns the Light into the world.\n *\n * @param world - The world to spawn the Light into.\n */\n",
14627
+ "excerptTokens": [
14628
+ {
14629
+ "kind": "Content",
14630
+ "text": "spawn(world: "
14631
+ },
14632
+ {
14633
+ "kind": "Reference",
14634
+ "text": "World",
14635
+ "canonicalReference": "server!World:class"
14636
+ },
14637
+ {
14638
+ "kind": "Content",
14639
+ "text": "): "
14640
+ },
14641
+ {
14642
+ "kind": "Content",
14643
+ "text": "void"
14644
+ },
14645
+ {
14646
+ "kind": "Content",
14647
+ "text": ";"
14648
+ }
14649
+ ],
14650
+ "isStatic": false,
14651
+ "returnTypeTokenRange": {
14652
+ "startIndex": 3,
14653
+ "endIndex": 4
14654
+ },
14655
+ "releaseTag": "Public",
14656
+ "isProtected": false,
14657
+ "overloadIndex": 1,
14658
+ "parameters": [
14659
+ {
14660
+ "parameterName": "world",
14661
+ "parameterTypeTokenRange": {
14662
+ "startIndex": 1,
14663
+ "endIndex": 2
14664
+ },
14665
+ "isOptional": false
14666
+ }
14667
+ ],
14668
+ "isOptional": false,
14669
+ "isAbstract": false,
14670
+ "name": "spawn"
14671
+ },
14672
+ {
14673
+ "kind": "Property",
14674
+ "canonicalReference": "server!Light#trackedEntity:member",
14675
+ "docComment": "/**\n * If type is spotlight, the entity the spotlight will constantly point at.\n */\n",
14676
+ "excerptTokens": [
14677
+ {
14678
+ "kind": "Content",
14679
+ "text": "get trackedEntity(): "
14680
+ },
14681
+ {
14682
+ "kind": "Reference",
14683
+ "text": "Entity",
14684
+ "canonicalReference": "server!Entity:class"
14685
+ },
14686
+ {
14687
+ "kind": "Content",
14688
+ "text": " | undefined"
14689
+ },
14690
+ {
14691
+ "kind": "Content",
14692
+ "text": ";"
14693
+ }
14694
+ ],
14695
+ "isReadonly": true,
14696
+ "isOptional": false,
14697
+ "releaseTag": "Public",
14698
+ "name": "trackedEntity",
14699
+ "propertyTypeTokenRange": {
14700
+ "startIndex": 1,
14701
+ "endIndex": 3
14702
+ },
14703
+ "isStatic": false,
14704
+ "isProtected": false,
14705
+ "isAbstract": false
14706
+ },
14707
+ {
14708
+ "kind": "Property",
14709
+ "canonicalReference": "server!Light#trackedPosition:member",
14710
+ "docComment": "/**\n * If type is spotlight, the position the spotlight will constantly point at.\n */\n",
14711
+ "excerptTokens": [
14712
+ {
14713
+ "kind": "Content",
14714
+ "text": "get trackedPosition(): "
14715
+ },
14716
+ {
14717
+ "kind": "Reference",
14718
+ "text": "Vector3Like",
14719
+ "canonicalReference": "server!Vector3Like:interface"
14720
+ },
14721
+ {
14722
+ "kind": "Content",
14723
+ "text": " | undefined"
14724
+ },
14725
+ {
14726
+ "kind": "Content",
14727
+ "text": ";"
14728
+ }
14729
+ ],
14730
+ "isReadonly": true,
14731
+ "isOptional": false,
14732
+ "releaseTag": "Public",
14733
+ "name": "trackedPosition",
14734
+ "propertyTypeTokenRange": {
14735
+ "startIndex": 1,
14736
+ "endIndex": 3
14737
+ },
14738
+ "isStatic": false,
14739
+ "isProtected": false,
14740
+ "isAbstract": false
14741
+ },
14742
+ {
14743
+ "kind": "Property",
14744
+ "canonicalReference": "server!Light#type:member",
14745
+ "docComment": "/**\n * The type of light. Defaults to point light.\n */\n",
14746
+ "excerptTokens": [
14747
+ {
14748
+ "kind": "Content",
14749
+ "text": "get type(): "
14750
+ },
14751
+ {
14752
+ "kind": "Reference",
14753
+ "text": "LightType",
14754
+ "canonicalReference": "server!LightType:enum"
14755
+ },
14756
+ {
14757
+ "kind": "Content",
14758
+ "text": ";"
14759
+ }
14760
+ ],
14761
+ "isReadonly": true,
14762
+ "isOptional": false,
14763
+ "releaseTag": "Public",
14764
+ "name": "type",
14765
+ "propertyTypeTokenRange": {
14766
+ "startIndex": 1,
14767
+ "endIndex": 2
14768
+ },
14769
+ "isStatic": false,
14770
+ "isProtected": false,
14771
+ "isAbstract": false
14772
+ },
14773
+ {
14774
+ "kind": "Property",
14775
+ "canonicalReference": "server!Light#world:member",
14776
+ "docComment": "/**\n * The world the Light is spawned into.\n */\n",
14777
+ "excerptTokens": [
14778
+ {
14779
+ "kind": "Content",
14780
+ "text": "get world(): "
14781
+ },
14782
+ {
14783
+ "kind": "Reference",
14784
+ "text": "World",
14785
+ "canonicalReference": "server!World:class"
14786
+ },
14787
+ {
14788
+ "kind": "Content",
14789
+ "text": " | undefined"
14790
+ },
14791
+ {
14792
+ "kind": "Content",
14793
+ "text": ";"
14794
+ }
14795
+ ],
14796
+ "isReadonly": true,
14797
+ "isOptional": false,
14798
+ "releaseTag": "Public",
14799
+ "name": "world",
14800
+ "propertyTypeTokenRange": {
14801
+ "startIndex": 1,
14802
+ "endIndex": 3
14803
+ },
14804
+ "isStatic": false,
14805
+ "isProtected": false,
14806
+ "isAbstract": false
14807
+ }
14808
+ ],
14809
+ "implementsTokenRanges": [
14810
+ {
14811
+ "startIndex": 1,
14812
+ "endIndex": 2
14813
+ }
14814
+ ]
14815
+ },
14816
+ {
14817
+ "kind": "Namespace",
14818
+ "canonicalReference": "server!LightEventPayload:namespace",
14819
+ "docComment": "/**\n * Payloads for events a Light instance can emit.\n *\n * @public\n */\n",
14820
+ "excerptTokens": [
14821
+ {
14822
+ "kind": "Content",
14823
+ "text": "export declare namespace LightEventPayload "
14824
+ }
14825
+ ],
14826
+ "fileUrlPath": "src/world/lights/Light.ts",
14827
+ "releaseTag": "Public",
14828
+ "name": "LightEventPayload",
14829
+ "preserveMemberOrder": false,
14830
+ "members": [
14831
+ {
14832
+ "kind": "Interface",
14833
+ "canonicalReference": "server!LightEventPayload.Despawn:interface",
14834
+ "docComment": "",
14835
+ "excerptTokens": [
14836
+ {
14837
+ "kind": "Content",
14838
+ "text": "interface Despawn "
14839
+ }
14840
+ ],
14841
+ "releaseTag": "Public",
14842
+ "name": "Despawn",
14843
+ "preserveMemberOrder": false,
14844
+ "members": [
14845
+ {
14846
+ "kind": "PropertySignature",
14847
+ "canonicalReference": "server!LightEventPayload.Despawn#light:member",
14848
+ "docComment": "",
14849
+ "excerptTokens": [
14850
+ {
14851
+ "kind": "Content",
14852
+ "text": "light: "
14853
+ },
14854
+ {
14855
+ "kind": "Reference",
14856
+ "text": "Light",
14857
+ "canonicalReference": "server!Light:class"
14858
+ },
14859
+ {
14860
+ "kind": "Content",
14861
+ "text": ";"
14862
+ }
14863
+ ],
14864
+ "isReadonly": false,
14865
+ "isOptional": false,
14866
+ "releaseTag": "Public",
14867
+ "name": "light",
14868
+ "propertyTypeTokenRange": {
14869
+ "startIndex": 1,
14870
+ "endIndex": 2
14871
+ }
14872
+ }
14873
+ ],
14874
+ "extendsTokenRanges": []
14875
+ },
14876
+ {
14877
+ "kind": "Interface",
14878
+ "canonicalReference": "server!LightEventPayload.SetAngle:interface",
14879
+ "docComment": "",
14880
+ "excerptTokens": [
14881
+ {
14882
+ "kind": "Content",
14883
+ "text": "interface SetAngle "
14884
+ }
14885
+ ],
14886
+ "releaseTag": "Public",
14887
+ "name": "SetAngle",
14888
+ "preserveMemberOrder": false,
14889
+ "members": [
14890
+ {
14891
+ "kind": "PropertySignature",
14892
+ "canonicalReference": "server!LightEventPayload.SetAngle#angle:member",
14893
+ "docComment": "",
14894
+ "excerptTokens": [
14895
+ {
14896
+ "kind": "Content",
14897
+ "text": "angle: "
14898
+ },
14899
+ {
14900
+ "kind": "Content",
14901
+ "text": "number"
14902
+ },
14903
+ {
14904
+ "kind": "Content",
14905
+ "text": ";"
14906
+ }
14907
+ ],
14908
+ "isReadonly": false,
14909
+ "isOptional": false,
14910
+ "releaseTag": "Public",
14911
+ "name": "angle",
14912
+ "propertyTypeTokenRange": {
14913
+ "startIndex": 1,
14914
+ "endIndex": 2
14915
+ }
14916
+ },
14917
+ {
14918
+ "kind": "PropertySignature",
14919
+ "canonicalReference": "server!LightEventPayload.SetAngle#light:member",
14920
+ "docComment": "",
14921
+ "excerptTokens": [
14922
+ {
14923
+ "kind": "Content",
14924
+ "text": "light: "
14925
+ },
14926
+ {
14927
+ "kind": "Reference",
14928
+ "text": "Light",
14929
+ "canonicalReference": "server!Light:class"
14930
+ },
14931
+ {
14932
+ "kind": "Content",
14933
+ "text": ";"
14934
+ }
14935
+ ],
14936
+ "isReadonly": false,
14937
+ "isOptional": false,
14938
+ "releaseTag": "Public",
14939
+ "name": "light",
14940
+ "propertyTypeTokenRange": {
14941
+ "startIndex": 1,
14942
+ "endIndex": 2
14943
+ }
14944
+ }
14945
+ ],
14946
+ "extendsTokenRanges": []
14947
+ },
14948
+ {
14949
+ "kind": "Interface",
14950
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity:interface",
14951
+ "docComment": "",
14952
+ "excerptTokens": [
14953
+ {
14954
+ "kind": "Content",
14955
+ "text": "interface SetAttachedToEntity "
14956
+ }
14957
+ ],
14958
+ "releaseTag": "Public",
14959
+ "name": "SetAttachedToEntity",
14960
+ "preserveMemberOrder": false,
14961
+ "members": [
14962
+ {
14963
+ "kind": "PropertySignature",
14964
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity#entity:member",
14965
+ "docComment": "",
14966
+ "excerptTokens": [
14967
+ {
14968
+ "kind": "Content",
14969
+ "text": "entity: "
14970
+ },
14971
+ {
14972
+ "kind": "Reference",
14973
+ "text": "Entity",
14974
+ "canonicalReference": "server!Entity:class"
14975
+ },
14976
+ {
14977
+ "kind": "Content",
14978
+ "text": ";"
14979
+ }
14980
+ ],
14981
+ "isReadonly": false,
14982
+ "isOptional": false,
14983
+ "releaseTag": "Public",
14984
+ "name": "entity",
14985
+ "propertyTypeTokenRange": {
14986
+ "startIndex": 1,
14987
+ "endIndex": 2
14988
+ }
14989
+ },
14990
+ {
14991
+ "kind": "PropertySignature",
14992
+ "canonicalReference": "server!LightEventPayload.SetAttachedToEntity#light:member",
14993
+ "docComment": "",
14994
+ "excerptTokens": [
14995
+ {
14996
+ "kind": "Content",
14997
+ "text": "light: "
14998
+ },
14999
+ {
15000
+ "kind": "Reference",
15001
+ "text": "Light",
15002
+ "canonicalReference": "server!Light:class"
15003
+ },
15004
+ {
15005
+ "kind": "Content",
15006
+ "text": ";"
15007
+ }
15008
+ ],
15009
+ "isReadonly": false,
15010
+ "isOptional": false,
15011
+ "releaseTag": "Public",
15012
+ "name": "light",
15013
+ "propertyTypeTokenRange": {
15014
+ "startIndex": 1,
15015
+ "endIndex": 2
15016
+ }
15017
+ }
15018
+ ],
15019
+ "extendsTokenRanges": []
15020
+ },
15021
+ {
15022
+ "kind": "Interface",
15023
+ "canonicalReference": "server!LightEventPayload.SetColor:interface",
15024
+ "docComment": "",
15025
+ "excerptTokens": [
15026
+ {
15027
+ "kind": "Content",
15028
+ "text": "interface SetColor "
15029
+ }
15030
+ ],
15031
+ "releaseTag": "Public",
15032
+ "name": "SetColor",
15033
+ "preserveMemberOrder": false,
15034
+ "members": [
15035
+ {
15036
+ "kind": "PropertySignature",
15037
+ "canonicalReference": "server!LightEventPayload.SetColor#color:member",
15038
+ "docComment": "",
15039
+ "excerptTokens": [
15040
+ {
15041
+ "kind": "Content",
15042
+ "text": "color: "
15043
+ },
15044
+ {
15045
+ "kind": "Reference",
15046
+ "text": "RgbColor",
15047
+ "canonicalReference": "server!RgbColor:interface"
15048
+ },
15049
+ {
15050
+ "kind": "Content",
15051
+ "text": ";"
15052
+ }
15053
+ ],
15054
+ "isReadonly": false,
15055
+ "isOptional": false,
15056
+ "releaseTag": "Public",
15057
+ "name": "color",
15058
+ "propertyTypeTokenRange": {
15059
+ "startIndex": 1,
15060
+ "endIndex": 2
15061
+ }
15062
+ },
15063
+ {
15064
+ "kind": "PropertySignature",
15065
+ "canonicalReference": "server!LightEventPayload.SetColor#light:member",
15066
+ "docComment": "",
15067
+ "excerptTokens": [
15068
+ {
15069
+ "kind": "Content",
15070
+ "text": "light: "
15071
+ },
15072
+ {
15073
+ "kind": "Reference",
15074
+ "text": "Light",
15075
+ "canonicalReference": "server!Light:class"
15076
+ },
15077
+ {
15078
+ "kind": "Content",
15079
+ "text": ";"
15080
+ }
15081
+ ],
15082
+ "isReadonly": false,
15083
+ "isOptional": false,
15084
+ "releaseTag": "Public",
15085
+ "name": "light",
15086
+ "propertyTypeTokenRange": {
15087
+ "startIndex": 1,
15088
+ "endIndex": 2
15089
+ }
15090
+ }
15091
+ ],
15092
+ "extendsTokenRanges": []
15093
+ },
15094
+ {
15095
+ "kind": "Interface",
15096
+ "canonicalReference": "server!LightEventPayload.SetDistance:interface",
15097
+ "docComment": "",
15098
+ "excerptTokens": [
15099
+ {
15100
+ "kind": "Content",
15101
+ "text": "interface SetDistance "
15102
+ }
15103
+ ],
15104
+ "releaseTag": "Public",
15105
+ "name": "SetDistance",
15106
+ "preserveMemberOrder": false,
15107
+ "members": [
15108
+ {
15109
+ "kind": "PropertySignature",
15110
+ "canonicalReference": "server!LightEventPayload.SetDistance#distance:member",
15111
+ "docComment": "",
15112
+ "excerptTokens": [
15113
+ {
15114
+ "kind": "Content",
15115
+ "text": "distance: "
15116
+ },
15117
+ {
15118
+ "kind": "Content",
15119
+ "text": "number"
15120
+ },
15121
+ {
15122
+ "kind": "Content",
15123
+ "text": ";"
15124
+ }
15125
+ ],
15126
+ "isReadonly": false,
15127
+ "isOptional": false,
15128
+ "releaseTag": "Public",
15129
+ "name": "distance",
15130
+ "propertyTypeTokenRange": {
15131
+ "startIndex": 1,
15132
+ "endIndex": 2
15133
+ }
15134
+ },
15135
+ {
15136
+ "kind": "PropertySignature",
15137
+ "canonicalReference": "server!LightEventPayload.SetDistance#light:member",
15138
+ "docComment": "",
15139
+ "excerptTokens": [
15140
+ {
15141
+ "kind": "Content",
15142
+ "text": "light: "
15143
+ },
15144
+ {
15145
+ "kind": "Reference",
15146
+ "text": "Light",
15147
+ "canonicalReference": "server!Light:class"
15148
+ },
15149
+ {
15150
+ "kind": "Content",
15151
+ "text": ";"
15152
+ }
15153
+ ],
15154
+ "isReadonly": false,
15155
+ "isOptional": false,
15156
+ "releaseTag": "Public",
15157
+ "name": "light",
15158
+ "propertyTypeTokenRange": {
15159
+ "startIndex": 1,
15160
+ "endIndex": 2
15161
+ }
15162
+ }
15163
+ ],
15164
+ "extendsTokenRanges": []
15165
+ },
15166
+ {
15167
+ "kind": "Interface",
15168
+ "canonicalReference": "server!LightEventPayload.SetIntensity:interface",
15169
+ "docComment": "",
15170
+ "excerptTokens": [
15171
+ {
15172
+ "kind": "Content",
15173
+ "text": "interface SetIntensity "
15174
+ }
15175
+ ],
15176
+ "releaseTag": "Public",
15177
+ "name": "SetIntensity",
15178
+ "preserveMemberOrder": false,
15179
+ "members": [
15180
+ {
15181
+ "kind": "PropertySignature",
15182
+ "canonicalReference": "server!LightEventPayload.SetIntensity#intensity:member",
15183
+ "docComment": "",
15184
+ "excerptTokens": [
15185
+ {
15186
+ "kind": "Content",
15187
+ "text": "intensity: "
15188
+ },
15189
+ {
15190
+ "kind": "Content",
15191
+ "text": "number"
15192
+ },
15193
+ {
15194
+ "kind": "Content",
15195
+ "text": ";"
15196
+ }
15197
+ ],
15198
+ "isReadonly": false,
15199
+ "isOptional": false,
15200
+ "releaseTag": "Public",
15201
+ "name": "intensity",
15202
+ "propertyTypeTokenRange": {
15203
+ "startIndex": 1,
15204
+ "endIndex": 2
15205
+ }
15206
+ },
15207
+ {
15208
+ "kind": "PropertySignature",
15209
+ "canonicalReference": "server!LightEventPayload.SetIntensity#light:member",
15210
+ "docComment": "",
15211
+ "excerptTokens": [
15212
+ {
15213
+ "kind": "Content",
15214
+ "text": "light: "
15215
+ },
15216
+ {
15217
+ "kind": "Reference",
15218
+ "text": "Light",
15219
+ "canonicalReference": "server!Light:class"
15220
+ },
15221
+ {
15222
+ "kind": "Content",
15223
+ "text": ";"
15224
+ }
15225
+ ],
15226
+ "isReadonly": false,
15227
+ "isOptional": false,
15228
+ "releaseTag": "Public",
15229
+ "name": "light",
15230
+ "propertyTypeTokenRange": {
15231
+ "startIndex": 1,
15232
+ "endIndex": 2
15233
+ }
15234
+ }
15235
+ ],
15236
+ "extendsTokenRanges": []
15237
+ },
15238
+ {
15239
+ "kind": "Interface",
15240
+ "canonicalReference": "server!LightEventPayload.SetOffset:interface",
15241
+ "docComment": "",
15242
+ "excerptTokens": [
15243
+ {
15244
+ "kind": "Content",
15245
+ "text": "interface SetOffset "
15246
+ }
15247
+ ],
15248
+ "releaseTag": "Public",
15249
+ "name": "SetOffset",
15250
+ "preserveMemberOrder": false,
15251
+ "members": [
15252
+ {
15253
+ "kind": "PropertySignature",
15254
+ "canonicalReference": "server!LightEventPayload.SetOffset#light:member",
15255
+ "docComment": "",
15256
+ "excerptTokens": [
15257
+ {
15258
+ "kind": "Content",
15259
+ "text": "light: "
15260
+ },
15261
+ {
15262
+ "kind": "Reference",
15263
+ "text": "Light",
15264
+ "canonicalReference": "server!Light:class"
15265
+ },
15266
+ {
15267
+ "kind": "Content",
15268
+ "text": ";"
15269
+ }
15270
+ ],
15271
+ "isReadonly": false,
15272
+ "isOptional": false,
15273
+ "releaseTag": "Public",
15274
+ "name": "light",
15275
+ "propertyTypeTokenRange": {
15276
+ "startIndex": 1,
15277
+ "endIndex": 2
15278
+ }
15279
+ },
15280
+ {
15281
+ "kind": "PropertySignature",
15282
+ "canonicalReference": "server!LightEventPayload.SetOffset#offset:member",
15283
+ "docComment": "",
15284
+ "excerptTokens": [
15285
+ {
15286
+ "kind": "Content",
15287
+ "text": "offset: "
15288
+ },
15289
+ {
15290
+ "kind": "Reference",
15291
+ "text": "Vector3Like",
15292
+ "canonicalReference": "server!Vector3Like:interface"
15293
+ },
15294
+ {
15295
+ "kind": "Content",
15296
+ "text": ";"
15297
+ }
15298
+ ],
15299
+ "isReadonly": false,
15300
+ "isOptional": false,
15301
+ "releaseTag": "Public",
15302
+ "name": "offset",
15303
+ "propertyTypeTokenRange": {
15304
+ "startIndex": 1,
15305
+ "endIndex": 2
15306
+ }
15307
+ }
15308
+ ],
15309
+ "extendsTokenRanges": []
15310
+ },
15311
+ {
15312
+ "kind": "Interface",
15313
+ "canonicalReference": "server!LightEventPayload.SetPenumbra:interface",
15314
+ "docComment": "",
15315
+ "excerptTokens": [
15316
+ {
15317
+ "kind": "Content",
15318
+ "text": "interface SetPenumbra "
15319
+ }
15320
+ ],
15321
+ "releaseTag": "Public",
15322
+ "name": "SetPenumbra",
15323
+ "preserveMemberOrder": false,
15324
+ "members": [
15325
+ {
15326
+ "kind": "PropertySignature",
15327
+ "canonicalReference": "server!LightEventPayload.SetPenumbra#light:member",
15328
+ "docComment": "",
15329
+ "excerptTokens": [
15330
+ {
15331
+ "kind": "Content",
15332
+ "text": "light: "
15333
+ },
15334
+ {
15335
+ "kind": "Reference",
15336
+ "text": "Light",
15337
+ "canonicalReference": "server!Light:class"
15338
+ },
15339
+ {
15340
+ "kind": "Content",
15341
+ "text": ";"
15342
+ }
15343
+ ],
15344
+ "isReadonly": false,
15345
+ "isOptional": false,
15346
+ "releaseTag": "Public",
15347
+ "name": "light",
15348
+ "propertyTypeTokenRange": {
15349
+ "startIndex": 1,
15350
+ "endIndex": 2
15351
+ }
15352
+ },
15353
+ {
15354
+ "kind": "PropertySignature",
15355
+ "canonicalReference": "server!LightEventPayload.SetPenumbra#penumbra:member",
15356
+ "docComment": "",
15357
+ "excerptTokens": [
15358
+ {
15359
+ "kind": "Content",
15360
+ "text": "penumbra: "
15361
+ },
15362
+ {
15363
+ "kind": "Content",
15364
+ "text": "number"
15365
+ },
15366
+ {
15367
+ "kind": "Content",
15368
+ "text": ";"
15369
+ }
15370
+ ],
15371
+ "isReadonly": false,
15372
+ "isOptional": false,
15373
+ "releaseTag": "Public",
15374
+ "name": "penumbra",
15375
+ "propertyTypeTokenRange": {
15376
+ "startIndex": 1,
15377
+ "endIndex": 2
15378
+ }
15379
+ }
15380
+ ],
15381
+ "extendsTokenRanges": []
15382
+ },
15383
+ {
15384
+ "kind": "Interface",
15385
+ "canonicalReference": "server!LightEventPayload.SetPosition:interface",
15386
+ "docComment": "",
15387
+ "excerptTokens": [
15388
+ {
15389
+ "kind": "Content",
15390
+ "text": "interface SetPosition "
15391
+ }
15392
+ ],
15393
+ "releaseTag": "Public",
15394
+ "name": "SetPosition",
15395
+ "preserveMemberOrder": false,
15396
+ "members": [
15397
+ {
15398
+ "kind": "PropertySignature",
15399
+ "canonicalReference": "server!LightEventPayload.SetPosition#light:member",
15400
+ "docComment": "",
15401
+ "excerptTokens": [
15402
+ {
15403
+ "kind": "Content",
15404
+ "text": "light: "
15405
+ },
15406
+ {
15407
+ "kind": "Reference",
15408
+ "text": "Light",
15409
+ "canonicalReference": "server!Light:class"
15410
+ },
15411
+ {
15412
+ "kind": "Content",
15413
+ "text": ";"
15414
+ }
15415
+ ],
15416
+ "isReadonly": false,
15417
+ "isOptional": false,
15418
+ "releaseTag": "Public",
15419
+ "name": "light",
15420
+ "propertyTypeTokenRange": {
15421
+ "startIndex": 1,
15422
+ "endIndex": 2
15423
+ }
15424
+ },
15425
+ {
15426
+ "kind": "PropertySignature",
15427
+ "canonicalReference": "server!LightEventPayload.SetPosition#position:member",
15428
+ "docComment": "",
15429
+ "excerptTokens": [
15430
+ {
15431
+ "kind": "Content",
15432
+ "text": "position: "
15433
+ },
15434
+ {
15435
+ "kind": "Reference",
15436
+ "text": "Vector3Like",
15437
+ "canonicalReference": "server!Vector3Like:interface"
15438
+ },
15439
+ {
15440
+ "kind": "Content",
15441
+ "text": ";"
15442
+ }
15443
+ ],
15444
+ "isReadonly": false,
15445
+ "isOptional": false,
15446
+ "releaseTag": "Public",
15447
+ "name": "position",
15448
+ "propertyTypeTokenRange": {
15449
+ "startIndex": 1,
15450
+ "endIndex": 2
15451
+ }
15452
+ }
15453
+ ],
15454
+ "extendsTokenRanges": []
15455
+ },
15456
+ {
15457
+ "kind": "Interface",
15458
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity:interface",
15459
+ "docComment": "",
15460
+ "excerptTokens": [
15461
+ {
15462
+ "kind": "Content",
15463
+ "text": "interface SetTrackedEntity "
15464
+ }
15465
+ ],
15466
+ "releaseTag": "Public",
15467
+ "name": "SetTrackedEntity",
15468
+ "preserveMemberOrder": false,
15469
+ "members": [
15470
+ {
15471
+ "kind": "PropertySignature",
15472
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity#entity:member",
15473
+ "docComment": "",
15474
+ "excerptTokens": [
15475
+ {
15476
+ "kind": "Content",
15477
+ "text": "entity: "
15478
+ },
15479
+ {
15480
+ "kind": "Reference",
15481
+ "text": "Entity",
15482
+ "canonicalReference": "server!Entity:class"
15483
+ },
15484
+ {
15485
+ "kind": "Content",
15486
+ "text": ";"
15487
+ }
15488
+ ],
15489
+ "isReadonly": false,
15490
+ "isOptional": false,
15491
+ "releaseTag": "Public",
15492
+ "name": "entity",
15493
+ "propertyTypeTokenRange": {
15494
+ "startIndex": 1,
15495
+ "endIndex": 2
15496
+ }
15497
+ },
15498
+ {
15499
+ "kind": "PropertySignature",
15500
+ "canonicalReference": "server!LightEventPayload.SetTrackedEntity#light:member",
15501
+ "docComment": "",
15502
+ "excerptTokens": [
15503
+ {
15504
+ "kind": "Content",
15505
+ "text": "light: "
15506
+ },
15507
+ {
15508
+ "kind": "Reference",
15509
+ "text": "Light",
15510
+ "canonicalReference": "server!Light:class"
15511
+ },
15512
+ {
15513
+ "kind": "Content",
15514
+ "text": ";"
15515
+ }
15516
+ ],
15517
+ "isReadonly": false,
15518
+ "isOptional": false,
15519
+ "releaseTag": "Public",
15520
+ "name": "light",
15521
+ "propertyTypeTokenRange": {
15522
+ "startIndex": 1,
15523
+ "endIndex": 2
15524
+ }
15525
+ }
15526
+ ],
15527
+ "extendsTokenRanges": []
15528
+ },
15529
+ {
15530
+ "kind": "Interface",
15531
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition:interface",
15532
+ "docComment": "",
15533
+ "excerptTokens": [
15534
+ {
15535
+ "kind": "Content",
15536
+ "text": "interface SetTrackedPosition "
15537
+ }
15538
+ ],
15539
+ "releaseTag": "Public",
15540
+ "name": "SetTrackedPosition",
15541
+ "preserveMemberOrder": false,
15542
+ "members": [
15543
+ {
15544
+ "kind": "PropertySignature",
15545
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition#light:member",
15546
+ "docComment": "",
15547
+ "excerptTokens": [
15548
+ {
15549
+ "kind": "Content",
15550
+ "text": "light: "
15551
+ },
15552
+ {
15553
+ "kind": "Reference",
15554
+ "text": "Light",
15555
+ "canonicalReference": "server!Light:class"
15556
+ },
15557
+ {
15558
+ "kind": "Content",
15559
+ "text": ";"
15560
+ }
15561
+ ],
15562
+ "isReadonly": false,
15563
+ "isOptional": false,
15564
+ "releaseTag": "Public",
15565
+ "name": "light",
15566
+ "propertyTypeTokenRange": {
15567
+ "startIndex": 1,
15568
+ "endIndex": 2
15569
+ }
15570
+ },
15571
+ {
15572
+ "kind": "PropertySignature",
15573
+ "canonicalReference": "server!LightEventPayload.SetTrackedPosition#position:member",
15574
+ "docComment": "",
15575
+ "excerptTokens": [
15576
+ {
15577
+ "kind": "Content",
15578
+ "text": "position: "
15579
+ },
15580
+ {
15581
+ "kind": "Reference",
15582
+ "text": "Vector3Like",
15583
+ "canonicalReference": "server!Vector3Like:interface"
15584
+ },
15585
+ {
15586
+ "kind": "Content",
15587
+ "text": ";"
15588
+ }
15589
+ ],
15590
+ "isReadonly": false,
15591
+ "isOptional": false,
15592
+ "releaseTag": "Public",
15593
+ "name": "position",
15594
+ "propertyTypeTokenRange": {
15595
+ "startIndex": 1,
15596
+ "endIndex": 2
15597
+ }
15598
+ }
15599
+ ],
15600
+ "extendsTokenRanges": []
15601
+ },
15602
+ {
15603
+ "kind": "Interface",
15604
+ "canonicalReference": "server!LightEventPayload.Spawn:interface",
15605
+ "docComment": "",
15606
+ "excerptTokens": [
15607
+ {
15608
+ "kind": "Content",
15609
+ "text": "interface Spawn "
15610
+ }
15611
+ ],
15612
+ "releaseTag": "Public",
15613
+ "name": "Spawn",
15614
+ "preserveMemberOrder": false,
15615
+ "members": [
15616
+ {
15617
+ "kind": "PropertySignature",
15618
+ "canonicalReference": "server!LightEventPayload.Spawn#light:member",
15619
+ "docComment": "",
15620
+ "excerptTokens": [
15621
+ {
15622
+ "kind": "Content",
15623
+ "text": "light: "
15624
+ },
15625
+ {
15626
+ "kind": "Reference",
15627
+ "text": "Light",
15628
+ "canonicalReference": "server!Light:class"
15629
+ },
15630
+ {
15631
+ "kind": "Content",
15632
+ "text": ";"
15633
+ }
15634
+ ],
15635
+ "isReadonly": false,
15636
+ "isOptional": false,
15637
+ "releaseTag": "Public",
15638
+ "name": "light",
15639
+ "propertyTypeTokenRange": {
15640
+ "startIndex": 1,
15641
+ "endIndex": 2
15642
+ }
15643
+ }
15644
+ ],
15645
+ "extendsTokenRanges": []
15646
+ }
15647
+ ]
15648
+ },
15649
+ {
15650
+ "kind": "Enum",
15651
+ "canonicalReference": "server!LightEventType:enum",
15652
+ "docComment": "/**\n * Event types a Light instance can emit.\n *\n * @public\n */\n",
15653
+ "excerptTokens": [
15654
+ {
15655
+ "kind": "Content",
15656
+ "text": "export declare enum LightEventType "
15657
+ }
15658
+ ],
15659
+ "fileUrlPath": "src/world/lights/Light.ts",
15660
+ "releaseTag": "Public",
15661
+ "name": "LightEventType",
15662
+ "preserveMemberOrder": false,
15663
+ "members": [
15664
+ {
15665
+ "kind": "EnumMember",
15666
+ "canonicalReference": "server!LightEventType.DESPAWN:member",
15667
+ "docComment": "",
15668
+ "excerptTokens": [
15669
+ {
15670
+ "kind": "Content",
15671
+ "text": "DESPAWN = "
15672
+ },
15673
+ {
15674
+ "kind": "Content",
15675
+ "text": "\"LIGHT.DESPAWN\""
15676
+ }
15677
+ ],
15678
+ "initializerTokenRange": {
15679
+ "startIndex": 1,
15680
+ "endIndex": 2
15681
+ },
15682
+ "releaseTag": "Public",
15683
+ "name": "DESPAWN"
15684
+ },
15685
+ {
15686
+ "kind": "EnumMember",
15687
+ "canonicalReference": "server!LightEventType.SET_ANGLE:member",
15688
+ "docComment": "",
15689
+ "excerptTokens": [
15690
+ {
15691
+ "kind": "Content",
15692
+ "text": "SET_ANGLE = "
15693
+ },
15694
+ {
15695
+ "kind": "Content",
15696
+ "text": "\"LIGHT.SET_ANGLE\""
15697
+ }
15698
+ ],
15699
+ "initializerTokenRange": {
15700
+ "startIndex": 1,
15701
+ "endIndex": 2
15702
+ },
15703
+ "releaseTag": "Public",
15704
+ "name": "SET_ANGLE"
15705
+ },
15706
+ {
15707
+ "kind": "EnumMember",
15708
+ "canonicalReference": "server!LightEventType.SET_ATTACHED_TO_ENTITY:member",
15709
+ "docComment": "",
15710
+ "excerptTokens": [
15711
+ {
15712
+ "kind": "Content",
15713
+ "text": "SET_ATTACHED_TO_ENTITY = "
15714
+ },
15715
+ {
15716
+ "kind": "Content",
15717
+ "text": "\"LIGHT.SET_ATTACHED_TO_ENTITY\""
15718
+ }
15719
+ ],
15720
+ "initializerTokenRange": {
15721
+ "startIndex": 1,
15722
+ "endIndex": 2
15723
+ },
15724
+ "releaseTag": "Public",
15725
+ "name": "SET_ATTACHED_TO_ENTITY"
15726
+ },
15727
+ {
15728
+ "kind": "EnumMember",
15729
+ "canonicalReference": "server!LightEventType.SET_COLOR:member",
15730
+ "docComment": "",
15731
+ "excerptTokens": [
15732
+ {
15733
+ "kind": "Content",
15734
+ "text": "SET_COLOR = "
15735
+ },
15736
+ {
15737
+ "kind": "Content",
15738
+ "text": "\"LIGHT.SET_COLOR\""
15739
+ }
15740
+ ],
15741
+ "initializerTokenRange": {
15742
+ "startIndex": 1,
15743
+ "endIndex": 2
15744
+ },
15745
+ "releaseTag": "Public",
15746
+ "name": "SET_COLOR"
15747
+ },
15748
+ {
15749
+ "kind": "EnumMember",
15750
+ "canonicalReference": "server!LightEventType.SET_DISTANCE:member",
15751
+ "docComment": "",
15752
+ "excerptTokens": [
15753
+ {
15754
+ "kind": "Content",
15755
+ "text": "SET_DISTANCE = "
15756
+ },
15757
+ {
15758
+ "kind": "Content",
15759
+ "text": "\"LIGHT.SET_DISTANCE\""
15760
+ }
15761
+ ],
15762
+ "initializerTokenRange": {
15763
+ "startIndex": 1,
15764
+ "endIndex": 2
15765
+ },
15766
+ "releaseTag": "Public",
15767
+ "name": "SET_DISTANCE"
15768
+ },
15769
+ {
15770
+ "kind": "EnumMember",
15771
+ "canonicalReference": "server!LightEventType.SET_INTENSITY:member",
15772
+ "docComment": "",
15773
+ "excerptTokens": [
15774
+ {
15775
+ "kind": "Content",
15776
+ "text": "SET_INTENSITY = "
15777
+ },
15778
+ {
15779
+ "kind": "Content",
15780
+ "text": "\"LIGHT.SET_INTENSITY\""
15781
+ }
15782
+ ],
15783
+ "initializerTokenRange": {
15784
+ "startIndex": 1,
15785
+ "endIndex": 2
15786
+ },
15787
+ "releaseTag": "Public",
15788
+ "name": "SET_INTENSITY"
15789
+ },
15790
+ {
15791
+ "kind": "EnumMember",
15792
+ "canonicalReference": "server!LightEventType.SET_OFFSET:member",
15793
+ "docComment": "",
15794
+ "excerptTokens": [
15795
+ {
15796
+ "kind": "Content",
15797
+ "text": "SET_OFFSET = "
15798
+ },
15799
+ {
15800
+ "kind": "Content",
15801
+ "text": "\"LIGHT.SET_OFFSET\""
15802
+ }
15803
+ ],
15804
+ "initializerTokenRange": {
15805
+ "startIndex": 1,
15806
+ "endIndex": 2
15807
+ },
15808
+ "releaseTag": "Public",
15809
+ "name": "SET_OFFSET"
15810
+ },
15811
+ {
15812
+ "kind": "EnumMember",
15813
+ "canonicalReference": "server!LightEventType.SET_PENUMBRA:member",
15814
+ "docComment": "",
15815
+ "excerptTokens": [
15816
+ {
15817
+ "kind": "Content",
15818
+ "text": "SET_PENUMBRA = "
15819
+ },
15820
+ {
15821
+ "kind": "Content",
15822
+ "text": "\"LIGHT.SET_PENUMBRA\""
15823
+ }
15824
+ ],
15825
+ "initializerTokenRange": {
15826
+ "startIndex": 1,
15827
+ "endIndex": 2
15828
+ },
15829
+ "releaseTag": "Public",
15830
+ "name": "SET_PENUMBRA"
15831
+ },
15832
+ {
15833
+ "kind": "EnumMember",
15834
+ "canonicalReference": "server!LightEventType.SET_POSITION:member",
15835
+ "docComment": "",
15836
+ "excerptTokens": [
15837
+ {
15838
+ "kind": "Content",
15839
+ "text": "SET_POSITION = "
15840
+ },
15841
+ {
15842
+ "kind": "Content",
15843
+ "text": "\"LIGHT.SET_POSITION\""
15844
+ }
15845
+ ],
15846
+ "initializerTokenRange": {
15847
+ "startIndex": 1,
15848
+ "endIndex": 2
15849
+ },
15850
+ "releaseTag": "Public",
15851
+ "name": "SET_POSITION"
15852
+ },
15853
+ {
15854
+ "kind": "EnumMember",
15855
+ "canonicalReference": "server!LightEventType.SET_TRACKED_ENTITY:member",
15856
+ "docComment": "",
15857
+ "excerptTokens": [
15858
+ {
15859
+ "kind": "Content",
15860
+ "text": "SET_TRACKED_ENTITY = "
15861
+ },
15862
+ {
15863
+ "kind": "Content",
15864
+ "text": "\"LIGHT.SET_TRACKED_ENTITY\""
15865
+ }
15866
+ ],
15867
+ "initializerTokenRange": {
15868
+ "startIndex": 1,
15869
+ "endIndex": 2
15870
+ },
15871
+ "releaseTag": "Public",
15872
+ "name": "SET_TRACKED_ENTITY"
15873
+ },
15874
+ {
15875
+ "kind": "EnumMember",
15876
+ "canonicalReference": "server!LightEventType.SET_TRACKED_POSITION:member",
15877
+ "docComment": "",
15878
+ "excerptTokens": [
15879
+ {
15880
+ "kind": "Content",
15881
+ "text": "SET_TRACKED_POSITION = "
15882
+ },
15883
+ {
15884
+ "kind": "Content",
15885
+ "text": "\"LIGHT.SET_TRACKED_POSITION\""
15886
+ }
15887
+ ],
15888
+ "initializerTokenRange": {
15889
+ "startIndex": 1,
15890
+ "endIndex": 2
15891
+ },
15892
+ "releaseTag": "Public",
15893
+ "name": "SET_TRACKED_POSITION"
15894
+ },
15895
+ {
15896
+ "kind": "EnumMember",
15897
+ "canonicalReference": "server!LightEventType.SET_TYPE:member",
15898
+ "docComment": "",
15899
+ "excerptTokens": [
15900
+ {
15901
+ "kind": "Content",
15902
+ "text": "SET_TYPE = "
15903
+ },
15904
+ {
15905
+ "kind": "Content",
15906
+ "text": "\"LIGHT.SET_TYPE\""
15907
+ }
15908
+ ],
15909
+ "initializerTokenRange": {
15910
+ "startIndex": 1,
15911
+ "endIndex": 2
15912
+ },
15913
+ "releaseTag": "Public",
15914
+ "name": "SET_TYPE"
15915
+ },
15916
+ {
15917
+ "kind": "EnumMember",
15918
+ "canonicalReference": "server!LightEventType.SPAWN:member",
15919
+ "docComment": "",
15920
+ "excerptTokens": [
15921
+ {
15922
+ "kind": "Content",
15923
+ "text": "SPAWN = "
15924
+ },
15925
+ {
15926
+ "kind": "Content",
15927
+ "text": "\"LIGHT.SPAWN\""
15928
+ }
15929
+ ],
15930
+ "initializerTokenRange": {
15931
+ "startIndex": 1,
15932
+ "endIndex": 2
15933
+ },
15934
+ "releaseTag": "Public",
15935
+ "name": "SPAWN"
15936
+ }
15937
+ ]
15938
+ },
15939
+ {
15940
+ "kind": "Class",
15941
+ "canonicalReference": "server!LightManager:class",
15942
+ "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",
15943
+ "excerptTokens": [
15944
+ {
15945
+ "kind": "Content",
15946
+ "text": "export default class LightManager "
15947
+ }
15948
+ ],
15949
+ "fileUrlPath": "src/world/lights/LightManager.ts",
15950
+ "releaseTag": "Public",
15951
+ "isAbstract": false,
15952
+ "name": "LightManager",
15953
+ "preserveMemberOrder": false,
15954
+ "members": [
15955
+ {
15956
+ "kind": "Method",
15957
+ "canonicalReference": "server!LightManager#getAllEntityAttachedLights:member(1)",
15958
+ "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",
15959
+ "excerptTokens": [
15960
+ {
15961
+ "kind": "Content",
15962
+ "text": "getAllEntityAttachedLights(entity: "
15963
+ },
15964
+ {
15965
+ "kind": "Reference",
15966
+ "text": "Entity",
15967
+ "canonicalReference": "server!Entity:class"
15968
+ },
15969
+ {
15970
+ "kind": "Content",
15971
+ "text": "): "
15972
+ },
15973
+ {
15974
+ "kind": "Reference",
15975
+ "text": "Light",
15976
+ "canonicalReference": "server!Light:class"
15977
+ },
15978
+ {
15979
+ "kind": "Content",
15980
+ "text": "[]"
15981
+ },
15982
+ {
15983
+ "kind": "Content",
15984
+ "text": ";"
15985
+ }
15986
+ ],
15987
+ "isStatic": false,
15988
+ "returnTypeTokenRange": {
15989
+ "startIndex": 3,
15990
+ "endIndex": 5
15991
+ },
15992
+ "releaseTag": "Public",
15993
+ "isProtected": false,
15994
+ "overloadIndex": 1,
15995
+ "parameters": [
15996
+ {
15997
+ "parameterName": "entity",
15998
+ "parameterTypeTokenRange": {
15999
+ "startIndex": 1,
16000
+ "endIndex": 2
16001
+ },
16002
+ "isOptional": false
16003
+ }
16004
+ ],
16005
+ "isOptional": false,
16006
+ "isAbstract": false,
16007
+ "name": "getAllEntityAttachedLights"
16008
+ },
16009
+ {
16010
+ "kind": "Method",
16011
+ "canonicalReference": "server!LightManager#getAllLights:member(1)",
16012
+ "docComment": "/**\n * Retrieves all spawned Light instances for the world.\n *\n * @returns An array of Light instances.\n */\n",
16013
+ "excerptTokens": [
16014
+ {
16015
+ "kind": "Content",
16016
+ "text": "getAllLights(): "
16017
+ },
16018
+ {
16019
+ "kind": "Reference",
16020
+ "text": "Light",
16021
+ "canonicalReference": "server!Light:class"
16022
+ },
16023
+ {
16024
+ "kind": "Content",
16025
+ "text": "[]"
16026
+ },
16027
+ {
16028
+ "kind": "Content",
16029
+ "text": ";"
16030
+ }
16031
+ ],
16032
+ "isStatic": false,
16033
+ "returnTypeTokenRange": {
16034
+ "startIndex": 1,
16035
+ "endIndex": 3
16036
+ },
16037
+ "releaseTag": "Public",
16038
+ "isProtected": false,
16039
+ "overloadIndex": 1,
16040
+ "parameters": [],
16041
+ "isOptional": false,
16042
+ "isAbstract": false,
16043
+ "name": "getAllLights"
16044
+ },
16045
+ {
16046
+ "kind": "Property",
16047
+ "canonicalReference": "server!LightManager#world:member",
16048
+ "docComment": "/**\n * The world the LightManager is for.\n */\n",
16049
+ "excerptTokens": [
16050
+ {
16051
+ "kind": "Content",
16052
+ "text": "get world(): "
16053
+ },
16054
+ {
16055
+ "kind": "Reference",
16056
+ "text": "World",
16057
+ "canonicalReference": "server!World:class"
16058
+ },
16059
+ {
16060
+ "kind": "Content",
16061
+ "text": ";"
16062
+ }
16063
+ ],
16064
+ "isReadonly": true,
16065
+ "isOptional": false,
16066
+ "releaseTag": "Public",
16067
+ "name": "world",
16068
+ "propertyTypeTokenRange": {
16069
+ "startIndex": 1,
16070
+ "endIndex": 2
16071
+ },
16072
+ "isStatic": false,
16073
+ "isProtected": false,
16074
+ "isAbstract": false
16075
+ }
16076
+ ],
16077
+ "implementsTokenRanges": []
16078
+ },
16079
+ {
16080
+ "kind": "Interface",
16081
+ "canonicalReference": "server!LightOptions:interface",
16082
+ "docComment": "/**\n * Options for creating a Light instance.\n *\n * @public\n */\n",
16083
+ "excerptTokens": [
16084
+ {
16085
+ "kind": "Content",
16086
+ "text": "export interface LightOptions "
16087
+ }
16088
+ ],
16089
+ "fileUrlPath": "src/world/lights/Light.ts",
16090
+ "releaseTag": "Public",
16091
+ "name": "LightOptions",
16092
+ "preserveMemberOrder": false,
16093
+ "members": [
16094
+ {
16095
+ "kind": "PropertySignature",
16096
+ "canonicalReference": "server!LightOptions#angle:member",
16097
+ "docComment": "/**\n * If type is spotlight, the angle of the spotlight.\n */\n",
16098
+ "excerptTokens": [
16099
+ {
16100
+ "kind": "Content",
16101
+ "text": "angle?: "
16102
+ },
16103
+ {
16104
+ "kind": "Content",
16105
+ "text": "number"
16106
+ },
16107
+ {
16108
+ "kind": "Content",
16109
+ "text": ";"
16110
+ }
16111
+ ],
16112
+ "isReadonly": false,
16113
+ "isOptional": true,
16114
+ "releaseTag": "Public",
16115
+ "name": "angle",
16116
+ "propertyTypeTokenRange": {
16117
+ "startIndex": 1,
16118
+ "endIndex": 2
16119
+ }
16120
+ },
16121
+ {
16122
+ "kind": "PropertySignature",
16123
+ "canonicalReference": "server!LightOptions#attachedToEntity:member",
16124
+ "docComment": "/**\n * If set, the light will be attached to this entity.\n */\n",
16125
+ "excerptTokens": [
16126
+ {
16127
+ "kind": "Content",
16128
+ "text": "attachedToEntity?: "
16129
+ },
16130
+ {
16131
+ "kind": "Reference",
16132
+ "text": "Entity",
16133
+ "canonicalReference": "server!Entity:class"
16134
+ },
16135
+ {
16136
+ "kind": "Content",
16137
+ "text": ";"
16138
+ }
16139
+ ],
16140
+ "isReadonly": false,
16141
+ "isOptional": true,
16142
+ "releaseTag": "Public",
16143
+ "name": "attachedToEntity",
16144
+ "propertyTypeTokenRange": {
16145
+ "startIndex": 1,
16146
+ "endIndex": 2
16147
+ }
16148
+ },
16149
+ {
16150
+ "kind": "PropertySignature",
16151
+ "canonicalReference": "server!LightOptions#color:member",
16152
+ "docComment": "/**\n * The color of the light. Defaults to white.\n */\n",
16153
+ "excerptTokens": [
16154
+ {
16155
+ "kind": "Content",
16156
+ "text": "color?: "
16157
+ },
16158
+ {
16159
+ "kind": "Reference",
16160
+ "text": "RgbColor",
16161
+ "canonicalReference": "server!RgbColor:interface"
16162
+ },
16163
+ {
16164
+ "kind": "Content",
16165
+ "text": ";"
16166
+ }
16167
+ ],
16168
+ "isReadonly": false,
16169
+ "isOptional": true,
16170
+ "releaseTag": "Public",
16171
+ "name": "color",
16172
+ "propertyTypeTokenRange": {
16173
+ "startIndex": 1,
16174
+ "endIndex": 2
16175
+ }
16176
+ },
16177
+ {
16178
+ "kind": "PropertySignature",
16179
+ "canonicalReference": "server!LightOptions#distance:member",
16180
+ "docComment": "/**\n * The maximum distance the light will illuminate. 0 does not limit distance. Defaults to 0.\n */\n",
16181
+ "excerptTokens": [
16182
+ {
16183
+ "kind": "Content",
16184
+ "text": "distance?: "
16185
+ },
16186
+ {
16187
+ "kind": "Content",
16188
+ "text": "number"
16189
+ },
16190
+ {
16191
+ "kind": "Content",
16192
+ "text": ";"
16193
+ }
16194
+ ],
16195
+ "isReadonly": false,
16196
+ "isOptional": true,
16197
+ "releaseTag": "Public",
16198
+ "name": "distance",
16199
+ "propertyTypeTokenRange": {
16200
+ "startIndex": 1,
16201
+ "endIndex": 2
16202
+ }
16203
+ },
16204
+ {
16205
+ "kind": "PropertySignature",
16206
+ "canonicalReference": "server!LightOptions#intensity:member",
16207
+ "docComment": "/**\n * The intensity of the light in candela (cd). Defaults to 1\n */\n",
16208
+ "excerptTokens": [
16209
+ {
16210
+ "kind": "Content",
16211
+ "text": "intensity?: "
16212
+ },
16213
+ {
16214
+ "kind": "Content",
16215
+ "text": "number"
16216
+ },
16217
+ {
16218
+ "kind": "Content",
16219
+ "text": ";"
16220
+ }
16221
+ ],
16222
+ "isReadonly": false,
16223
+ "isOptional": true,
16224
+ "releaseTag": "Public",
16225
+ "name": "intensity",
16226
+ "propertyTypeTokenRange": {
16227
+ "startIndex": 1,
16228
+ "endIndex": 2
16229
+ }
16230
+ },
16231
+ {
16232
+ "kind": "PropertySignature",
16233
+ "canonicalReference": "server!LightOptions#offset:member",
16234
+ "docComment": "/**\n * The offset of the light from the attached entity or position.\n */\n",
16235
+ "excerptTokens": [
16236
+ {
16237
+ "kind": "Content",
16238
+ "text": "offset?: "
16239
+ },
16240
+ {
16241
+ "kind": "Reference",
16242
+ "text": "Vector3Like",
16243
+ "canonicalReference": "server!Vector3Like:interface"
16244
+ },
16245
+ {
16246
+ "kind": "Content",
16247
+ "text": ";"
16248
+ }
16249
+ ],
16250
+ "isReadonly": false,
16251
+ "isOptional": true,
16252
+ "releaseTag": "Public",
16253
+ "name": "offset",
16254
+ "propertyTypeTokenRange": {
16255
+ "startIndex": 1,
16256
+ "endIndex": 2
16257
+ }
16258
+ },
16259
+ {
16260
+ "kind": "PropertySignature",
16261
+ "canonicalReference": "server!LightOptions#penumbra:member",
16262
+ "docComment": "/**\n * If type is spotlight, the penumbra of the spotlight. Defaults to 0\n */\n",
16263
+ "excerptTokens": [
16264
+ {
16265
+ "kind": "Content",
16266
+ "text": "penumbra?: "
16267
+ },
16268
+ {
16269
+ "kind": "Content",
16270
+ "text": "number"
16271
+ },
16272
+ {
16273
+ "kind": "Content",
16274
+ "text": ";"
16275
+ }
16276
+ ],
16277
+ "isReadonly": false,
16278
+ "isOptional": true,
16279
+ "releaseTag": "Public",
16280
+ "name": "penumbra",
16281
+ "propertyTypeTokenRange": {
16282
+ "startIndex": 1,
16283
+ "endIndex": 2
16284
+ }
16285
+ },
16286
+ {
16287
+ "kind": "PropertySignature",
16288
+ "canonicalReference": "server!LightOptions#position:member",
16289
+ "docComment": "/**\n * If set, the light will be attached at this position.\n */\n",
16290
+ "excerptTokens": [
16291
+ {
16292
+ "kind": "Content",
16293
+ "text": "position?: "
16294
+ },
16295
+ {
16296
+ "kind": "Reference",
16297
+ "text": "Vector3Like",
16298
+ "canonicalReference": "server!Vector3Like:interface"
16299
+ },
16300
+ {
16301
+ "kind": "Content",
16302
+ "text": ";"
16303
+ }
16304
+ ],
16305
+ "isReadonly": false,
16306
+ "isOptional": true,
16307
+ "releaseTag": "Public",
16308
+ "name": "position",
16309
+ "propertyTypeTokenRange": {
16310
+ "startIndex": 1,
16311
+ "endIndex": 2
16312
+ }
16313
+ },
16314
+ {
16315
+ "kind": "PropertySignature",
16316
+ "canonicalReference": "server!LightOptions#trackedEntity:member",
16317
+ "docComment": "/**\n * If type is spotlight, the entity the spotlight will constantly point at.\n */\n",
16318
+ "excerptTokens": [
16319
+ {
16320
+ "kind": "Content",
16321
+ "text": "trackedEntity?: "
16322
+ },
16323
+ {
16324
+ "kind": "Reference",
16325
+ "text": "Entity",
16326
+ "canonicalReference": "server!Entity:class"
16327
+ },
16328
+ {
16329
+ "kind": "Content",
16330
+ "text": ";"
16331
+ }
16332
+ ],
16333
+ "isReadonly": false,
16334
+ "isOptional": true,
16335
+ "releaseTag": "Public",
16336
+ "name": "trackedEntity",
16337
+ "propertyTypeTokenRange": {
16338
+ "startIndex": 1,
16339
+ "endIndex": 2
16340
+ }
16341
+ },
16342
+ {
16343
+ "kind": "PropertySignature",
16344
+ "canonicalReference": "server!LightOptions#trackedPosition:member",
16345
+ "docComment": "/**\n * If type is spotlight, the position the spotlight will constantly point at.\n */\n",
16346
+ "excerptTokens": [
16347
+ {
16348
+ "kind": "Content",
16349
+ "text": "trackedPosition?: "
16350
+ },
16351
+ {
16352
+ "kind": "Reference",
16353
+ "text": "Vector3Like",
16354
+ "canonicalReference": "server!Vector3Like:interface"
16355
+ },
16356
+ {
16357
+ "kind": "Content",
16358
+ "text": ";"
16359
+ }
16360
+ ],
16361
+ "isReadonly": false,
16362
+ "isOptional": true,
16363
+ "releaseTag": "Public",
16364
+ "name": "trackedPosition",
16365
+ "propertyTypeTokenRange": {
16366
+ "startIndex": 1,
16367
+ "endIndex": 2
16368
+ }
16369
+ },
16370
+ {
16371
+ "kind": "PropertySignature",
16372
+ "canonicalReference": "server!LightOptions#type:member",
16373
+ "docComment": "/**\n * The type of light. Defaults to point light.\n */\n",
16374
+ "excerptTokens": [
16375
+ {
16376
+ "kind": "Content",
16377
+ "text": "type?: "
16378
+ },
16379
+ {
16380
+ "kind": "Reference",
16381
+ "text": "LightType",
16382
+ "canonicalReference": "server!LightType:enum"
16383
+ },
16384
+ {
16385
+ "kind": "Content",
16386
+ "text": ";"
16387
+ }
16388
+ ],
16389
+ "isReadonly": false,
16390
+ "isOptional": true,
16391
+ "releaseTag": "Public",
16392
+ "name": "type",
16393
+ "propertyTypeTokenRange": {
16394
+ "startIndex": 1,
16395
+ "endIndex": 2
16396
+ }
16397
+ }
16398
+ ],
16399
+ "extendsTokenRanges": []
16400
+ },
16401
+ {
16402
+ "kind": "Enum",
16403
+ "canonicalReference": "server!LightType:enum",
16404
+ "docComment": "/**\n * The types a Light can be.\n *\n * @public\n */\n",
16405
+ "excerptTokens": [
16406
+ {
16407
+ "kind": "Content",
16408
+ "text": "export declare enum LightType "
16409
+ }
16410
+ ],
16411
+ "fileUrlPath": "src/world/lights/Light.ts",
16412
+ "releaseTag": "Public",
16413
+ "name": "LightType",
16414
+ "preserveMemberOrder": false,
16415
+ "members": [
16416
+ {
16417
+ "kind": "EnumMember",
16418
+ "canonicalReference": "server!LightType.POINTLIGHT:member",
16419
+ "docComment": "",
16420
+ "excerptTokens": [
16421
+ {
16422
+ "kind": "Content",
16423
+ "text": "POINTLIGHT = "
16424
+ },
16425
+ {
16426
+ "kind": "Content",
16427
+ "text": "0"
16428
+ }
16429
+ ],
16430
+ "initializerTokenRange": {
16431
+ "startIndex": 1,
16432
+ "endIndex": 2
16433
+ },
16434
+ "releaseTag": "Public",
16435
+ "name": "POINTLIGHT"
16436
+ },
16437
+ {
16438
+ "kind": "EnumMember",
16439
+ "canonicalReference": "server!LightType.SPOTLIGHT:member",
16440
+ "docComment": "",
16441
+ "excerptTokens": [
16442
+ {
16443
+ "kind": "Content",
16444
+ "text": "SPOTLIGHT = "
16445
+ },
16446
+ {
16447
+ "kind": "Content",
16448
+ "text": "1"
16449
+ }
16450
+ ],
16451
+ "initializerTokenRange": {
16452
+ "startIndex": 1,
16453
+ "endIndex": 2
16454
+ },
16455
+ "releaseTag": "Public",
16456
+ "name": "SPOTLIGHT"
16457
+ }
16458
+ ]
16459
+ },
13732
16460
  {
13733
16461
  "kind": "Class",
13734
16462
  "canonicalReference": "server!ModelManager:class",
@@ -24348,7 +27076,7 @@
24348
27076
  {
24349
27077
  "kind": "Property",
24350
27078
  "canonicalReference": "server!SceneUI#attachedToEntity:member",
24351
- "docComment": "",
27079
+ "docComment": "/**\n * The entity to which the SceneUI is attached if explicitly set.\n */\n",
24352
27080
  "excerptTokens": [
24353
27081
  {
24354
27082
  "kind": "Content",
@@ -24383,7 +27111,7 @@
24383
27111
  {
24384
27112
  "kind": "Property",
24385
27113
  "canonicalReference": "server!SceneUI#id:member",
24386
- "docComment": "",
27114
+ "docComment": "/**\n * The unique identifier for the SceneUI.\n */\n",
24387
27115
  "excerptTokens": [
24388
27116
  {
24389
27117
  "kind": "Content",
@@ -24413,7 +27141,7 @@
24413
27141
  {
24414
27142
  "kind": "Property",
24415
27143
  "canonicalReference": "server!SceneUI#isLoaded:member",
24416
- "docComment": "",
27144
+ "docComment": "/**\n * Whether the SceneUI is loaded into the world.\n */\n",
24417
27145
  "excerptTokens": [
24418
27146
  {
24419
27147
  "kind": "Content",
@@ -24492,7 +27220,7 @@
24492
27220
  {
24493
27221
  "kind": "Property",
24494
27222
  "canonicalReference": "server!SceneUI#offset:member",
24495
- "docComment": "",
27223
+ "docComment": "/**\n * The offset of the SceneUI from the attached entity or position.\n */\n",
24496
27224
  "excerptTokens": [
24497
27225
  {
24498
27226
  "kind": "Content",
@@ -24527,7 +27255,7 @@
24527
27255
  {
24528
27256
  "kind": "Property",
24529
27257
  "canonicalReference": "server!SceneUI#position:member",
24530
- "docComment": "",
27258
+ "docComment": "/**\n * The position of the SceneUI in the world if explicitly set.\n */\n",
24531
27259
  "excerptTokens": [
24532
27260
  {
24533
27261
  "kind": "Content",
@@ -24805,7 +27533,7 @@
24805
27533
  {
24806
27534
  "kind": "Property",
24807
27535
  "canonicalReference": "server!SceneUI#state:member",
24808
- "docComment": "",
27536
+ "docComment": "/**\n * The state of the SceneUI.\n */\n",
24809
27537
  "excerptTokens": [
24810
27538
  {
24811
27539
  "kind": "Content",
@@ -24840,7 +27568,7 @@
24840
27568
  {
24841
27569
  "kind": "Property",
24842
27570
  "canonicalReference": "server!SceneUI#templateId:member",
24843
- "docComment": "",
27571
+ "docComment": "/**\n * The template ID of the SceneUI.\n */\n",
24844
27572
  "excerptTokens": [
24845
27573
  {
24846
27574
  "kind": "Content",
@@ -24901,7 +27629,7 @@
24901
27629
  {
24902
27630
  "kind": "Property",
24903
27631
  "canonicalReference": "server!SceneUI#viewDistance:member",
24904
- "docComment": "",
27632
+ "docComment": "/**\n * The maximum view distance the SceneUI will be visible to the player.\n */\n",
24905
27633
  "excerptTokens": [
24906
27634
  {
24907
27635
  "kind": "Content",
@@ -24931,7 +27659,7 @@
24931
27659
  {
24932
27660
  "kind": "Property",
24933
27661
  "canonicalReference": "server!SceneUI#world:member",
24934
- "docComment": "",
27662
+ "docComment": "/**\n * The world the SceneUI is loaded into.\n */\n",
24935
27663
  "excerptTokens": [
24936
27664
  {
24937
27665
  "kind": "Content",
@@ -27819,6 +30547,67 @@
27819
30547
  }
27820
30548
  ]
27821
30549
  },
30550
+ {
30551
+ "kind": "Property",
30552
+ "canonicalReference": "server!World#ambientLightColor:member",
30553
+ "docComment": "/**\n * The color of the ambient light.\n */\n",
30554
+ "excerptTokens": [
30555
+ {
30556
+ "kind": "Content",
30557
+ "text": "get ambientLightColor(): "
30558
+ },
30559
+ {
30560
+ "kind": "Reference",
30561
+ "text": "RgbColor",
30562
+ "canonicalReference": "server!RgbColor:interface"
30563
+ },
30564
+ {
30565
+ "kind": "Content",
30566
+ "text": ";"
30567
+ }
30568
+ ],
30569
+ "isReadonly": true,
30570
+ "isOptional": false,
30571
+ "releaseTag": "Public",
30572
+ "name": "ambientLightColor",
30573
+ "propertyTypeTokenRange": {
30574
+ "startIndex": 1,
30575
+ "endIndex": 2
30576
+ },
30577
+ "isStatic": false,
30578
+ "isProtected": false,
30579
+ "isAbstract": false
30580
+ },
30581
+ {
30582
+ "kind": "Property",
30583
+ "canonicalReference": "server!World#ambientLightIntensity:member",
30584
+ "docComment": "/**\n * The intensity of the ambient light.\n */\n",
30585
+ "excerptTokens": [
30586
+ {
30587
+ "kind": "Content",
30588
+ "text": "get ambientLightIntensity(): "
30589
+ },
30590
+ {
30591
+ "kind": "Content",
30592
+ "text": "number"
30593
+ },
30594
+ {
30595
+ "kind": "Content",
30596
+ "text": ";"
30597
+ }
30598
+ ],
30599
+ "isReadonly": true,
30600
+ "isOptional": false,
30601
+ "releaseTag": "Public",
30602
+ "name": "ambientLightIntensity",
30603
+ "propertyTypeTokenRange": {
30604
+ "startIndex": 1,
30605
+ "endIndex": 2
30606
+ },
30607
+ "isStatic": false,
30608
+ "isProtected": false,
30609
+ "isAbstract": false
30610
+ },
27822
30611
  {
27823
30612
  "kind": "Property",
27824
30613
  "canonicalReference": "server!World#audioManager:member",
@@ -27841,7 +30630,100 @@
27841
30630
  "isReadonly": true,
27842
30631
  "isOptional": false,
27843
30632
  "releaseTag": "Public",
27844
- "name": "audioManager",
30633
+ "name": "audioManager",
30634
+ "propertyTypeTokenRange": {
30635
+ "startIndex": 1,
30636
+ "endIndex": 2
30637
+ },
30638
+ "isStatic": false,
30639
+ "isProtected": false,
30640
+ "isAbstract": false
30641
+ },
30642
+ {
30643
+ "kind": "Property",
30644
+ "canonicalReference": "server!World#blockTypeRegistry:member",
30645
+ "docComment": "/**\n * The block type registry for the world.\n */\n",
30646
+ "excerptTokens": [
30647
+ {
30648
+ "kind": "Content",
30649
+ "text": "get blockTypeRegistry(): "
30650
+ },
30651
+ {
30652
+ "kind": "Reference",
30653
+ "text": "BlockTypeRegistry",
30654
+ "canonicalReference": "server!BlockTypeRegistry:class"
30655
+ },
30656
+ {
30657
+ "kind": "Content",
30658
+ "text": ";"
30659
+ }
30660
+ ],
30661
+ "isReadonly": true,
30662
+ "isOptional": false,
30663
+ "releaseTag": "Public",
30664
+ "name": "blockTypeRegistry",
30665
+ "propertyTypeTokenRange": {
30666
+ "startIndex": 1,
30667
+ "endIndex": 2
30668
+ },
30669
+ "isStatic": false,
30670
+ "isProtected": false,
30671
+ "isAbstract": false
30672
+ },
30673
+ {
30674
+ "kind": "Property",
30675
+ "canonicalReference": "server!World#chatManager:member",
30676
+ "docComment": "/**\n * The chat manager for the world.\n */\n",
30677
+ "excerptTokens": [
30678
+ {
30679
+ "kind": "Content",
30680
+ "text": "get chatManager(): "
30681
+ },
30682
+ {
30683
+ "kind": "Reference",
30684
+ "text": "ChatManager",
30685
+ "canonicalReference": "server!ChatManager:class"
30686
+ },
30687
+ {
30688
+ "kind": "Content",
30689
+ "text": ";"
30690
+ }
30691
+ ],
30692
+ "isReadonly": true,
30693
+ "isOptional": false,
30694
+ "releaseTag": "Public",
30695
+ "name": "chatManager",
30696
+ "propertyTypeTokenRange": {
30697
+ "startIndex": 1,
30698
+ "endIndex": 2
30699
+ },
30700
+ "isStatic": false,
30701
+ "isProtected": false,
30702
+ "isAbstract": false
30703
+ },
30704
+ {
30705
+ "kind": "Property",
30706
+ "canonicalReference": "server!World#chunkLattice:member",
30707
+ "docComment": "/**\n * The chunk lattice for the world.\n */\n",
30708
+ "excerptTokens": [
30709
+ {
30710
+ "kind": "Content",
30711
+ "text": "get chunkLattice(): "
30712
+ },
30713
+ {
30714
+ "kind": "Reference",
30715
+ "text": "ChunkLattice",
30716
+ "canonicalReference": "server!ChunkLattice:class"
30717
+ },
30718
+ {
30719
+ "kind": "Content",
30720
+ "text": ";"
30721
+ }
30722
+ ],
30723
+ "isReadonly": true,
30724
+ "isOptional": false,
30725
+ "releaseTag": "Public",
30726
+ "name": "chunkLattice",
27845
30727
  "propertyTypeTokenRange": {
27846
30728
  "startIndex": 1,
27847
30729
  "endIndex": 2
@@ -27852,17 +30734,17 @@
27852
30734
  },
27853
30735
  {
27854
30736
  "kind": "Property",
27855
- "canonicalReference": "server!World#blockTypeRegistry:member",
27856
- "docComment": "/**\n * The block type registry for the world.\n */\n",
30737
+ "canonicalReference": "server!World#directionalLightColor:member",
30738
+ "docComment": "/**\n * The color of the directional light.\n */\n",
27857
30739
  "excerptTokens": [
27858
30740
  {
27859
30741
  "kind": "Content",
27860
- "text": "get blockTypeRegistry(): "
30742
+ "text": "get directionalLightColor(): "
27861
30743
  },
27862
30744
  {
27863
30745
  "kind": "Reference",
27864
- "text": "BlockTypeRegistry",
27865
- "canonicalReference": "server!BlockTypeRegistry:class"
30746
+ "text": "RgbColor",
30747
+ "canonicalReference": "server!RgbColor:interface"
27866
30748
  },
27867
30749
  {
27868
30750
  "kind": "Content",
@@ -27872,7 +30754,7 @@
27872
30754
  "isReadonly": true,
27873
30755
  "isOptional": false,
27874
30756
  "releaseTag": "Public",
27875
- "name": "blockTypeRegistry",
30757
+ "name": "directionalLightColor",
27876
30758
  "propertyTypeTokenRange": {
27877
30759
  "startIndex": 1,
27878
30760
  "endIndex": 2
@@ -27883,17 +30765,16 @@
27883
30765
  },
27884
30766
  {
27885
30767
  "kind": "Property",
27886
- "canonicalReference": "server!World#chatManager:member",
27887
- "docComment": "/**\n * The chat manager for the world.\n */\n",
30768
+ "canonicalReference": "server!World#directionalLightIntensity:member",
30769
+ "docComment": "/**\n * The intensity of the directional light.\n */\n",
27888
30770
  "excerptTokens": [
27889
30771
  {
27890
30772
  "kind": "Content",
27891
- "text": "get chatManager(): "
30773
+ "text": "get directionalLightIntensity(): "
27892
30774
  },
27893
30775
  {
27894
- "kind": "Reference",
27895
- "text": "ChatManager",
27896
- "canonicalReference": "server!ChatManager:class"
30776
+ "kind": "Content",
30777
+ "text": "number"
27897
30778
  },
27898
30779
  {
27899
30780
  "kind": "Content",
@@ -27903,7 +30784,7 @@
27903
30784
  "isReadonly": true,
27904
30785
  "isOptional": false,
27905
30786
  "releaseTag": "Public",
27906
- "name": "chatManager",
30787
+ "name": "directionalLightIntensity",
27907
30788
  "propertyTypeTokenRange": {
27908
30789
  "startIndex": 1,
27909
30790
  "endIndex": 2
@@ -27914,17 +30795,17 @@
27914
30795
  },
27915
30796
  {
27916
30797
  "kind": "Property",
27917
- "canonicalReference": "server!World#chunkLattice:member",
27918
- "docComment": "/**\n * The chunk lattice for the world.\n */\n",
30798
+ "canonicalReference": "server!World#directionalLightPosition:member",
30799
+ "docComment": "/**\n * The position the directional light originates from.\n */\n",
27919
30800
  "excerptTokens": [
27920
30801
  {
27921
30802
  "kind": "Content",
27922
- "text": "get chunkLattice(): "
30803
+ "text": "get directionalLightPosition(): "
27923
30804
  },
27924
30805
  {
27925
30806
  "kind": "Reference",
27926
- "text": "ChunkLattice",
27927
- "canonicalReference": "server!ChunkLattice:class"
30807
+ "text": "Vector3Like",
30808
+ "canonicalReference": "server!Vector3Like:interface"
27928
30809
  },
27929
30810
  {
27930
30811
  "kind": "Content",
@@ -27934,7 +30815,7 @@
27934
30815
  "isReadonly": true,
27935
30816
  "isOptional": false,
27936
30817
  "releaseTag": "Public",
27937
- "name": "chunkLattice",
30818
+ "name": "directionalLightPosition",
27938
30819
  "propertyTypeTokenRange": {
27939
30820
  "startIndex": 1,
27940
30821
  "endIndex": 2
@@ -28035,6 +30916,37 @@
28035
30916
  "isProtected": false,
28036
30917
  "isAbstract": false
28037
30918
  },
30919
+ {
30920
+ "kind": "Property",
30921
+ "canonicalReference": "server!World#lightManager:member",
30922
+ "docComment": "/**\n * The light manager for the world.\n */\n",
30923
+ "excerptTokens": [
30924
+ {
30925
+ "kind": "Content",
30926
+ "text": "get lightManager(): "
30927
+ },
30928
+ {
30929
+ "kind": "Reference",
30930
+ "text": "LightManager",
30931
+ "canonicalReference": "server!LightManager:class"
30932
+ },
30933
+ {
30934
+ "kind": "Content",
30935
+ "text": ";"
30936
+ }
30937
+ ],
30938
+ "isReadonly": true,
30939
+ "isOptional": false,
30940
+ "releaseTag": "Public",
30941
+ "name": "lightManager",
30942
+ "propertyTypeTokenRange": {
30943
+ "startIndex": 1,
30944
+ "endIndex": 2
30945
+ },
30946
+ "isStatic": false,
30947
+ "isProtected": false,
30948
+ "isAbstract": false
30949
+ },
28038
30950
  {
28039
30951
  "kind": "Method",
28040
30952
  "canonicalReference": "server!World#loadMap:member(1)",
@@ -28133,126 +31045,369 @@
28133
31045
  "text": ";"
28134
31046
  }
28135
31047
  ],
28136
- "isReadonly": true,
31048
+ "isReadonly": true,
31049
+ "isOptional": false,
31050
+ "releaseTag": "Public",
31051
+ "name": "name",
31052
+ "propertyTypeTokenRange": {
31053
+ "startIndex": 1,
31054
+ "endIndex": 2
31055
+ },
31056
+ "isStatic": false,
31057
+ "isProtected": false,
31058
+ "isAbstract": false
31059
+ },
31060
+ {
31061
+ "kind": "Property",
31062
+ "canonicalReference": "server!World#onPlayerJoin:member",
31063
+ "docComment": "/**\n * A function that is called when a player joins the world.\n *\n * @param player - The player that joined the world.\n */\n",
31064
+ "excerptTokens": [
31065
+ {
31066
+ "kind": "Content",
31067
+ "text": "onPlayerJoin?: "
31068
+ },
31069
+ {
31070
+ "kind": "Content",
31071
+ "text": "(player: "
31072
+ },
31073
+ {
31074
+ "kind": "Reference",
31075
+ "text": "Player",
31076
+ "canonicalReference": "server!Player:class"
31077
+ },
31078
+ {
31079
+ "kind": "Content",
31080
+ "text": ") => void"
31081
+ },
31082
+ {
31083
+ "kind": "Content",
31084
+ "text": ";"
31085
+ }
31086
+ ],
31087
+ "isReadonly": false,
31088
+ "isOptional": true,
31089
+ "releaseTag": "Public",
31090
+ "name": "onPlayerJoin",
31091
+ "propertyTypeTokenRange": {
31092
+ "startIndex": 1,
31093
+ "endIndex": 4
31094
+ },
31095
+ "isStatic": false,
31096
+ "isProtected": false,
31097
+ "isAbstract": false
31098
+ },
31099
+ {
31100
+ "kind": "Property",
31101
+ "canonicalReference": "server!World#onPlayerLeave:member",
31102
+ "docComment": "/**\n * A function that is called when a player leaves the world.\n *\n * @param player - The player that left the world.\n */\n",
31103
+ "excerptTokens": [
31104
+ {
31105
+ "kind": "Content",
31106
+ "text": "onPlayerLeave?: "
31107
+ },
31108
+ {
31109
+ "kind": "Content",
31110
+ "text": "(player: "
31111
+ },
31112
+ {
31113
+ "kind": "Reference",
31114
+ "text": "Player",
31115
+ "canonicalReference": "server!Player:class"
31116
+ },
31117
+ {
31118
+ "kind": "Content",
31119
+ "text": ") => void"
31120
+ },
31121
+ {
31122
+ "kind": "Content",
31123
+ "text": ";"
31124
+ }
31125
+ ],
31126
+ "isReadonly": false,
31127
+ "isOptional": true,
31128
+ "releaseTag": "Public",
31129
+ "name": "onPlayerLeave",
31130
+ "propertyTypeTokenRange": {
31131
+ "startIndex": 1,
31132
+ "endIndex": 4
31133
+ },
31134
+ "isStatic": false,
31135
+ "isProtected": false,
31136
+ "isAbstract": false
31137
+ },
31138
+ {
31139
+ "kind": "Property",
31140
+ "canonicalReference": "server!World#sceneUIManager:member",
31141
+ "docComment": "/**\n * The scene UI manager for the world.\n */\n",
31142
+ "excerptTokens": [
31143
+ {
31144
+ "kind": "Content",
31145
+ "text": "get sceneUIManager(): "
31146
+ },
31147
+ {
31148
+ "kind": "Reference",
31149
+ "text": "SceneUIManager",
31150
+ "canonicalReference": "server!SceneUIManager:class"
31151
+ },
31152
+ {
31153
+ "kind": "Content",
31154
+ "text": ";"
31155
+ }
31156
+ ],
31157
+ "isReadonly": true,
31158
+ "isOptional": false,
31159
+ "releaseTag": "Public",
31160
+ "name": "sceneUIManager",
31161
+ "propertyTypeTokenRange": {
31162
+ "startIndex": 1,
31163
+ "endIndex": 2
31164
+ },
31165
+ "isStatic": false,
31166
+ "isProtected": false,
31167
+ "isAbstract": false
31168
+ },
31169
+ {
31170
+ "kind": "Method",
31171
+ "canonicalReference": "server!World#setAmbientLightColor:member(1)",
31172
+ "docComment": "/**\n * Sets the color of the world's ambient light.\n *\n * @param color - The color of the light.\n */\n",
31173
+ "excerptTokens": [
31174
+ {
31175
+ "kind": "Content",
31176
+ "text": "setAmbientLightColor(color: "
31177
+ },
31178
+ {
31179
+ "kind": "Reference",
31180
+ "text": "RgbColor",
31181
+ "canonicalReference": "server!RgbColor:interface"
31182
+ },
31183
+ {
31184
+ "kind": "Content",
31185
+ "text": "): "
31186
+ },
31187
+ {
31188
+ "kind": "Content",
31189
+ "text": "void"
31190
+ },
31191
+ {
31192
+ "kind": "Content",
31193
+ "text": ";"
31194
+ }
31195
+ ],
31196
+ "isStatic": false,
31197
+ "returnTypeTokenRange": {
31198
+ "startIndex": 3,
31199
+ "endIndex": 4
31200
+ },
31201
+ "releaseTag": "Public",
31202
+ "isProtected": false,
31203
+ "overloadIndex": 1,
31204
+ "parameters": [
31205
+ {
31206
+ "parameterName": "color",
31207
+ "parameterTypeTokenRange": {
31208
+ "startIndex": 1,
31209
+ "endIndex": 2
31210
+ },
31211
+ "isOptional": false
31212
+ }
31213
+ ],
31214
+ "isOptional": false,
31215
+ "isAbstract": false,
31216
+ "name": "setAmbientLightColor"
31217
+ },
31218
+ {
31219
+ "kind": "Method",
31220
+ "canonicalReference": "server!World#setAmbientLightIntensity:member(1)",
31221
+ "docComment": "/**\n * Sets the intensity of the world's ambient light.\n *\n * @param intensity - The intensity.\n */\n",
31222
+ "excerptTokens": [
31223
+ {
31224
+ "kind": "Content",
31225
+ "text": "setAmbientLightIntensity(intensity: "
31226
+ },
31227
+ {
31228
+ "kind": "Content",
31229
+ "text": "number"
31230
+ },
31231
+ {
31232
+ "kind": "Content",
31233
+ "text": "): "
31234
+ },
31235
+ {
31236
+ "kind": "Content",
31237
+ "text": "void"
31238
+ },
31239
+ {
31240
+ "kind": "Content",
31241
+ "text": ";"
31242
+ }
31243
+ ],
31244
+ "isStatic": false,
31245
+ "returnTypeTokenRange": {
31246
+ "startIndex": 3,
31247
+ "endIndex": 4
31248
+ },
31249
+ "releaseTag": "Public",
31250
+ "isProtected": false,
31251
+ "overloadIndex": 1,
31252
+ "parameters": [
31253
+ {
31254
+ "parameterName": "intensity",
31255
+ "parameterTypeTokenRange": {
31256
+ "startIndex": 1,
31257
+ "endIndex": 2
31258
+ },
31259
+ "isOptional": false
31260
+ }
31261
+ ],
28137
31262
  "isOptional": false,
28138
- "releaseTag": "Public",
28139
- "name": "name",
28140
- "propertyTypeTokenRange": {
28141
- "startIndex": 1,
28142
- "endIndex": 2
28143
- },
28144
- "isStatic": false,
28145
- "isProtected": false,
28146
- "isAbstract": false
31263
+ "isAbstract": false,
31264
+ "name": "setAmbientLightIntensity"
28147
31265
  },
28148
31266
  {
28149
- "kind": "Property",
28150
- "canonicalReference": "server!World#onPlayerJoin:member",
28151
- "docComment": "/**\n * A function that is called when a player joins the world.\n *\n * @param player - The player that joined the world.\n */\n",
31267
+ "kind": "Method",
31268
+ "canonicalReference": "server!World#setDirectionalLightColor:member(1)",
31269
+ "docComment": "/**\n * Sets the color of the world's directional light.\n *\n * @param color - The color of the light.\n */\n",
28152
31270
  "excerptTokens": [
28153
31271
  {
28154
31272
  "kind": "Content",
28155
- "text": "onPlayerJoin?: "
31273
+ "text": "setDirectionalLightColor(color: "
28156
31274
  },
28157
31275
  {
28158
- "kind": "Content",
28159
- "text": "(player: "
31276
+ "kind": "Reference",
31277
+ "text": "RgbColor",
31278
+ "canonicalReference": "server!RgbColor:interface"
28160
31279
  },
28161
31280
  {
28162
- "kind": "Reference",
28163
- "text": "Player",
28164
- "canonicalReference": "server!Player:class"
31281
+ "kind": "Content",
31282
+ "text": "): "
28165
31283
  },
28166
31284
  {
28167
31285
  "kind": "Content",
28168
- "text": ") => void"
31286
+ "text": "void"
28169
31287
  },
28170
31288
  {
28171
31289
  "kind": "Content",
28172
31290
  "text": ";"
28173
31291
  }
28174
31292
  ],
28175
- "isReadonly": false,
28176
- "isOptional": true,
28177
- "releaseTag": "Public",
28178
- "name": "onPlayerJoin",
28179
- "propertyTypeTokenRange": {
28180
- "startIndex": 1,
31293
+ "isStatic": false,
31294
+ "returnTypeTokenRange": {
31295
+ "startIndex": 3,
28181
31296
  "endIndex": 4
28182
31297
  },
28183
- "isStatic": false,
31298
+ "releaseTag": "Public",
28184
31299
  "isProtected": false,
28185
- "isAbstract": false
31300
+ "overloadIndex": 1,
31301
+ "parameters": [
31302
+ {
31303
+ "parameterName": "color",
31304
+ "parameterTypeTokenRange": {
31305
+ "startIndex": 1,
31306
+ "endIndex": 2
31307
+ },
31308
+ "isOptional": false
31309
+ }
31310
+ ],
31311
+ "isOptional": false,
31312
+ "isAbstract": false,
31313
+ "name": "setDirectionalLightColor"
28186
31314
  },
28187
31315
  {
28188
- "kind": "Property",
28189
- "canonicalReference": "server!World#onPlayerLeave:member",
28190
- "docComment": "/**\n * A function that is called when a player leaves the world.\n *\n * @param player - The player that left the world.\n */\n",
31316
+ "kind": "Method",
31317
+ "canonicalReference": "server!World#setDirectionalLightIntensity:member(1)",
31318
+ "docComment": "/**\n * Sets the intensity of the world's directional light.\n *\n * @param intensity - The intensity.\n */\n",
28191
31319
  "excerptTokens": [
28192
31320
  {
28193
31321
  "kind": "Content",
28194
- "text": "onPlayerLeave?: "
31322
+ "text": "setDirectionalLightIntensity(intensity: "
28195
31323
  },
28196
31324
  {
28197
31325
  "kind": "Content",
28198
- "text": "(player: "
31326
+ "text": "number"
28199
31327
  },
28200
31328
  {
28201
- "kind": "Reference",
28202
- "text": "Player",
28203
- "canonicalReference": "server!Player:class"
31329
+ "kind": "Content",
31330
+ "text": "): "
28204
31331
  },
28205
31332
  {
28206
31333
  "kind": "Content",
28207
- "text": ") => void"
31334
+ "text": "void"
28208
31335
  },
28209
31336
  {
28210
31337
  "kind": "Content",
28211
31338
  "text": ";"
28212
31339
  }
28213
31340
  ],
28214
- "isReadonly": false,
28215
- "isOptional": true,
28216
- "releaseTag": "Public",
28217
- "name": "onPlayerLeave",
28218
- "propertyTypeTokenRange": {
28219
- "startIndex": 1,
31341
+ "isStatic": false,
31342
+ "returnTypeTokenRange": {
31343
+ "startIndex": 3,
28220
31344
  "endIndex": 4
28221
31345
  },
28222
- "isStatic": false,
31346
+ "releaseTag": "Public",
28223
31347
  "isProtected": false,
28224
- "isAbstract": false
31348
+ "overloadIndex": 1,
31349
+ "parameters": [
31350
+ {
31351
+ "parameterName": "intensity",
31352
+ "parameterTypeTokenRange": {
31353
+ "startIndex": 1,
31354
+ "endIndex": 2
31355
+ },
31356
+ "isOptional": false
31357
+ }
31358
+ ],
31359
+ "isOptional": false,
31360
+ "isAbstract": false,
31361
+ "name": "setDirectionalLightIntensity"
28225
31362
  },
28226
31363
  {
28227
- "kind": "Property",
28228
- "canonicalReference": "server!World#sceneUIManager:member",
28229
- "docComment": "/**\n * The scene UI manager for the world.\n */\n",
31364
+ "kind": "Method",
31365
+ "canonicalReference": "server!World#setDirectionalLightPosition:member(1)",
31366
+ "docComment": "/**\n * Sets the position the world's directional light originates from.\n *\n * @param position - The position in the world.\n */\n",
28230
31367
  "excerptTokens": [
28231
31368
  {
28232
31369
  "kind": "Content",
28233
- "text": "get sceneUIManager(): "
31370
+ "text": "setDirectionalLightPosition(position: "
28234
31371
  },
28235
31372
  {
28236
31373
  "kind": "Reference",
28237
- "text": "SceneUIManager",
28238
- "canonicalReference": "server!SceneUIManager:class"
31374
+ "text": "Vector3Like",
31375
+ "canonicalReference": "server!Vector3Like:interface"
31376
+ },
31377
+ {
31378
+ "kind": "Content",
31379
+ "text": "): "
31380
+ },
31381
+ {
31382
+ "kind": "Content",
31383
+ "text": "void"
28239
31384
  },
28240
31385
  {
28241
31386
  "kind": "Content",
28242
31387
  "text": ";"
28243
31388
  }
28244
31389
  ],
28245
- "isReadonly": true,
28246
- "isOptional": false,
28247
- "releaseTag": "Public",
28248
- "name": "sceneUIManager",
28249
- "propertyTypeTokenRange": {
28250
- "startIndex": 1,
28251
- "endIndex": 2
28252
- },
28253
31390
  "isStatic": false,
31391
+ "returnTypeTokenRange": {
31392
+ "startIndex": 3,
31393
+ "endIndex": 4
31394
+ },
31395
+ "releaseTag": "Public",
28254
31396
  "isProtected": false,
28255
- "isAbstract": false
31397
+ "overloadIndex": 1,
31398
+ "parameters": [
31399
+ {
31400
+ "parameterName": "position",
31401
+ "parameterTypeTokenRange": {
31402
+ "startIndex": 1,
31403
+ "endIndex": 2
31404
+ },
31405
+ "isOptional": false
31406
+ }
31407
+ ],
31408
+ "isOptional": false,
31409
+ "isAbstract": false,
31410
+ "name": "setDirectionalLightPosition"
28256
31411
  },
28257
31412
  {
28258
31413
  "kind": "Property",
@@ -29063,6 +32218,144 @@
29063
32218
  "name": "WorldOptions",
29064
32219
  "preserveMemberOrder": false,
29065
32220
  "members": [
32221
+ {
32222
+ "kind": "PropertySignature",
32223
+ "canonicalReference": "server!WorldOptions#ambientLightColor:member",
32224
+ "docComment": "/**\n * The color of the ambient light for the world.\n */\n",
32225
+ "excerptTokens": [
32226
+ {
32227
+ "kind": "Content",
32228
+ "text": "ambientLightColor?: "
32229
+ },
32230
+ {
32231
+ "kind": "Reference",
32232
+ "text": "RgbColor",
32233
+ "canonicalReference": "server!RgbColor:interface"
32234
+ },
32235
+ {
32236
+ "kind": "Content",
32237
+ "text": ";"
32238
+ }
32239
+ ],
32240
+ "isReadonly": false,
32241
+ "isOptional": true,
32242
+ "releaseTag": "Public",
32243
+ "name": "ambientLightColor",
32244
+ "propertyTypeTokenRange": {
32245
+ "startIndex": 1,
32246
+ "endIndex": 2
32247
+ }
32248
+ },
32249
+ {
32250
+ "kind": "PropertySignature",
32251
+ "canonicalReference": "server!WorldOptions#ambientLightIntensity:member",
32252
+ "docComment": "/**\n * The intensity of the ambient light for the world. 0 to 1+\n */\n",
32253
+ "excerptTokens": [
32254
+ {
32255
+ "kind": "Content",
32256
+ "text": "ambientLightIntensity?: "
32257
+ },
32258
+ {
32259
+ "kind": "Content",
32260
+ "text": "number"
32261
+ },
32262
+ {
32263
+ "kind": "Content",
32264
+ "text": ";"
32265
+ }
32266
+ ],
32267
+ "isReadonly": false,
32268
+ "isOptional": true,
32269
+ "releaseTag": "Public",
32270
+ "name": "ambientLightIntensity",
32271
+ "propertyTypeTokenRange": {
32272
+ "startIndex": 1,
32273
+ "endIndex": 2
32274
+ }
32275
+ },
32276
+ {
32277
+ "kind": "PropertySignature",
32278
+ "canonicalReference": "server!WorldOptions#directionalLightColor:member",
32279
+ "docComment": "/**\n * The color of the directional light for the world.\n */\n",
32280
+ "excerptTokens": [
32281
+ {
32282
+ "kind": "Content",
32283
+ "text": "directionalLightColor?: "
32284
+ },
32285
+ {
32286
+ "kind": "Reference",
32287
+ "text": "RgbColor",
32288
+ "canonicalReference": "server!RgbColor:interface"
32289
+ },
32290
+ {
32291
+ "kind": "Content",
32292
+ "text": ";"
32293
+ }
32294
+ ],
32295
+ "isReadonly": false,
32296
+ "isOptional": true,
32297
+ "releaseTag": "Public",
32298
+ "name": "directionalLightColor",
32299
+ "propertyTypeTokenRange": {
32300
+ "startIndex": 1,
32301
+ "endIndex": 2
32302
+ }
32303
+ },
32304
+ {
32305
+ "kind": "PropertySignature",
32306
+ "canonicalReference": "server!WorldOptions#directionalLightIntensity:member",
32307
+ "docComment": "/**\n * The intensity of the directional light for the world. 0 to 1+\n */\n",
32308
+ "excerptTokens": [
32309
+ {
32310
+ "kind": "Content",
32311
+ "text": "directionalLightIntensity?: "
32312
+ },
32313
+ {
32314
+ "kind": "Content",
32315
+ "text": "number"
32316
+ },
32317
+ {
32318
+ "kind": "Content",
32319
+ "text": ";"
32320
+ }
32321
+ ],
32322
+ "isReadonly": false,
32323
+ "isOptional": true,
32324
+ "releaseTag": "Public",
32325
+ "name": "directionalLightIntensity",
32326
+ "propertyTypeTokenRange": {
32327
+ "startIndex": 1,
32328
+ "endIndex": 2
32329
+ }
32330
+ },
32331
+ {
32332
+ "kind": "PropertySignature",
32333
+ "canonicalReference": "server!WorldOptions#directionalLightPosition:member",
32334
+ "docComment": "/**\n * The position the directional light originates from for the world.\n */\n",
32335
+ "excerptTokens": [
32336
+ {
32337
+ "kind": "Content",
32338
+ "text": "directionalLightPosition?: "
32339
+ },
32340
+ {
32341
+ "kind": "Reference",
32342
+ "text": "Vector3Like",
32343
+ "canonicalReference": "server!Vector3Like:interface"
32344
+ },
32345
+ {
32346
+ "kind": "Content",
32347
+ "text": ";"
32348
+ }
32349
+ ],
32350
+ "isReadonly": false,
32351
+ "isOptional": true,
32352
+ "releaseTag": "Public",
32353
+ "name": "directionalLightPosition",
32354
+ "propertyTypeTokenRange": {
32355
+ "startIndex": 1,
32356
+ "endIndex": 2
32357
+ }
32358
+ },
29066
32359
  {
29067
32360
  "kind": "PropertySignature",
29068
32361
  "canonicalReference": "server!WorldOptions#gravity:member",