hytopia 0.1.32 → 0.1.34

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 (131) hide show
  1. package/docs/server.collider.md +21 -0
  2. package/docs/server.collider.shape.md +13 -0
  3. package/docs/server.default_block_entity_rigid_body_options.md +13 -0
  4. package/docs/server.default_entity_rigid_body_options.md +1 -1
  5. package/docs/server.entity.blockhalfextents.md +13 -0
  6. package/docs/server.entity.blocktextureuri.md +13 -0
  7. package/docs/server.entity.md +63 -0
  8. package/docs/server.entity.tag.md +13 -0
  9. package/docs/server.entitymanager.getentitiesbytag.md +55 -0
  10. package/docs/server.entitymanager.getentitiesbytagsubstring.md +55 -0
  11. package/docs/server.entitymanager.md +28 -0
  12. package/docs/server.entityoptions.blockhalfextents.md +13 -0
  13. package/docs/server.entityoptions.blocktextureuri.md +13 -0
  14. package/docs/server.entityoptions.md +57 -0
  15. package/docs/server.entityoptions.tag.md +13 -0
  16. package/docs/server.hytopia.collider.md +21 -0
  17. package/docs/server.hytopia.collider.shape.md +13 -0
  18. package/docs/server.hytopia.default_block_entity_rigid_body_options.md +13 -0
  19. package/docs/server.hytopia.default_entity_rigid_body_options.md +1 -1
  20. package/docs/server.hytopia.entity.blockhalfextents.md +13 -0
  21. package/docs/server.hytopia.entity.blocktextureuri.md +13 -0
  22. package/docs/server.hytopia.entity.md +63 -0
  23. package/docs/server.hytopia.entity.tag.md +13 -0
  24. package/docs/server.hytopia.entitymanager.getentitiesbytag.md +55 -0
  25. package/docs/server.hytopia.entitymanager.getentitiesbytagsubstring.md +55 -0
  26. package/docs/server.hytopia.entitymanager.md +28 -0
  27. package/docs/server.hytopia.entityoptions.blockhalfextents.md +13 -0
  28. package/docs/server.hytopia.entityoptions.blocktextureuri.md +13 -0
  29. package/docs/server.hytopia.entityoptions.md +57 -0
  30. package/docs/server.hytopia.entityoptions.tag.md +13 -0
  31. package/docs/server.hytopia.md +13 -2
  32. package/docs/server.hytopia.rigidbody.md +0 -35
  33. package/docs/server.hytopia.rigidbodyoptions.md +0 -19
  34. package/docs/server.hytopia.supported_input_keys.md +1 -1
  35. package/docs/server.hytopia.webserver.md +1 -2
  36. package/docs/server.md +13 -2
  37. package/docs/server.rigidbody.md +0 -35
  38. package/docs/server.rigidbodyoptions.md +0 -19
  39. package/docs/server.supported_input_keys.md +1 -1
  40. package/docs/server.webserver.md +1 -2
  41. package/examples/block-entity/README.md +15 -0
  42. package/examples/block-entity/assets/audio/music/cave.mp3 +0 -0
  43. package/examples/block-entity/assets/audio/music/desert.mp3 +0 -0
  44. package/examples/block-entity/assets/audio/music/end.mp3 +0 -0
  45. package/examples/block-entity/assets/audio/music/jungle.mp3 +0 -0
  46. package/examples/block-entity/assets/audio/music/nether.mp3 +0 -0
  47. package/examples/block-entity/assets/audio/music/night.mp3 +0 -0
  48. package/examples/block-entity/assets/audio/music/night2.mp3 +0 -0
  49. package/examples/block-entity/assets/audio/music/overworld.mp3 +0 -0
  50. package/examples/block-entity/assets/audio/music/snow.mp3 +0 -0
  51. package/examples/block-entity/assets/audio/sfx/damage.wav +0 -0
  52. package/examples/block-entity/assets/audio/sfx/step.wav +0 -0
  53. package/examples/block-entity/assets/certs/README.md +10 -0
  54. package/examples/block-entity/assets/certs/localhost.crt +20 -0
  55. package/examples/block-entity/assets/certs/localhost.key +27 -0
  56. package/examples/block-entity/assets/cubemaps/skybox/+x.png +0 -0
  57. package/examples/block-entity/assets/cubemaps/skybox/+y.png +0 -0
  58. package/examples/block-entity/assets/cubemaps/skybox/+z.png +0 -0
  59. package/examples/block-entity/assets/cubemaps/skybox/-x.png +0 -0
  60. package/examples/block-entity/assets/cubemaps/skybox/-y.png +0 -0
  61. package/examples/block-entity/assets/cubemaps/skybox/-z.png +0 -0
  62. package/examples/block-entity/assets/map.json +2623 -0
  63. package/examples/block-entity/assets/models/bat.gltf +1 -0
  64. package/examples/block-entity/assets/models/chicken.gltf +1 -0
  65. package/examples/block-entity/assets/models/cow.gltf +1 -0
  66. package/examples/block-entity/assets/models/donkey.gltf +1 -0
  67. package/examples/block-entity/assets/models/horse.gltf +1 -0
  68. package/examples/block-entity/assets/models/mindflayer.gltf +1 -0
  69. package/examples/block-entity/assets/models/pig.gltf +1 -0
  70. package/examples/block-entity/assets/models/player.gltf +1 -0
  71. package/examples/block-entity/assets/models/rabbit.gltf +1 -0
  72. package/examples/block-entity/assets/models/sheep.gltf +1 -0
  73. package/examples/block-entity/assets/models/skeleton.gltf +1 -0
  74. package/examples/block-entity/assets/models/spider.gltf +1 -0
  75. package/examples/block-entity/assets/models/squid.gltf +1 -0
  76. package/examples/block-entity/assets/models/stalker.gltf +1 -0
  77. package/examples/block-entity/assets/models/zombie.gltf +1 -0
  78. package/examples/block-entity/assets/textures/bricks.png +0 -0
  79. package/examples/block-entity/assets/textures/clay.png +0 -0
  80. package/examples/block-entity/assets/textures/cobblestone.png +0 -0
  81. package/examples/block-entity/assets/textures/diamond_ore.png +0 -0
  82. package/examples/block-entity/assets/textures/dirt.png +0 -0
  83. package/examples/block-entity/assets/textures/dragons_stone.png +0 -0
  84. package/examples/block-entity/assets/textures/emerald_ore.png +0 -0
  85. package/examples/block-entity/assets/textures/glass.png +0 -0
  86. package/examples/block-entity/assets/textures/gold_ore.png +0 -0
  87. package/examples/block-entity/assets/textures/grass/+x.png +0 -0
  88. package/examples/block-entity/assets/textures/grass/+y.png +0 -0
  89. package/examples/block-entity/assets/textures/grass/+z.png +0 -0
  90. package/examples/block-entity/assets/textures/grass/-x.png +0 -0
  91. package/examples/block-entity/assets/textures/grass/-y.png +0 -0
  92. package/examples/block-entity/assets/textures/grass/-z.png +0 -0
  93. package/examples/block-entity/assets/textures/gravel.png +0 -0
  94. package/examples/block-entity/assets/textures/ice.png +0 -0
  95. package/examples/block-entity/assets/textures/infected_shadowrock.png +0 -0
  96. package/examples/block-entity/assets/textures/iron_ore.png +0 -0
  97. package/examples/block-entity/assets/textures/lava.png +0 -0
  98. package/examples/block-entity/assets/textures/log_side.png +0 -0
  99. package/examples/block-entity/assets/textures/log_top.png +0 -0
  100. package/examples/block-entity/assets/textures/mossy_coblestone.png +0 -0
  101. package/examples/block-entity/assets/textures/nuit.png +0 -0
  102. package/examples/block-entity/assets/textures/oak_leaves.png +0 -0
  103. package/examples/block-entity/assets/textures/oak_planks.png +0 -0
  104. package/examples/block-entity/assets/textures/sand.png +0 -0
  105. package/examples/block-entity/assets/textures/sandstone.png +0 -0
  106. package/examples/block-entity/assets/textures/shadowrock.png +0 -0
  107. package/examples/block-entity/assets/textures/snow.png +0 -0
  108. package/examples/block-entity/assets/textures/stone.png +0 -0
  109. package/examples/block-entity/assets/textures/stone_bricks.png +0 -0
  110. package/examples/block-entity/assets/textures/void_grass/+x.png +0 -0
  111. package/examples/block-entity/assets/textures/void_grass/+y.png +0 -0
  112. package/examples/block-entity/assets/textures/void_grass/+z.png +0 -0
  113. package/examples/block-entity/assets/textures/void_grass/-x.png +0 -0
  114. package/examples/block-entity/assets/textures/void_grass/-y.png +0 -0
  115. package/examples/block-entity/assets/textures/void_grass/-z.png +0 -0
  116. package/examples/block-entity/assets/textures/void_sand.png +0 -0
  117. package/examples/block-entity/assets/textures/water.png +0 -0
  118. package/examples/block-entity/index.ts +173 -0
  119. package/examples/block-entity/package.json +14 -0
  120. package/examples/payload-game/index.ts +7 -0
  121. package/package.json +1 -1
  122. package/server.api.json +950 -512
  123. package/server.d.ts +39 -18
  124. package/server.js +80 -80
  125. package/docs/server.hytopia.rigidbody.settag.md +0 -53
  126. package/docs/server.hytopia.rigidbody.tag.md +0 -13
  127. package/docs/server.hytopia.rigidbodyoptions.tag.md +0 -13
  128. package/docs/server.rigidbody.settag.md +0 -53
  129. package/docs/server.rigidbody.tag.md +0 -13
  130. package/docs/server.rigidbodyoptions.tag.md +0 -13
  131. package/examples/README.md +0 -22
package/server.api.json CHANGED
@@ -6667,6 +6667,37 @@
6667
6667
  "isAbstract": false,
6668
6668
  "name": "setTag"
6669
6669
  },
6670
+ {
6671
+ "kind": "Property",
6672
+ "canonicalReference": "server!Collider#shape:member",
6673
+ "docComment": "/**\n * The shape of the collider.\n */\n",
6674
+ "excerptTokens": [
6675
+ {
6676
+ "kind": "Content",
6677
+ "text": "get shape(): "
6678
+ },
6679
+ {
6680
+ "kind": "Reference",
6681
+ "text": "ColliderShape",
6682
+ "canonicalReference": "server!ColliderShape:enum"
6683
+ },
6684
+ {
6685
+ "kind": "Content",
6686
+ "text": ";"
6687
+ }
6688
+ ],
6689
+ "isReadonly": true,
6690
+ "isOptional": false,
6691
+ "releaseTag": "Public",
6692
+ "name": "shape",
6693
+ "propertyTypeTokenRange": {
6694
+ "startIndex": 1,
6695
+ "endIndex": 2
6696
+ },
6697
+ "isStatic": false,
6698
+ "isProtected": false,
6699
+ "isAbstract": false
6700
+ },
6670
6701
  {
6671
6702
  "kind": "Property",
6672
6703
  "canonicalReference": "server!Collider#tag:member",
@@ -7817,10 +7848,34 @@
7817
7848
  "endIndex": 2
7818
7849
  }
7819
7850
  },
7851
+ {
7852
+ "kind": "Variable",
7853
+ "canonicalReference": "server!DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS:var",
7854
+ "docComment": "/**\n * The default rigid body options for a block entity when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
7855
+ "excerptTokens": [
7856
+ {
7857
+ "kind": "Content",
7858
+ "text": "DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS: "
7859
+ },
7860
+ {
7861
+ "kind": "Reference",
7862
+ "text": "RigidBodyOptions",
7863
+ "canonicalReference": "server!RigidBodyOptions:interface"
7864
+ }
7865
+ ],
7866
+ "fileUrlPath": "src/world/entities/Entity.ts",
7867
+ "isReadonly": true,
7868
+ "releaseTag": "Public",
7869
+ "name": "DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS",
7870
+ "variableTypeTokenRange": {
7871
+ "startIndex": 1,
7872
+ "endIndex": 2
7873
+ }
7874
+ },
7820
7875
  {
7821
7876
  "kind": "Variable",
7822
7877
  "canonicalReference": "server!DEFAULT_ENTITY_RIGID_BODY_OPTIONS:var",
7823
- "docComment": "/**\n * The default rigid body options when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
7878
+ "docComment": "/**\n * The default rigid body options for a model entity when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
7824
7879
  "excerptTokens": [
7825
7880
  {
7826
7881
  "kind": "Content",
@@ -8590,6 +8645,71 @@
8590
8645
  }
8591
8646
  ]
8592
8647
  },
8648
+ {
8649
+ "kind": "Property",
8650
+ "canonicalReference": "server!Entity#blockHalfExtents:member",
8651
+ "docComment": "/**\n * The half extends of the visual size of the block entity when blockTextureUri is set.\n */\n",
8652
+ "excerptTokens": [
8653
+ {
8654
+ "kind": "Content",
8655
+ "text": "get blockHalfExtents(): "
8656
+ },
8657
+ {
8658
+ "kind": "Reference",
8659
+ "text": "Vector3",
8660
+ "canonicalReference": "server!Vector3:interface"
8661
+ },
8662
+ {
8663
+ "kind": "Content",
8664
+ "text": " | undefined"
8665
+ },
8666
+ {
8667
+ "kind": "Content",
8668
+ "text": ";"
8669
+ }
8670
+ ],
8671
+ "isReadonly": true,
8672
+ "isOptional": false,
8673
+ "releaseTag": "Public",
8674
+ "name": "blockHalfExtents",
8675
+ "propertyTypeTokenRange": {
8676
+ "startIndex": 1,
8677
+ "endIndex": 3
8678
+ },
8679
+ "isStatic": false,
8680
+ "isProtected": false,
8681
+ "isAbstract": false
8682
+ },
8683
+ {
8684
+ "kind": "Property",
8685
+ "canonicalReference": "server!Entity#blockTextureUri:member",
8686
+ "docComment": "/**\n * The URI or path to the texture to be used, if this is set, the entity is a block entity.\n */\n",
8687
+ "excerptTokens": [
8688
+ {
8689
+ "kind": "Content",
8690
+ "text": "get blockTextureUri(): "
8691
+ },
8692
+ {
8693
+ "kind": "Content",
8694
+ "text": "string | undefined"
8695
+ },
8696
+ {
8697
+ "kind": "Content",
8698
+ "text": ";"
8699
+ }
8700
+ ],
8701
+ "isReadonly": true,
8702
+ "isOptional": false,
8703
+ "releaseTag": "Public",
8704
+ "name": "blockTextureUri",
8705
+ "propertyTypeTokenRange": {
8706
+ "startIndex": 1,
8707
+ "endIndex": 2
8708
+ },
8709
+ "isStatic": false,
8710
+ "isProtected": false,
8711
+ "isAbstract": false
8712
+ },
8593
8713
  {
8594
8714
  "kind": "Property",
8595
8715
  "canonicalReference": "server!Entity#characterController:member",
@@ -9471,6 +9591,36 @@
9471
9591
  "isAbstract": false,
9472
9592
  "name": "stopModelAnimations"
9473
9593
  },
9594
+ {
9595
+ "kind": "Property",
9596
+ "canonicalReference": "server!Entity#tag:member",
9597
+ "docComment": "/**\n * An arbitrary identifier tag of the entity. Useful for your own logic.\n */\n",
9598
+ "excerptTokens": [
9599
+ {
9600
+ "kind": "Content",
9601
+ "text": "get tag(): "
9602
+ },
9603
+ {
9604
+ "kind": "Content",
9605
+ "text": "string | undefined"
9606
+ },
9607
+ {
9608
+ "kind": "Content",
9609
+ "text": ";"
9610
+ }
9611
+ ],
9612
+ "isReadonly": true,
9613
+ "isOptional": false,
9614
+ "releaseTag": "Public",
9615
+ "name": "tag",
9616
+ "propertyTypeTokenRange": {
9617
+ "startIndex": 1,
9618
+ "endIndex": 2
9619
+ },
9620
+ "isStatic": false,
9621
+ "isProtected": false,
9622
+ "isAbstract": false
9623
+ },
9474
9624
  {
9475
9625
  "kind": "Property",
9476
9626
  "canonicalReference": "server!Entity#world:member",
@@ -10272,6 +10422,112 @@
10272
10422
  "isAbstract": false,
10273
10423
  "name": "getAllPlayerEntities"
10274
10424
  },
10425
+ {
10426
+ "kind": "Method",
10427
+ "canonicalReference": "server!EntityManager#getEntitiesByTag:member(1)",
10428
+ "docComment": "/**\n * Gets all spawned entities in the world with a specific tag.\n *\n * @param tag - The tag to get the entities for.\n *\n * @returns All spawned entities in the world with the provided tag.\n */\n",
10429
+ "excerptTokens": [
10430
+ {
10431
+ "kind": "Content",
10432
+ "text": "getEntitiesByTag(tag: "
10433
+ },
10434
+ {
10435
+ "kind": "Content",
10436
+ "text": "string"
10437
+ },
10438
+ {
10439
+ "kind": "Content",
10440
+ "text": "): "
10441
+ },
10442
+ {
10443
+ "kind": "Reference",
10444
+ "text": "Entity",
10445
+ "canonicalReference": "server!Entity:class"
10446
+ },
10447
+ {
10448
+ "kind": "Content",
10449
+ "text": "[]"
10450
+ },
10451
+ {
10452
+ "kind": "Content",
10453
+ "text": ";"
10454
+ }
10455
+ ],
10456
+ "isStatic": false,
10457
+ "returnTypeTokenRange": {
10458
+ "startIndex": 3,
10459
+ "endIndex": 5
10460
+ },
10461
+ "releaseTag": "Public",
10462
+ "isProtected": false,
10463
+ "overloadIndex": 1,
10464
+ "parameters": [
10465
+ {
10466
+ "parameterName": "tag",
10467
+ "parameterTypeTokenRange": {
10468
+ "startIndex": 1,
10469
+ "endIndex": 2
10470
+ },
10471
+ "isOptional": false
10472
+ }
10473
+ ],
10474
+ "isOptional": false,
10475
+ "isAbstract": false,
10476
+ "name": "getEntitiesByTag"
10477
+ },
10478
+ {
10479
+ "kind": "Method",
10480
+ "canonicalReference": "server!EntityManager#getEntitiesByTagSubstring:member(1)",
10481
+ "docComment": "/**\n * Gets all spawned entities in the world with a tag that includes a specific substring.\n *\n * @param tagSubstring - The tag substring to get the entities for.\n *\n * @returns All spawned entities in the world with a tag that includes the provided substring.\n */\n",
10482
+ "excerptTokens": [
10483
+ {
10484
+ "kind": "Content",
10485
+ "text": "getEntitiesByTagSubstring(tagSubstring: "
10486
+ },
10487
+ {
10488
+ "kind": "Content",
10489
+ "text": "string"
10490
+ },
10491
+ {
10492
+ "kind": "Content",
10493
+ "text": "): "
10494
+ },
10495
+ {
10496
+ "kind": "Reference",
10497
+ "text": "Entity",
10498
+ "canonicalReference": "server!Entity:class"
10499
+ },
10500
+ {
10501
+ "kind": "Content",
10502
+ "text": "[]"
10503
+ },
10504
+ {
10505
+ "kind": "Content",
10506
+ "text": ";"
10507
+ }
10508
+ ],
10509
+ "isStatic": false,
10510
+ "returnTypeTokenRange": {
10511
+ "startIndex": 3,
10512
+ "endIndex": 5
10513
+ },
10514
+ "releaseTag": "Public",
10515
+ "isProtected": false,
10516
+ "overloadIndex": 1,
10517
+ "parameters": [
10518
+ {
10519
+ "parameterName": "tagSubstring",
10520
+ "parameterTypeTokenRange": {
10521
+ "startIndex": 1,
10522
+ "endIndex": 2
10523
+ },
10524
+ "isOptional": false
10525
+ }
10526
+ ],
10527
+ "isOptional": false,
10528
+ "isAbstract": false,
10529
+ "name": "getEntitiesByTagSubstring"
10530
+ },
10275
10531
  {
10276
10532
  "kind": "Method",
10277
10533
  "canonicalReference": "server!EntityManager#getEntity:member(1)",
@@ -10391,6 +10647,61 @@
10391
10647
  "name": "EntityOptions",
10392
10648
  "preserveMemberOrder": false,
10393
10649
  "members": [
10650
+ {
10651
+ "kind": "PropertySignature",
10652
+ "canonicalReference": "server!EntityOptions#blockHalfExtents:member",
10653
+ "docComment": "/**\n * The half extents of the visual size of the block entity when blockTextureUri is set. If no rigidBodyOptions.colliders are provided, a block collider with the size of the half extents will be created.\n */\n",
10654
+ "excerptTokens": [
10655
+ {
10656
+ "kind": "Content",
10657
+ "text": "blockHalfExtents?: "
10658
+ },
10659
+ {
10660
+ "kind": "Reference",
10661
+ "text": "Vector3",
10662
+ "canonicalReference": "server!Vector3:interface"
10663
+ },
10664
+ {
10665
+ "kind": "Content",
10666
+ "text": ";"
10667
+ }
10668
+ ],
10669
+ "isReadonly": false,
10670
+ "isOptional": true,
10671
+ "releaseTag": "Public",
10672
+ "name": "blockHalfExtents",
10673
+ "propertyTypeTokenRange": {
10674
+ "startIndex": 1,
10675
+ "endIndex": 2
10676
+ }
10677
+ },
10678
+ {
10679
+ "kind": "PropertySignature",
10680
+ "canonicalReference": "server!EntityOptions#blockTextureUri:member",
10681
+ "docComment": "/**\n * The texture uri of a entity if the entity is a block entity, if set rigidBodyOptions collider shape [0] must be a block\n */\n",
10682
+ "excerptTokens": [
10683
+ {
10684
+ "kind": "Content",
10685
+ "text": "blockTextureUri?: "
10686
+ },
10687
+ {
10688
+ "kind": "Content",
10689
+ "text": "string"
10690
+ },
10691
+ {
10692
+ "kind": "Content",
10693
+ "text": ";"
10694
+ }
10695
+ ],
10696
+ "isReadonly": false,
10697
+ "isOptional": true,
10698
+ "releaseTag": "Public",
10699
+ "name": "blockTextureUri",
10700
+ "propertyTypeTokenRange": {
10701
+ "startIndex": 1,
10702
+ "endIndex": 2
10703
+ }
10704
+ },
10394
10705
  {
10395
10706
  "kind": "PropertySignature",
10396
10707
  "canonicalReference": "server!EntityOptions#createCustomCharacterController:member",
@@ -10567,6 +10878,33 @@
10567
10878
  "startIndex": 1,
10568
10879
  "endIndex": 2
10569
10880
  }
10881
+ },
10882
+ {
10883
+ "kind": "PropertySignature",
10884
+ "canonicalReference": "server!EntityOptions#tag:member",
10885
+ "docComment": "/**\n * An arbitrary identifier tag of the entity. Useful for your own logic.\n */\n",
10886
+ "excerptTokens": [
10887
+ {
10888
+ "kind": "Content",
10889
+ "text": "tag?: "
10890
+ },
10891
+ {
10892
+ "kind": "Content",
10893
+ "text": "string"
10894
+ },
10895
+ {
10896
+ "kind": "Content",
10897
+ "text": ";"
10898
+ }
10899
+ ],
10900
+ "isReadonly": false,
10901
+ "isOptional": true,
10902
+ "releaseTag": "Public",
10903
+ "name": "tag",
10904
+ "propertyTypeTokenRange": {
10905
+ "startIndex": 1,
10906
+ "endIndex": 2
10907
+ }
10570
10908
  }
10571
10909
  ],
10572
10910
  "extendsTokenRanges": []
@@ -18098,6 +18436,37 @@
18098
18436
  "isAbstract": false,
18099
18437
  "name": "setTag"
18100
18438
  },
18439
+ {
18440
+ "kind": "Property",
18441
+ "canonicalReference": "server!HYTOPIA.Collider#shape:member",
18442
+ "docComment": "/**\n * The shape of the collider.\n */\n",
18443
+ "excerptTokens": [
18444
+ {
18445
+ "kind": "Content",
18446
+ "text": "get shape(): "
18447
+ },
18448
+ {
18449
+ "kind": "Reference",
18450
+ "text": "ColliderShape",
18451
+ "canonicalReference": "server!ColliderShape:enum"
18452
+ },
18453
+ {
18454
+ "kind": "Content",
18455
+ "text": ";"
18456
+ }
18457
+ ],
18458
+ "isReadonly": true,
18459
+ "isOptional": false,
18460
+ "releaseTag": "Public",
18461
+ "name": "shape",
18462
+ "propertyTypeTokenRange": {
18463
+ "startIndex": 1,
18464
+ "endIndex": 2
18465
+ },
18466
+ "isStatic": false,
18467
+ "isProtected": false,
18468
+ "isAbstract": false
18469
+ },
18101
18470
  {
18102
18471
  "kind": "Property",
18103
18472
  "canonicalReference": "server!HYTOPIA.Collider#tag:member",
@@ -19248,10 +19617,34 @@
19248
19617
  "endIndex": 2
19249
19618
  }
19250
19619
  },
19620
+ {
19621
+ "kind": "Variable",
19622
+ "canonicalReference": "server!HYTOPIA.DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS:var",
19623
+ "docComment": "/**\n * The default rigid body options for a block entity when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
19624
+ "excerptTokens": [
19625
+ {
19626
+ "kind": "Content",
19627
+ "text": "DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS: "
19628
+ },
19629
+ {
19630
+ "kind": "Reference",
19631
+ "text": "RigidBodyOptions",
19632
+ "canonicalReference": "server!RigidBodyOptions:interface"
19633
+ }
19634
+ ],
19635
+ "fileUrlPath": "src/world/entities/Entity.ts",
19636
+ "isReadonly": true,
19637
+ "releaseTag": "Public",
19638
+ "name": "DEFAULT_BLOCK_ENTITY_RIGID_BODY_OPTIONS",
19639
+ "variableTypeTokenRange": {
19640
+ "startIndex": 1,
19641
+ "endIndex": 2
19642
+ }
19643
+ },
19251
19644
  {
19252
19645
  "kind": "Variable",
19253
19646
  "canonicalReference": "server!HYTOPIA.DEFAULT_ENTITY_RIGID_BODY_OPTIONS:var",
19254
- "docComment": "/**\n * The default rigid body options when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
19647
+ "docComment": "/**\n * The default rigid body options for a model entity when EntityOptions.rigidBodyOptions is not provided.\n *\n * @public\n */\n",
19255
19648
  "excerptTokens": [
19256
19649
  {
19257
19650
  "kind": "Content",
@@ -20021,6 +20414,71 @@
20021
20414
  }
20022
20415
  ]
20023
20416
  },
20417
+ {
20418
+ "kind": "Property",
20419
+ "canonicalReference": "server!HYTOPIA.Entity#blockHalfExtents:member",
20420
+ "docComment": "/**\n * The half extends of the visual size of the block entity when blockTextureUri is set.\n */\n",
20421
+ "excerptTokens": [
20422
+ {
20423
+ "kind": "Content",
20424
+ "text": "get blockHalfExtents(): "
20425
+ },
20426
+ {
20427
+ "kind": "Reference",
20428
+ "text": "Vector3",
20429
+ "canonicalReference": "server!Vector3:interface"
20430
+ },
20431
+ {
20432
+ "kind": "Content",
20433
+ "text": " | undefined"
20434
+ },
20435
+ {
20436
+ "kind": "Content",
20437
+ "text": ";"
20438
+ }
20439
+ ],
20440
+ "isReadonly": true,
20441
+ "isOptional": false,
20442
+ "releaseTag": "Public",
20443
+ "name": "blockHalfExtents",
20444
+ "propertyTypeTokenRange": {
20445
+ "startIndex": 1,
20446
+ "endIndex": 3
20447
+ },
20448
+ "isStatic": false,
20449
+ "isProtected": false,
20450
+ "isAbstract": false
20451
+ },
20452
+ {
20453
+ "kind": "Property",
20454
+ "canonicalReference": "server!HYTOPIA.Entity#blockTextureUri:member",
20455
+ "docComment": "/**\n * The URI or path to the texture to be used, if this is set, the entity is a block entity.\n */\n",
20456
+ "excerptTokens": [
20457
+ {
20458
+ "kind": "Content",
20459
+ "text": "get blockTextureUri(): "
20460
+ },
20461
+ {
20462
+ "kind": "Content",
20463
+ "text": "string | undefined"
20464
+ },
20465
+ {
20466
+ "kind": "Content",
20467
+ "text": ";"
20468
+ }
20469
+ ],
20470
+ "isReadonly": true,
20471
+ "isOptional": false,
20472
+ "releaseTag": "Public",
20473
+ "name": "blockTextureUri",
20474
+ "propertyTypeTokenRange": {
20475
+ "startIndex": 1,
20476
+ "endIndex": 2
20477
+ },
20478
+ "isStatic": false,
20479
+ "isProtected": false,
20480
+ "isAbstract": false
20481
+ },
20024
20482
  {
20025
20483
  "kind": "Property",
20026
20484
  "canonicalReference": "server!HYTOPIA.Entity#characterController:member",
@@ -20902,6 +21360,36 @@
20902
21360
  "isAbstract": false,
20903
21361
  "name": "stopModelAnimations"
20904
21362
  },
21363
+ {
21364
+ "kind": "Property",
21365
+ "canonicalReference": "server!HYTOPIA.Entity#tag:member",
21366
+ "docComment": "/**\n * An arbitrary identifier tag of the entity. Useful for your own logic.\n */\n",
21367
+ "excerptTokens": [
21368
+ {
21369
+ "kind": "Content",
21370
+ "text": "get tag(): "
21371
+ },
21372
+ {
21373
+ "kind": "Content",
21374
+ "text": "string | undefined"
21375
+ },
21376
+ {
21377
+ "kind": "Content",
21378
+ "text": ";"
21379
+ }
21380
+ ],
21381
+ "isReadonly": true,
21382
+ "isOptional": false,
21383
+ "releaseTag": "Public",
21384
+ "name": "tag",
21385
+ "propertyTypeTokenRange": {
21386
+ "startIndex": 1,
21387
+ "endIndex": 2
21388
+ },
21389
+ "isStatic": false,
21390
+ "isProtected": false,
21391
+ "isAbstract": false
21392
+ },
20905
21393
  {
20906
21394
  "kind": "Property",
20907
21395
  "canonicalReference": "server!HYTOPIA.Entity#world:member",
@@ -21703,6 +22191,112 @@
21703
22191
  "isAbstract": false,
21704
22192
  "name": "getAllPlayerEntities"
21705
22193
  },
22194
+ {
22195
+ "kind": "Method",
22196
+ "canonicalReference": "server!HYTOPIA.EntityManager#getEntitiesByTag:member(1)",
22197
+ "docComment": "/**\n * Gets all spawned entities in the world with a specific tag.\n *\n * @param tag - The tag to get the entities for.\n *\n * @returns All spawned entities in the world with the provided tag.\n */\n",
22198
+ "excerptTokens": [
22199
+ {
22200
+ "kind": "Content",
22201
+ "text": "getEntitiesByTag(tag: "
22202
+ },
22203
+ {
22204
+ "kind": "Content",
22205
+ "text": "string"
22206
+ },
22207
+ {
22208
+ "kind": "Content",
22209
+ "text": "): "
22210
+ },
22211
+ {
22212
+ "kind": "Reference",
22213
+ "text": "Entity",
22214
+ "canonicalReference": "server!Entity:class"
22215
+ },
22216
+ {
22217
+ "kind": "Content",
22218
+ "text": "[]"
22219
+ },
22220
+ {
22221
+ "kind": "Content",
22222
+ "text": ";"
22223
+ }
22224
+ ],
22225
+ "isStatic": false,
22226
+ "returnTypeTokenRange": {
22227
+ "startIndex": 3,
22228
+ "endIndex": 5
22229
+ },
22230
+ "releaseTag": "Public",
22231
+ "isProtected": false,
22232
+ "overloadIndex": 1,
22233
+ "parameters": [
22234
+ {
22235
+ "parameterName": "tag",
22236
+ "parameterTypeTokenRange": {
22237
+ "startIndex": 1,
22238
+ "endIndex": 2
22239
+ },
22240
+ "isOptional": false
22241
+ }
22242
+ ],
22243
+ "isOptional": false,
22244
+ "isAbstract": false,
22245
+ "name": "getEntitiesByTag"
22246
+ },
22247
+ {
22248
+ "kind": "Method",
22249
+ "canonicalReference": "server!HYTOPIA.EntityManager#getEntitiesByTagSubstring:member(1)",
22250
+ "docComment": "/**\n * Gets all spawned entities in the world with a tag that includes a specific substring.\n *\n * @param tagSubstring - The tag substring to get the entities for.\n *\n * @returns All spawned entities in the world with a tag that includes the provided substring.\n */\n",
22251
+ "excerptTokens": [
22252
+ {
22253
+ "kind": "Content",
22254
+ "text": "getEntitiesByTagSubstring(tagSubstring: "
22255
+ },
22256
+ {
22257
+ "kind": "Content",
22258
+ "text": "string"
22259
+ },
22260
+ {
22261
+ "kind": "Content",
22262
+ "text": "): "
22263
+ },
22264
+ {
22265
+ "kind": "Reference",
22266
+ "text": "Entity",
22267
+ "canonicalReference": "server!Entity:class"
22268
+ },
22269
+ {
22270
+ "kind": "Content",
22271
+ "text": "[]"
22272
+ },
22273
+ {
22274
+ "kind": "Content",
22275
+ "text": ";"
22276
+ }
22277
+ ],
22278
+ "isStatic": false,
22279
+ "returnTypeTokenRange": {
22280
+ "startIndex": 3,
22281
+ "endIndex": 5
22282
+ },
22283
+ "releaseTag": "Public",
22284
+ "isProtected": false,
22285
+ "overloadIndex": 1,
22286
+ "parameters": [
22287
+ {
22288
+ "parameterName": "tagSubstring",
22289
+ "parameterTypeTokenRange": {
22290
+ "startIndex": 1,
22291
+ "endIndex": 2
22292
+ },
22293
+ "isOptional": false
22294
+ }
22295
+ ],
22296
+ "isOptional": false,
22297
+ "isAbstract": false,
22298
+ "name": "getEntitiesByTagSubstring"
22299
+ },
21706
22300
  {
21707
22301
  "kind": "Method",
21708
22302
  "canonicalReference": "server!HYTOPIA.EntityManager#getEntity:member(1)",
@@ -21822,6 +22416,61 @@
21822
22416
  "name": "EntityOptions",
21823
22417
  "preserveMemberOrder": false,
21824
22418
  "members": [
22419
+ {
22420
+ "kind": "PropertySignature",
22421
+ "canonicalReference": "server!HYTOPIA.EntityOptions#blockHalfExtents:member",
22422
+ "docComment": "/**\n * The half extents of the visual size of the block entity when blockTextureUri is set. If no rigidBodyOptions.colliders are provided, a block collider with the size of the half extents will be created.\n */\n",
22423
+ "excerptTokens": [
22424
+ {
22425
+ "kind": "Content",
22426
+ "text": "blockHalfExtents?: "
22427
+ },
22428
+ {
22429
+ "kind": "Reference",
22430
+ "text": "Vector3",
22431
+ "canonicalReference": "server!Vector3:interface"
22432
+ },
22433
+ {
22434
+ "kind": "Content",
22435
+ "text": ";"
22436
+ }
22437
+ ],
22438
+ "isReadonly": false,
22439
+ "isOptional": true,
22440
+ "releaseTag": "Public",
22441
+ "name": "blockHalfExtents",
22442
+ "propertyTypeTokenRange": {
22443
+ "startIndex": 1,
22444
+ "endIndex": 2
22445
+ }
22446
+ },
22447
+ {
22448
+ "kind": "PropertySignature",
22449
+ "canonicalReference": "server!HYTOPIA.EntityOptions#blockTextureUri:member",
22450
+ "docComment": "/**\n * The texture uri of a entity if the entity is a block entity, if set rigidBodyOptions collider shape [0] must be a block\n */\n",
22451
+ "excerptTokens": [
22452
+ {
22453
+ "kind": "Content",
22454
+ "text": "blockTextureUri?: "
22455
+ },
22456
+ {
22457
+ "kind": "Content",
22458
+ "text": "string"
22459
+ },
22460
+ {
22461
+ "kind": "Content",
22462
+ "text": ";"
22463
+ }
22464
+ ],
22465
+ "isReadonly": false,
22466
+ "isOptional": true,
22467
+ "releaseTag": "Public",
22468
+ "name": "blockTextureUri",
22469
+ "propertyTypeTokenRange": {
22470
+ "startIndex": 1,
22471
+ "endIndex": 2
22472
+ }
22473
+ },
21825
22474
  {
21826
22475
  "kind": "PropertySignature",
21827
22476
  "canonicalReference": "server!HYTOPIA.EntityOptions#createCustomCharacterController:member",
@@ -21998,6 +22647,33 @@
21998
22647
  "startIndex": 1,
21999
22648
  "endIndex": 2
22000
22649
  }
22650
+ },
22651
+ {
22652
+ "kind": "PropertySignature",
22653
+ "canonicalReference": "server!HYTOPIA.EntityOptions#tag:member",
22654
+ "docComment": "/**\n * An arbitrary identifier tag of the entity. Useful for your own logic.\n */\n",
22655
+ "excerptTokens": [
22656
+ {
22657
+ "kind": "Content",
22658
+ "text": "tag?: "
22659
+ },
22660
+ {
22661
+ "kind": "Content",
22662
+ "text": "string"
22663
+ },
22664
+ {
22665
+ "kind": "Content",
22666
+ "text": ";"
22667
+ }
22668
+ ],
22669
+ "isReadonly": false,
22670
+ "isOptional": true,
22671
+ "releaseTag": "Public",
22672
+ "name": "tag",
22673
+ "propertyTypeTokenRange": {
22674
+ "startIndex": 1,
22675
+ "endIndex": 2
22676
+ }
22001
22677
  }
22002
22678
  ],
22003
22679
  "extendsTokenRanges": []
@@ -28938,249 +29614,7 @@
28938
29614
  "overloadIndex": 1,
28939
29615
  "parameters": [
28940
29616
  {
28941
- "parameterName": "angularVelocity",
28942
- "parameterTypeTokenRange": {
28943
- "startIndex": 1,
28944
- "endIndex": 2
28945
- },
28946
- "isOptional": false
28947
- }
28948
- ],
28949
- "isOptional": false,
28950
- "isAbstract": false,
28951
- "name": "setAngularVelocity"
28952
- },
28953
- {
28954
- "kind": "Method",
28955
- "canonicalReference": "server!HYTOPIA.RigidBody#setCcdEnabled:member(1)",
28956
- "docComment": "/**\n * Sets whether the rigid body has continuous collision detection enabled.\n *\n * @param ccdEnabled - Whether the rigid body has continuous collision detection enabled.\n */\n",
28957
- "excerptTokens": [
28958
- {
28959
- "kind": "Content",
28960
- "text": "setCcdEnabled(ccdEnabled: "
28961
- },
28962
- {
28963
- "kind": "Content",
28964
- "text": "boolean"
28965
- },
28966
- {
28967
- "kind": "Content",
28968
- "text": "): "
28969
- },
28970
- {
28971
- "kind": "Content",
28972
- "text": "void"
28973
- },
28974
- {
28975
- "kind": "Content",
28976
- "text": ";"
28977
- }
28978
- ],
28979
- "isStatic": false,
28980
- "returnTypeTokenRange": {
28981
- "startIndex": 3,
28982
- "endIndex": 4
28983
- },
28984
- "releaseTag": "Public",
28985
- "isProtected": false,
28986
- "overloadIndex": 1,
28987
- "parameters": [
28988
- {
28989
- "parameterName": "ccdEnabled",
28990
- "parameterTypeTokenRange": {
28991
- "startIndex": 1,
28992
- "endIndex": 2
28993
- },
28994
- "isOptional": false
28995
- }
28996
- ],
28997
- "isOptional": false,
28998
- "isAbstract": false,
28999
- "name": "setCcdEnabled"
29000
- },
29001
- {
29002
- "kind": "Method",
29003
- "canonicalReference": "server!HYTOPIA.RigidBody#setCollisionGroupsForSolidColliders:member(1)",
29004
- "docComment": "/**\n * Sets the collision groups for solid colliders (non-sensor) of the rigid body.\n *\n * @param collisionGroups - The collision groups for solid colliders of the rigid body.\n */\n",
29005
- "excerptTokens": [
29006
- {
29007
- "kind": "Content",
29008
- "text": "setCollisionGroupsForSolidColliders(collisionGroups: "
29009
- },
29010
- {
29011
- "kind": "Reference",
29012
- "text": "CollisionGroups",
29013
- "canonicalReference": "server!CollisionGroups:type"
29014
- },
29015
- {
29016
- "kind": "Content",
29017
- "text": "): "
29018
- },
29019
- {
29020
- "kind": "Content",
29021
- "text": "void"
29022
- },
29023
- {
29024
- "kind": "Content",
29025
- "text": ";"
29026
- }
29027
- ],
29028
- "isStatic": false,
29029
- "returnTypeTokenRange": {
29030
- "startIndex": 3,
29031
- "endIndex": 4
29032
- },
29033
- "releaseTag": "Public",
29034
- "isProtected": false,
29035
- "overloadIndex": 1,
29036
- "parameters": [
29037
- {
29038
- "parameterName": "collisionGroups",
29039
- "parameterTypeTokenRange": {
29040
- "startIndex": 1,
29041
- "endIndex": 2
29042
- },
29043
- "isOptional": false
29044
- }
29045
- ],
29046
- "isOptional": false,
29047
- "isAbstract": false,
29048
- "name": "setCollisionGroupsForSolidColliders"
29049
- },
29050
- {
29051
- "kind": "Method",
29052
- "canonicalReference": "server!HYTOPIA.RigidBody#setDominanceGroup:member(1)",
29053
- "docComment": "/**\n * Sets the dominance group of the rigid body.\n *\n * @param dominanceGroup - The dominance group of the rigid body.\n */\n",
29054
- "excerptTokens": [
29055
- {
29056
- "kind": "Content",
29057
- "text": "setDominanceGroup(dominanceGroup: "
29058
- },
29059
- {
29060
- "kind": "Content",
29061
- "text": "number"
29062
- },
29063
- {
29064
- "kind": "Content",
29065
- "text": "): "
29066
- },
29067
- {
29068
- "kind": "Content",
29069
- "text": "void"
29070
- },
29071
- {
29072
- "kind": "Content",
29073
- "text": ";"
29074
- }
29075
- ],
29076
- "isStatic": false,
29077
- "returnTypeTokenRange": {
29078
- "startIndex": 3,
29079
- "endIndex": 4
29080
- },
29081
- "releaseTag": "Public",
29082
- "isProtected": false,
29083
- "overloadIndex": 1,
29084
- "parameters": [
29085
- {
29086
- "parameterName": "dominanceGroup",
29087
- "parameterTypeTokenRange": {
29088
- "startIndex": 1,
29089
- "endIndex": 2
29090
- },
29091
- "isOptional": false
29092
- }
29093
- ],
29094
- "isOptional": false,
29095
- "isAbstract": false,
29096
- "name": "setDominanceGroup"
29097
- },
29098
- {
29099
- "kind": "Method",
29100
- "canonicalReference": "server!HYTOPIA.RigidBody#setEnabled:member(1)",
29101
- "docComment": "/**\n * Sets whether the rigid body is enabled.\n *\n * @param enabled - Whether the rigid body is enabled.\n */\n",
29102
- "excerptTokens": [
29103
- {
29104
- "kind": "Content",
29105
- "text": "setEnabled(enabled: "
29106
- },
29107
- {
29108
- "kind": "Content",
29109
- "text": "boolean"
29110
- },
29111
- {
29112
- "kind": "Content",
29113
- "text": "): "
29114
- },
29115
- {
29116
- "kind": "Content",
29117
- "text": "void"
29118
- },
29119
- {
29120
- "kind": "Content",
29121
- "text": ";"
29122
- }
29123
- ],
29124
- "isStatic": false,
29125
- "returnTypeTokenRange": {
29126
- "startIndex": 3,
29127
- "endIndex": 4
29128
- },
29129
- "releaseTag": "Public",
29130
- "isProtected": false,
29131
- "overloadIndex": 1,
29132
- "parameters": [
29133
- {
29134
- "parameterName": "enabled",
29135
- "parameterTypeTokenRange": {
29136
- "startIndex": 1,
29137
- "endIndex": 2
29138
- },
29139
- "isOptional": false
29140
- }
29141
- ],
29142
- "isOptional": false,
29143
- "isAbstract": false,
29144
- "name": "setEnabled"
29145
- },
29146
- {
29147
- "kind": "Method",
29148
- "canonicalReference": "server!HYTOPIA.RigidBody#setEnabledRotations:member(1)",
29149
- "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
29150
- "excerptTokens": [
29151
- {
29152
- "kind": "Content",
29153
- "text": "setEnabledRotations(enabledRotations: "
29154
- },
29155
- {
29156
- "kind": "Reference",
29157
- "text": "Vector3Boolean",
29158
- "canonicalReference": "server!Vector3Boolean:interface"
29159
- },
29160
- {
29161
- "kind": "Content",
29162
- "text": "): "
29163
- },
29164
- {
29165
- "kind": "Content",
29166
- "text": "void"
29167
- },
29168
- {
29169
- "kind": "Content",
29170
- "text": ";"
29171
- }
29172
- ],
29173
- "isStatic": false,
29174
- "returnTypeTokenRange": {
29175
- "startIndex": 3,
29176
- "endIndex": 4
29177
- },
29178
- "releaseTag": "Public",
29179
- "isProtected": false,
29180
- "overloadIndex": 1,
29181
- "parameters": [
29182
- {
29183
- "parameterName": "enabledRotations",
29617
+ "parameterName": "angularVelocity",
29184
29618
  "parameterTypeTokenRange": {
29185
29619
  "startIndex": 1,
29186
29620
  "endIndex": 2
@@ -29190,21 +29624,20 @@
29190
29624
  ],
29191
29625
  "isOptional": false,
29192
29626
  "isAbstract": false,
29193
- "name": "setEnabledRotations"
29627
+ "name": "setAngularVelocity"
29194
29628
  },
29195
29629
  {
29196
29630
  "kind": "Method",
29197
- "canonicalReference": "server!HYTOPIA.RigidBody#setEnabledTranslations:member(1)",
29198
- "docComment": "/**\n * Sets whether the rigid body has enabled translations.\n *\n * @param enabledTranslations - Whether the rigid body has enabled translations.\n */\n",
29631
+ "canonicalReference": "server!HYTOPIA.RigidBody#setCcdEnabled:member(1)",
29632
+ "docComment": "/**\n * Sets whether the rigid body has continuous collision detection enabled.\n *\n * @param ccdEnabled - Whether the rigid body has continuous collision detection enabled.\n */\n",
29199
29633
  "excerptTokens": [
29200
29634
  {
29201
29635
  "kind": "Content",
29202
- "text": "setEnabledTranslations(enabledTranslations: "
29636
+ "text": "setCcdEnabled(ccdEnabled: "
29203
29637
  },
29204
29638
  {
29205
- "kind": "Reference",
29206
- "text": "Vector3Boolean",
29207
- "canonicalReference": "server!Vector3Boolean:interface"
29639
+ "kind": "Content",
29640
+ "text": "boolean"
29208
29641
  },
29209
29642
  {
29210
29643
  "kind": "Content",
@@ -29229,7 +29662,7 @@
29229
29662
  "overloadIndex": 1,
29230
29663
  "parameters": [
29231
29664
  {
29232
- "parameterName": "enabledTranslations",
29665
+ "parameterName": "ccdEnabled",
29233
29666
  "parameterTypeTokenRange": {
29234
29667
  "startIndex": 1,
29235
29668
  "endIndex": 2
@@ -29239,20 +29672,21 @@
29239
29672
  ],
29240
29673
  "isOptional": false,
29241
29674
  "isAbstract": false,
29242
- "name": "setEnabledTranslations"
29675
+ "name": "setCcdEnabled"
29243
29676
  },
29244
29677
  {
29245
29678
  "kind": "Method",
29246
- "canonicalReference": "server!HYTOPIA.RigidBody#setGravityScale:member(1)",
29247
- "docComment": "/**\n * Sets the gravity scale of the rigid body.\n *\n * @param gravityScale - The gravity scale of the rigid body.\n */\n",
29679
+ "canonicalReference": "server!HYTOPIA.RigidBody#setCollisionGroupsForSolidColliders:member(1)",
29680
+ "docComment": "/**\n * Sets the collision groups for solid colliders (non-sensor) of the rigid body.\n *\n * @param collisionGroups - The collision groups for solid colliders of the rigid body.\n */\n",
29248
29681
  "excerptTokens": [
29249
29682
  {
29250
29683
  "kind": "Content",
29251
- "text": "setGravityScale(gravityScale: "
29684
+ "text": "setCollisionGroupsForSolidColliders(collisionGroups: "
29252
29685
  },
29253
29686
  {
29254
- "kind": "Content",
29255
- "text": "number"
29687
+ "kind": "Reference",
29688
+ "text": "CollisionGroups",
29689
+ "canonicalReference": "server!CollisionGroups:type"
29256
29690
  },
29257
29691
  {
29258
29692
  "kind": "Content",
@@ -29277,7 +29711,7 @@
29277
29711
  "overloadIndex": 1,
29278
29712
  "parameters": [
29279
29713
  {
29280
- "parameterName": "gravityScale",
29714
+ "parameterName": "collisionGroups",
29281
29715
  "parameterTypeTokenRange": {
29282
29716
  "startIndex": 1,
29283
29717
  "endIndex": 2
@@ -29287,16 +29721,16 @@
29287
29721
  ],
29288
29722
  "isOptional": false,
29289
29723
  "isAbstract": false,
29290
- "name": "setGravityScale"
29724
+ "name": "setCollisionGroupsForSolidColliders"
29291
29725
  },
29292
29726
  {
29293
29727
  "kind": "Method",
29294
- "canonicalReference": "server!HYTOPIA.RigidBody#setLinearDamping:member(1)",
29295
- "docComment": "/**\n * Sets the linear damping of the rigid body.\n *\n * @param linearDamping - The linear damping of the rigid body.\n */\n",
29728
+ "canonicalReference": "server!HYTOPIA.RigidBody#setDominanceGroup:member(1)",
29729
+ "docComment": "/**\n * Sets the dominance group of the rigid body.\n *\n * @param dominanceGroup - The dominance group of the rigid body.\n */\n",
29296
29730
  "excerptTokens": [
29297
29731
  {
29298
29732
  "kind": "Content",
29299
- "text": "setLinearDamping(linearDamping: "
29733
+ "text": "setDominanceGroup(dominanceGroup: "
29300
29734
  },
29301
29735
  {
29302
29736
  "kind": "Content",
@@ -29325,7 +29759,7 @@
29325
29759
  "overloadIndex": 1,
29326
29760
  "parameters": [
29327
29761
  {
29328
- "parameterName": "linearDamping",
29762
+ "parameterName": "dominanceGroup",
29329
29763
  "parameterTypeTokenRange": {
29330
29764
  "startIndex": 1,
29331
29765
  "endIndex": 2
@@ -29335,21 +29769,20 @@
29335
29769
  ],
29336
29770
  "isOptional": false,
29337
29771
  "isAbstract": false,
29338
- "name": "setLinearDamping"
29772
+ "name": "setDominanceGroup"
29339
29773
  },
29340
29774
  {
29341
29775
  "kind": "Method",
29342
- "canonicalReference": "server!HYTOPIA.RigidBody#setLinearVelocity:member(1)",
29343
- "docComment": "/**\n * Sets the linear velocity of the rigid body.\n *\n * @param linearVelocity - The linear velocity of the rigid body.\n */\n",
29776
+ "canonicalReference": "server!HYTOPIA.RigidBody#setEnabled:member(1)",
29777
+ "docComment": "/**\n * Sets whether the rigid body is enabled.\n *\n * @param enabled - Whether the rigid body is enabled.\n */\n",
29344
29778
  "excerptTokens": [
29345
29779
  {
29346
29780
  "kind": "Content",
29347
- "text": "setLinearVelocity(linearVelocity: "
29781
+ "text": "setEnabled(enabled: "
29348
29782
  },
29349
29783
  {
29350
- "kind": "Reference",
29351
- "text": "Vector",
29352
- "canonicalReference": "@dimforge/rapier3d-compat!Vector:interface"
29784
+ "kind": "Content",
29785
+ "text": "boolean"
29353
29786
  },
29354
29787
  {
29355
29788
  "kind": "Content",
@@ -29374,7 +29807,7 @@
29374
29807
  "overloadIndex": 1,
29375
29808
  "parameters": [
29376
29809
  {
29377
- "parameterName": "linearVelocity",
29810
+ "parameterName": "enabled",
29378
29811
  "parameterTypeTokenRange": {
29379
29812
  "startIndex": 1,
29380
29813
  "endIndex": 2
@@ -29384,21 +29817,21 @@
29384
29817
  ],
29385
29818
  "isOptional": false,
29386
29819
  "isAbstract": false,
29387
- "name": "setLinearVelocity"
29820
+ "name": "setEnabled"
29388
29821
  },
29389
29822
  {
29390
29823
  "kind": "Method",
29391
- "canonicalReference": "server!HYTOPIA.RigidBody#setNextKinematicRotation:member(1)",
29392
- "docComment": "/**\n * Sets the next kinematic rotation of the rigid body.\n *\n * @param nextKinematicRotation - The next kinematic rotation of the rigid body.\n */\n",
29824
+ "canonicalReference": "server!HYTOPIA.RigidBody#setEnabledRotations:member(1)",
29825
+ "docComment": "/**\n * Sets whether the rigid body has enabled rotations.\n *\n * @param enabledRotations - Whether the rigid body has enabled rotations.\n */\n",
29393
29826
  "excerptTokens": [
29394
29827
  {
29395
29828
  "kind": "Content",
29396
- "text": "setNextKinematicRotation(nextKinematicRotation: "
29829
+ "text": "setEnabledRotations(enabledRotations: "
29397
29830
  },
29398
29831
  {
29399
29832
  "kind": "Reference",
29400
- "text": "Rotation",
29401
- "canonicalReference": "server!Rotation:interface"
29833
+ "text": "Vector3Boolean",
29834
+ "canonicalReference": "server!Vector3Boolean:interface"
29402
29835
  },
29403
29836
  {
29404
29837
  "kind": "Content",
@@ -29423,7 +29856,7 @@
29423
29856
  "overloadIndex": 1,
29424
29857
  "parameters": [
29425
29858
  {
29426
- "parameterName": "nextKinematicRotation",
29859
+ "parameterName": "enabledRotations",
29427
29860
  "parameterTypeTokenRange": {
29428
29861
  "startIndex": 1,
29429
29862
  "endIndex": 2
@@ -29433,21 +29866,21 @@
29433
29866
  ],
29434
29867
  "isOptional": false,
29435
29868
  "isAbstract": false,
29436
- "name": "setNextKinematicRotation"
29869
+ "name": "setEnabledRotations"
29437
29870
  },
29438
29871
  {
29439
29872
  "kind": "Method",
29440
- "canonicalReference": "server!HYTOPIA.RigidBody#setNextKinematicTranslation:member(1)",
29441
- "docComment": "/**\n * Sets the next kinematic translation of the rigid body.\n *\n * @param nextKinematicTranslation - The next kinematic translation of the rigid body.\n */\n",
29873
+ "canonicalReference": "server!HYTOPIA.RigidBody#setEnabledTranslations:member(1)",
29874
+ "docComment": "/**\n * Sets whether the rigid body has enabled translations.\n *\n * @param enabledTranslations - Whether the rigid body has enabled translations.\n */\n",
29442
29875
  "excerptTokens": [
29443
29876
  {
29444
29877
  "kind": "Content",
29445
- "text": "setNextKinematicTranslation(nextKinematicTranslation: "
29878
+ "text": "setEnabledTranslations(enabledTranslations: "
29446
29879
  },
29447
29880
  {
29448
29881
  "kind": "Reference",
29449
- "text": "Vector",
29450
- "canonicalReference": "@dimforge/rapier3d-compat!Vector:interface"
29882
+ "text": "Vector3Boolean",
29883
+ "canonicalReference": "server!Vector3Boolean:interface"
29451
29884
  },
29452
29885
  {
29453
29886
  "kind": "Content",
@@ -29472,7 +29905,7 @@
29472
29905
  "overloadIndex": 1,
29473
29906
  "parameters": [
29474
29907
  {
29475
- "parameterName": "nextKinematicTranslation",
29908
+ "parameterName": "enabledTranslations",
29476
29909
  "parameterTypeTokenRange": {
29477
29910
  "startIndex": 1,
29478
29911
  "endIndex": 2
@@ -29482,21 +29915,20 @@
29482
29915
  ],
29483
29916
  "isOptional": false,
29484
29917
  "isAbstract": false,
29485
- "name": "setNextKinematicTranslation"
29918
+ "name": "setEnabledTranslations"
29486
29919
  },
29487
29920
  {
29488
29921
  "kind": "Method",
29489
- "canonicalReference": "server!HYTOPIA.RigidBody#setRotation:member(1)",
29490
- "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
29922
+ "canonicalReference": "server!HYTOPIA.RigidBody#setGravityScale:member(1)",
29923
+ "docComment": "/**\n * Sets the gravity scale of the rigid body.\n *\n * @param gravityScale - The gravity scale of the rigid body.\n */\n",
29491
29924
  "excerptTokens": [
29492
29925
  {
29493
29926
  "kind": "Content",
29494
- "text": "setRotation(rotation: "
29927
+ "text": "setGravityScale(gravityScale: "
29495
29928
  },
29496
29929
  {
29497
- "kind": "Reference",
29498
- "text": "Rotation",
29499
- "canonicalReference": "server!Rotation:interface"
29930
+ "kind": "Content",
29931
+ "text": "number"
29500
29932
  },
29501
29933
  {
29502
29934
  "kind": "Content",
@@ -29521,7 +29953,7 @@
29521
29953
  "overloadIndex": 1,
29522
29954
  "parameters": [
29523
29955
  {
29524
- "parameterName": "rotation",
29956
+ "parameterName": "gravityScale",
29525
29957
  "parameterTypeTokenRange": {
29526
29958
  "startIndex": 1,
29527
29959
  "endIndex": 2
@@ -29531,20 +29963,20 @@
29531
29963
  ],
29532
29964
  "isOptional": false,
29533
29965
  "isAbstract": false,
29534
- "name": "setRotation"
29966
+ "name": "setGravityScale"
29535
29967
  },
29536
29968
  {
29537
29969
  "kind": "Method",
29538
- "canonicalReference": "server!HYTOPIA.RigidBody#setSleeping:member(1)",
29539
- "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
29970
+ "canonicalReference": "server!HYTOPIA.RigidBody#setLinearDamping:member(1)",
29971
+ "docComment": "/**\n * Sets the linear damping of the rigid body.\n *\n * @param linearDamping - The linear damping of the rigid body.\n */\n",
29540
29972
  "excerptTokens": [
29541
29973
  {
29542
29974
  "kind": "Content",
29543
- "text": "setSleeping(sleeping: "
29975
+ "text": "setLinearDamping(linearDamping: "
29544
29976
  },
29545
29977
  {
29546
29978
  "kind": "Content",
29547
- "text": "boolean"
29979
+ "text": "number"
29548
29980
  },
29549
29981
  {
29550
29982
  "kind": "Content",
@@ -29569,7 +30001,7 @@
29569
30001
  "overloadIndex": 1,
29570
30002
  "parameters": [
29571
30003
  {
29572
- "parameterName": "sleeping",
30004
+ "parameterName": "linearDamping",
29573
30005
  "parameterTypeTokenRange": {
29574
30006
  "startIndex": 1,
29575
30007
  "endIndex": 2
@@ -29579,20 +30011,21 @@
29579
30011
  ],
29580
30012
  "isOptional": false,
29581
30013
  "isAbstract": false,
29582
- "name": "setSleeping"
30014
+ "name": "setLinearDamping"
29583
30015
  },
29584
30016
  {
29585
30017
  "kind": "Method",
29586
- "canonicalReference": "server!HYTOPIA.RigidBody#setSoftCcdPrediction:member(1)",
29587
- "docComment": "/**\n * Sets the soft ccd prediction of the rigid body.\n *\n * @param softCcdPrediction - The soft ccd prediction of the rigid body.\n */\n",
30018
+ "canonicalReference": "server!HYTOPIA.RigidBody#setLinearVelocity:member(1)",
30019
+ "docComment": "/**\n * Sets the linear velocity of the rigid body.\n *\n * @param linearVelocity - The linear velocity of the rigid body.\n */\n",
29588
30020
  "excerptTokens": [
29589
30021
  {
29590
30022
  "kind": "Content",
29591
- "text": "setSoftCcdPrediction(softCcdPrediction: "
30023
+ "text": "setLinearVelocity(linearVelocity: "
29592
30024
  },
29593
30025
  {
29594
- "kind": "Content",
29595
- "text": "number"
30026
+ "kind": "Reference",
30027
+ "text": "Vector",
30028
+ "canonicalReference": "@dimforge/rapier3d-compat!Vector:interface"
29596
30029
  },
29597
30030
  {
29598
30031
  "kind": "Content",
@@ -29617,7 +30050,7 @@
29617
30050
  "overloadIndex": 1,
29618
30051
  "parameters": [
29619
30052
  {
29620
- "parameterName": "softCcdPrediction",
30053
+ "parameterName": "linearVelocity",
29621
30054
  "parameterTypeTokenRange": {
29622
30055
  "startIndex": 1,
29623
30056
  "endIndex": 2
@@ -29627,20 +30060,21 @@
29627
30060
  ],
29628
30061
  "isOptional": false,
29629
30062
  "isAbstract": false,
29630
- "name": "setSoftCcdPrediction"
30063
+ "name": "setLinearVelocity"
29631
30064
  },
29632
30065
  {
29633
30066
  "kind": "Method",
29634
- "canonicalReference": "server!HYTOPIA.RigidBody#setTag:member(1)",
29635
- "docComment": "/**\n * Sets the tag of the rigid body.\n *\n * @param tag - The tag of the rigid body.\n */\n",
30067
+ "canonicalReference": "server!HYTOPIA.RigidBody#setNextKinematicRotation:member(1)",
30068
+ "docComment": "/**\n * Sets the next kinematic rotation of the rigid body.\n *\n * @param nextKinematicRotation - The next kinematic rotation of the rigid body.\n */\n",
29636
30069
  "excerptTokens": [
29637
30070
  {
29638
30071
  "kind": "Content",
29639
- "text": "setTag(tag: "
30072
+ "text": "setNextKinematicRotation(nextKinematicRotation: "
29640
30073
  },
29641
30074
  {
29642
- "kind": "Content",
29643
- "text": "string"
30075
+ "kind": "Reference",
30076
+ "text": "Rotation",
30077
+ "canonicalReference": "server!Rotation:interface"
29644
30078
  },
29645
30079
  {
29646
30080
  "kind": "Content",
@@ -29665,7 +30099,7 @@
29665
30099
  "overloadIndex": 1,
29666
30100
  "parameters": [
29667
30101
  {
29668
- "parameterName": "tag",
30102
+ "parameterName": "nextKinematicRotation",
29669
30103
  "parameterTypeTokenRange": {
29670
30104
  "startIndex": 1,
29671
30105
  "endIndex": 2
@@ -29675,16 +30109,16 @@
29675
30109
  ],
29676
30110
  "isOptional": false,
29677
30111
  "isAbstract": false,
29678
- "name": "setTag"
30112
+ "name": "setNextKinematicRotation"
29679
30113
  },
29680
30114
  {
29681
30115
  "kind": "Method",
29682
- "canonicalReference": "server!HYTOPIA.RigidBody#setTranslation:member(1)",
29683
- "docComment": "/**\n * Sets the translation of the rigid body.\n *\n * @param translation - The translation of the rigid body.\n */\n",
30116
+ "canonicalReference": "server!HYTOPIA.RigidBody#setNextKinematicTranslation:member(1)",
30117
+ "docComment": "/**\n * Sets the next kinematic translation of the rigid body.\n *\n * @param nextKinematicTranslation - The next kinematic translation of the rigid body.\n */\n",
29684
30118
  "excerptTokens": [
29685
30119
  {
29686
30120
  "kind": "Content",
29687
- "text": "setTranslation(translation: "
30121
+ "text": "setNextKinematicTranslation(nextKinematicTranslation: "
29688
30122
  },
29689
30123
  {
29690
30124
  "kind": "Reference",
@@ -29714,7 +30148,7 @@
29714
30148
  "overloadIndex": 1,
29715
30149
  "parameters": [
29716
30150
  {
29717
- "parameterName": "translation",
30151
+ "parameterName": "nextKinematicTranslation",
29718
30152
  "parameterTypeTokenRange": {
29719
30153
  "startIndex": 1,
29720
30154
  "endIndex": 2
@@ -29724,21 +30158,117 @@
29724
30158
  ],
29725
30159
  "isOptional": false,
29726
30160
  "isAbstract": false,
29727
- "name": "setTranslation"
30161
+ "name": "setNextKinematicTranslation"
29728
30162
  },
29729
30163
  {
29730
30164
  "kind": "Method",
29731
- "canonicalReference": "server!HYTOPIA.RigidBody#setType:member(1)",
29732
- "docComment": "/**\n * Sets the type of the rigid body.\n *\n * @param type - The type of the rigid body.\n */\n",
30165
+ "canonicalReference": "server!HYTOPIA.RigidBody#setRotation:member(1)",
30166
+ "docComment": "/**\n * Sets the rotation of the rigid body.\n *\n * @param rotation - The rotation of the rigid body.\n */\n",
29733
30167
  "excerptTokens": [
29734
30168
  {
29735
30169
  "kind": "Content",
29736
- "text": "setType(type: "
30170
+ "text": "setRotation(rotation: "
29737
30171
  },
29738
30172
  {
29739
30173
  "kind": "Reference",
29740
- "text": "RigidBodyType",
29741
- "canonicalReference": "server!RigidBodyType:enum"
30174
+ "text": "Rotation",
30175
+ "canonicalReference": "server!Rotation:interface"
30176
+ },
30177
+ {
30178
+ "kind": "Content",
30179
+ "text": "): "
30180
+ },
30181
+ {
30182
+ "kind": "Content",
30183
+ "text": "void"
30184
+ },
30185
+ {
30186
+ "kind": "Content",
30187
+ "text": ";"
30188
+ }
30189
+ ],
30190
+ "isStatic": false,
30191
+ "returnTypeTokenRange": {
30192
+ "startIndex": 3,
30193
+ "endIndex": 4
30194
+ },
30195
+ "releaseTag": "Public",
30196
+ "isProtected": false,
30197
+ "overloadIndex": 1,
30198
+ "parameters": [
30199
+ {
30200
+ "parameterName": "rotation",
30201
+ "parameterTypeTokenRange": {
30202
+ "startIndex": 1,
30203
+ "endIndex": 2
30204
+ },
30205
+ "isOptional": false
30206
+ }
30207
+ ],
30208
+ "isOptional": false,
30209
+ "isAbstract": false,
30210
+ "name": "setRotation"
30211
+ },
30212
+ {
30213
+ "kind": "Method",
30214
+ "canonicalReference": "server!HYTOPIA.RigidBody#setSleeping:member(1)",
30215
+ "docComment": "/**\n * Sets whether the rigid body is sleeping.\n *\n * @param sleeping - Whether the rigid body is sleeping.\n */\n",
30216
+ "excerptTokens": [
30217
+ {
30218
+ "kind": "Content",
30219
+ "text": "setSleeping(sleeping: "
30220
+ },
30221
+ {
30222
+ "kind": "Content",
30223
+ "text": "boolean"
30224
+ },
30225
+ {
30226
+ "kind": "Content",
30227
+ "text": "): "
30228
+ },
30229
+ {
30230
+ "kind": "Content",
30231
+ "text": "void"
30232
+ },
30233
+ {
30234
+ "kind": "Content",
30235
+ "text": ";"
30236
+ }
30237
+ ],
30238
+ "isStatic": false,
30239
+ "returnTypeTokenRange": {
30240
+ "startIndex": 3,
30241
+ "endIndex": 4
30242
+ },
30243
+ "releaseTag": "Public",
30244
+ "isProtected": false,
30245
+ "overloadIndex": 1,
30246
+ "parameters": [
30247
+ {
30248
+ "parameterName": "sleeping",
30249
+ "parameterTypeTokenRange": {
30250
+ "startIndex": 1,
30251
+ "endIndex": 2
30252
+ },
30253
+ "isOptional": false
30254
+ }
30255
+ ],
30256
+ "isOptional": false,
30257
+ "isAbstract": false,
30258
+ "name": "setSleeping"
30259
+ },
30260
+ {
30261
+ "kind": "Method",
30262
+ "canonicalReference": "server!HYTOPIA.RigidBody#setSoftCcdPrediction:member(1)",
30263
+ "docComment": "/**\n * Sets the soft ccd prediction of the rigid body.\n *\n * @param softCcdPrediction - The soft ccd prediction of the rigid body.\n */\n",
30264
+ "excerptTokens": [
30265
+ {
30266
+ "kind": "Content",
30267
+ "text": "setSoftCcdPrediction(softCcdPrediction: "
30268
+ },
30269
+ {
30270
+ "kind": "Content",
30271
+ "text": "number"
29742
30272
  },
29743
30273
  {
29744
30274
  "kind": "Content",
@@ -29763,7 +30293,7 @@
29763
30293
  "overloadIndex": 1,
29764
30294
  "parameters": [
29765
30295
  {
29766
- "parameterName": "type",
30296
+ "parameterName": "softCcdPrediction",
29767
30297
  "parameterTypeTokenRange": {
29768
30298
  "startIndex": 1,
29769
30299
  "endIndex": 2
@@ -29773,16 +30303,25 @@
29773
30303
  ],
29774
30304
  "isOptional": false,
29775
30305
  "isAbstract": false,
29776
- "name": "setType"
30306
+ "name": "setSoftCcdPrediction"
29777
30307
  },
29778
30308
  {
29779
30309
  "kind": "Method",
29780
- "canonicalReference": "server!HYTOPIA.RigidBody#sleep:member(1)",
29781
- "docComment": "/**\n * Explicitly puts the rigid body to sleep. Physics otherwise optimizes sleeping.\n */\n",
30310
+ "canonicalReference": "server!HYTOPIA.RigidBody#setTranslation:member(1)",
30311
+ "docComment": "/**\n * Sets the translation of the rigid body.\n *\n * @param translation - The translation of the rigid body.\n */\n",
29782
30312
  "excerptTokens": [
29783
30313
  {
29784
30314
  "kind": "Content",
29785
- "text": "sleep(): "
30315
+ "text": "setTranslation(translation: "
30316
+ },
30317
+ {
30318
+ "kind": "Reference",
30319
+ "text": "Vector",
30320
+ "canonicalReference": "@dimforge/rapier3d-compat!Vector:interface"
30321
+ },
30322
+ {
30323
+ "kind": "Content",
30324
+ "text": "): "
29786
30325
  },
29787
30326
  {
29788
30327
  "kind": "Content",
@@ -29795,46 +30334,105 @@
29795
30334
  ],
29796
30335
  "isStatic": false,
29797
30336
  "returnTypeTokenRange": {
29798
- "startIndex": 1,
29799
- "endIndex": 2
30337
+ "startIndex": 3,
30338
+ "endIndex": 4
29800
30339
  },
29801
30340
  "releaseTag": "Public",
29802
30341
  "isProtected": false,
29803
30342
  "overloadIndex": 1,
29804
- "parameters": [],
30343
+ "parameters": [
30344
+ {
30345
+ "parameterName": "translation",
30346
+ "parameterTypeTokenRange": {
30347
+ "startIndex": 1,
30348
+ "endIndex": 2
30349
+ },
30350
+ "isOptional": false
30351
+ }
30352
+ ],
29805
30353
  "isOptional": false,
29806
30354
  "isAbstract": false,
29807
- "name": "sleep"
30355
+ "name": "setTranslation"
29808
30356
  },
29809
30357
  {
29810
- "kind": "Property",
29811
- "canonicalReference": "server!HYTOPIA.RigidBody#tag:member",
29812
- "docComment": "/**\n * An arbitrary identifier tag of the rigid body. Useful for your own logic.\n */\n",
30358
+ "kind": "Method",
30359
+ "canonicalReference": "server!HYTOPIA.RigidBody#setType:member(1)",
30360
+ "docComment": "/**\n * Sets the type of the rigid body.\n *\n * @param type - The type of the rigid body.\n */\n",
29813
30361
  "excerptTokens": [
29814
30362
  {
29815
30363
  "kind": "Content",
29816
- "text": "get tag(): "
30364
+ "text": "setType(type: "
30365
+ },
30366
+ {
30367
+ "kind": "Reference",
30368
+ "text": "RigidBodyType",
30369
+ "canonicalReference": "server!RigidBodyType:enum"
29817
30370
  },
29818
30371
  {
29819
30372
  "kind": "Content",
29820
- "text": "string | undefined"
30373
+ "text": "): "
30374
+ },
30375
+ {
30376
+ "kind": "Content",
30377
+ "text": "void"
29821
30378
  },
29822
30379
  {
29823
30380
  "kind": "Content",
29824
30381
  "text": ";"
29825
30382
  }
29826
30383
  ],
29827
- "isReadonly": true,
29828
- "isOptional": false,
30384
+ "isStatic": false,
30385
+ "returnTypeTokenRange": {
30386
+ "startIndex": 3,
30387
+ "endIndex": 4
30388
+ },
29829
30389
  "releaseTag": "Public",
29830
- "name": "tag",
29831
- "propertyTypeTokenRange": {
30390
+ "isProtected": false,
30391
+ "overloadIndex": 1,
30392
+ "parameters": [
30393
+ {
30394
+ "parameterName": "type",
30395
+ "parameterTypeTokenRange": {
30396
+ "startIndex": 1,
30397
+ "endIndex": 2
30398
+ },
30399
+ "isOptional": false
30400
+ }
30401
+ ],
30402
+ "isOptional": false,
30403
+ "isAbstract": false,
30404
+ "name": "setType"
30405
+ },
30406
+ {
30407
+ "kind": "Method",
30408
+ "canonicalReference": "server!HYTOPIA.RigidBody#sleep:member(1)",
30409
+ "docComment": "/**\n * Explicitly puts the rigid body to sleep. Physics otherwise optimizes sleeping.\n */\n",
30410
+ "excerptTokens": [
30411
+ {
30412
+ "kind": "Content",
30413
+ "text": "sleep(): "
30414
+ },
30415
+ {
30416
+ "kind": "Content",
30417
+ "text": "void"
30418
+ },
30419
+ {
30420
+ "kind": "Content",
30421
+ "text": ";"
30422
+ }
30423
+ ],
30424
+ "isStatic": false,
30425
+ "returnTypeTokenRange": {
29832
30426
  "startIndex": 1,
29833
30427
  "endIndex": 2
29834
30428
  },
29835
- "isStatic": false,
30429
+ "releaseTag": "Public",
29836
30430
  "isProtected": false,
29837
- "isAbstract": false
30431
+ "overloadIndex": 1,
30432
+ "parameters": [],
30433
+ "isOptional": false,
30434
+ "isAbstract": false,
30435
+ "name": "sleep"
29838
30436
  },
29839
30437
  {
29840
30438
  "kind": "Method",
@@ -30436,33 +31034,6 @@
30436
31034
  "endIndex": 2
30437
31035
  }
30438
31036
  },
30439
- {
30440
- "kind": "PropertySignature",
30441
- "canonicalReference": "server!HYTOPIA.RigidBodyOptions#tag:member",
30442
- "docComment": "/**\n * The tag of the rigid body.\n */\n",
30443
- "excerptTokens": [
30444
- {
30445
- "kind": "Content",
30446
- "text": "tag?: "
30447
- },
30448
- {
30449
- "kind": "Content",
30450
- "text": "string"
30451
- },
30452
- {
30453
- "kind": "Content",
30454
- "text": ";"
30455
- }
30456
- ],
30457
- "isReadonly": false,
30458
- "isOptional": true,
30459
- "releaseTag": "Public",
30460
- "name": "tag",
30461
- "propertyTypeTokenRange": {
30462
- "startIndex": 1,
30463
- "endIndex": 2
30464
- }
30465
- },
30466
31037
  {
30467
31038
  "kind": "PropertySignature",
30468
31039
  "canonicalReference": "server!HYTOPIA.RigidBodyOptions#translation:member",
@@ -31335,7 +31906,7 @@
31335
31906
  {
31336
31907
  "kind": "Variable",
31337
31908
  "canonicalReference": "server!HYTOPIA.SUPPORTED_INPUT_KEYS:var",
31338
- "docComment": "/**\n * The input keys included in the PlayerInputState.\n *\n * @public\n */\n",
31909
+ "docComment": "/**\n * The input keys that can be included in the PlayerInputState.\n *\n * @public\n */\n",
31339
31910
  "excerptTokens": [
31340
31911
  {
31341
31912
  "kind": "Content",
@@ -31560,16 +32131,7 @@
31560
32131
  "excerptTokens": [
31561
32132
  {
31562
32133
  "kind": "Content",
31563
- "text": "export default class WebServer implements "
31564
- },
31565
- {
31566
- "kind": "Reference",
31567
- "text": "Readyable",
31568
- "canonicalReference": "server!~Readyable:interface"
31569
- },
31570
- {
31571
- "kind": "Content",
31572
- "text": " "
32134
+ "text": "export default class WebServer "
31573
32135
  }
31574
32136
  ],
31575
32137
  "fileUrlPath": "src/networking/WebServer.ts",
@@ -31578,12 +32140,7 @@
31578
32140
  "name": "WebServer",
31579
32141
  "preserveMemberOrder": false,
31580
32142
  "members": [],
31581
- "implementsTokenRanges": [
31582
- {
31583
- "startIndex": 1,
31584
- "endIndex": 2
31585
- }
31586
- ]
32143
+ "implementsTokenRanges": []
31587
32144
  },
31588
32145
  {
31589
32146
  "kind": "Class",
@@ -39596,54 +40153,6 @@
39596
40153
  "isAbstract": false,
39597
40154
  "name": "setSoftCcdPrediction"
39598
40155
  },
39599
- {
39600
- "kind": "Method",
39601
- "canonicalReference": "server!RigidBody#setTag:member(1)",
39602
- "docComment": "/**\n * Sets the tag of the rigid body.\n *\n * @param tag - The tag of the rigid body.\n */\n",
39603
- "excerptTokens": [
39604
- {
39605
- "kind": "Content",
39606
- "text": "setTag(tag: "
39607
- },
39608
- {
39609
- "kind": "Content",
39610
- "text": "string"
39611
- },
39612
- {
39613
- "kind": "Content",
39614
- "text": "): "
39615
- },
39616
- {
39617
- "kind": "Content",
39618
- "text": "void"
39619
- },
39620
- {
39621
- "kind": "Content",
39622
- "text": ";"
39623
- }
39624
- ],
39625
- "isStatic": false,
39626
- "returnTypeTokenRange": {
39627
- "startIndex": 3,
39628
- "endIndex": 4
39629
- },
39630
- "releaseTag": "Public",
39631
- "isProtected": false,
39632
- "overloadIndex": 1,
39633
- "parameters": [
39634
- {
39635
- "parameterName": "tag",
39636
- "parameterTypeTokenRange": {
39637
- "startIndex": 1,
39638
- "endIndex": 2
39639
- },
39640
- "isOptional": false
39641
- }
39642
- ],
39643
- "isOptional": false,
39644
- "isAbstract": false,
39645
- "name": "setTag"
39646
- },
39647
40156
  {
39648
40157
  "kind": "Method",
39649
40158
  "canonicalReference": "server!RigidBody#setTranslation:member(1)",
@@ -39773,36 +40282,6 @@
39773
40282
  "isAbstract": false,
39774
40283
  "name": "sleep"
39775
40284
  },
39776
- {
39777
- "kind": "Property",
39778
- "canonicalReference": "server!RigidBody#tag:member",
39779
- "docComment": "/**\n * An arbitrary identifier tag of the rigid body. Useful for your own logic.\n */\n",
39780
- "excerptTokens": [
39781
- {
39782
- "kind": "Content",
39783
- "text": "get tag(): "
39784
- },
39785
- {
39786
- "kind": "Content",
39787
- "text": "string | undefined"
39788
- },
39789
- {
39790
- "kind": "Content",
39791
- "text": ";"
39792
- }
39793
- ],
39794
- "isReadonly": true,
39795
- "isOptional": false,
39796
- "releaseTag": "Public",
39797
- "name": "tag",
39798
- "propertyTypeTokenRange": {
39799
- "startIndex": 1,
39800
- "endIndex": 2
39801
- },
39802
- "isStatic": false,
39803
- "isProtected": false,
39804
- "isAbstract": false
39805
- },
39806
40285
  {
39807
40286
  "kind": "Method",
39808
40287
  "canonicalReference": "server!RigidBody#wakeUp:member(1)",
@@ -40403,33 +40882,6 @@
40403
40882
  "endIndex": 2
40404
40883
  }
40405
40884
  },
40406
- {
40407
- "kind": "PropertySignature",
40408
- "canonicalReference": "server!RigidBodyOptions#tag:member",
40409
- "docComment": "/**\n * The tag of the rigid body.\n */\n",
40410
- "excerptTokens": [
40411
- {
40412
- "kind": "Content",
40413
- "text": "tag?: "
40414
- },
40415
- {
40416
- "kind": "Content",
40417
- "text": "string"
40418
- },
40419
- {
40420
- "kind": "Content",
40421
- "text": ";"
40422
- }
40423
- ],
40424
- "isReadonly": false,
40425
- "isOptional": true,
40426
- "releaseTag": "Public",
40427
- "name": "tag",
40428
- "propertyTypeTokenRange": {
40429
- "startIndex": 1,
40430
- "endIndex": 2
40431
- }
40432
- },
40433
40885
  {
40434
40886
  "kind": "PropertySignature",
40435
40887
  "canonicalReference": "server!RigidBodyOptions#translation:member",
@@ -41302,7 +41754,7 @@
41302
41754
  {
41303
41755
  "kind": "Variable",
41304
41756
  "canonicalReference": "server!SUPPORTED_INPUT_KEYS:var",
41305
- "docComment": "/**\n * The input keys included in the PlayerInputState.\n *\n * @public\n */\n",
41757
+ "docComment": "/**\n * The input keys that can be included in the PlayerInputState.\n *\n * @public\n */\n",
41306
41758
  "excerptTokens": [
41307
41759
  {
41308
41760
  "kind": "Content",
@@ -41527,16 +41979,7 @@
41527
41979
  "excerptTokens": [
41528
41980
  {
41529
41981
  "kind": "Content",
41530
- "text": "export default class WebServer implements "
41531
- },
41532
- {
41533
- "kind": "Reference",
41534
- "text": "Readyable",
41535
- "canonicalReference": "server!~Readyable:interface"
41536
- },
41537
- {
41538
- "kind": "Content",
41539
- "text": " "
41982
+ "text": "export default class WebServer "
41540
41983
  }
41541
41984
  ],
41542
41985
  "fileUrlPath": "src/networking/WebServer.ts",
@@ -41545,12 +41988,7 @@
41545
41988
  "name": "WebServer",
41546
41989
  "preserveMemberOrder": false,
41547
41990
  "members": [],
41548
- "implementsTokenRanges": [
41549
- {
41550
- "startIndex": 1,
41551
- "endIndex": 2
41552
- }
41553
- ]
41991
+ "implementsTokenRanges": []
41554
41992
  },
41555
41993
  {
41556
41994
  "kind": "Class",