hytopia 0.5.23 → 0.6.1
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.
- package/bun-server.mjs +126 -126
- package/docs/server.defaultplayerentitycontroller.applydirectionalmovementrotations.md +13 -0
- package/docs/server.defaultplayerentitycontroller.jumplandheavyoneshotanimations.md +13 -0
- package/docs/server.defaultplayerentitycontroller.jumplandlightoneshotanimations.md +13 -0
- package/docs/server.defaultplayerentitycontroller.md +77 -1
- package/docs/server.defaultplayerentitycontroller.swimidleloopedanimations.md +13 -0
- package/docs/server.defaultplayerentitycontroller.swimloopedanimations.md +1 -1
- package/docs/server.defaultplayerentitycontrolleroptions.applydirectionalmovementrotations.md +13 -0
- package/docs/server.defaultplayerentitycontrolleroptions.jumplandheavyoneshotanimations.md +13 -0
- package/docs/server.defaultplayerentitycontrolleroptions.jumplandlightoneshotanimations.md +13 -0
- package/docs/server.defaultplayerentitycontrolleroptions.md +77 -1
- package/docs/server.defaultplayerentitycontrolleroptions.swimidleloopedanimations.md +13 -0
- package/docs/server.defaultplayerentitycontrolleroptions.swimloopedanimations.md +1 -1
- package/docs/server.entity.md +43 -1
- package/docs/server.entity.modelscale.md +1 -1
- package/docs/server.entity.stopallmodelanimations.md +53 -0
- package/docs/server.entity.stopallmodelloopedanimations.md +53 -0
- package/docs/server.entity.stopallmodeloneshotanimations.md +53 -0
- package/docs/server.moveoptions.md +1 -0
- package/docs/server.simpleentitycontroller.idleloopedanimations.md +13 -0
- package/docs/server.simpleentitycontroller.idleloopedanimationsspeed.md +13 -0
- package/docs/server.simpleentitycontroller.jumponeshotanimations.md +13 -0
- package/docs/server.simpleentitycontroller.md +153 -0
- package/docs/server.simpleentitycontroller.moveloopedanimations.md +13 -0
- package/docs/server.simpleentitycontroller.moveloopedanimationsspeed.md +13 -0
- package/docs/server.simpleentitycontroller.movespeed.md +13 -0
- package/docs/server.simpleentitycontroller.spawn.md +53 -0
- package/node-server.mjs +144 -144
- package/package.json +1 -1
- package/server.api.json +649 -48
- package/server.d.ts +83 -3
package/server.api.json
CHANGED
@@ -10893,6 +10893,36 @@
|
|
10893
10893
|
}
|
10894
10894
|
]
|
10895
10895
|
},
|
10896
|
+
{
|
10897
|
+
"kind": "Property",
|
10898
|
+
"canonicalReference": "server!DefaultPlayerEntityController#applyDirectionalMovementRotations:member",
|
10899
|
+
"docComment": "/**\n * Whether to apply directional rotations to the entity while moving, defaults to true.\n */\n",
|
10900
|
+
"excerptTokens": [
|
10901
|
+
{
|
10902
|
+
"kind": "Content",
|
10903
|
+
"text": "applyDirectionalMovementRotations: "
|
10904
|
+
},
|
10905
|
+
{
|
10906
|
+
"kind": "Content",
|
10907
|
+
"text": "boolean"
|
10908
|
+
},
|
10909
|
+
{
|
10910
|
+
"kind": "Content",
|
10911
|
+
"text": ";"
|
10912
|
+
}
|
10913
|
+
],
|
10914
|
+
"isReadonly": false,
|
10915
|
+
"isOptional": false,
|
10916
|
+
"releaseTag": "Public",
|
10917
|
+
"name": "applyDirectionalMovementRotations",
|
10918
|
+
"propertyTypeTokenRange": {
|
10919
|
+
"startIndex": 1,
|
10920
|
+
"endIndex": 2
|
10921
|
+
},
|
10922
|
+
"isStatic": false,
|
10923
|
+
"isProtected": false,
|
10924
|
+
"isAbstract": false
|
10925
|
+
},
|
10896
10926
|
{
|
10897
10927
|
"kind": "Method",
|
10898
10928
|
"canonicalReference": "server!DefaultPlayerEntityController#attach:member(1)",
|
@@ -11278,6 +11308,66 @@
|
|
11278
11308
|
"isProtected": false,
|
11279
11309
|
"isAbstract": false
|
11280
11310
|
},
|
11311
|
+
{
|
11312
|
+
"kind": "Property",
|
11313
|
+
"canonicalReference": "server!DefaultPlayerEntityController#jumpLandHeavyOneshotAnimations:member",
|
11314
|
+
"docComment": "/**\n * The oneshot animation(s) that will play when the entity lands with a high velocity.\n */\n",
|
11315
|
+
"excerptTokens": [
|
11316
|
+
{
|
11317
|
+
"kind": "Content",
|
11318
|
+
"text": "jumpLandHeavyOneshotAnimations: "
|
11319
|
+
},
|
11320
|
+
{
|
11321
|
+
"kind": "Content",
|
11322
|
+
"text": "string[]"
|
11323
|
+
},
|
11324
|
+
{
|
11325
|
+
"kind": "Content",
|
11326
|
+
"text": ";"
|
11327
|
+
}
|
11328
|
+
],
|
11329
|
+
"isReadonly": false,
|
11330
|
+
"isOptional": false,
|
11331
|
+
"releaseTag": "Public",
|
11332
|
+
"name": "jumpLandHeavyOneshotAnimations",
|
11333
|
+
"propertyTypeTokenRange": {
|
11334
|
+
"startIndex": 1,
|
11335
|
+
"endIndex": 2
|
11336
|
+
},
|
11337
|
+
"isStatic": false,
|
11338
|
+
"isProtected": false,
|
11339
|
+
"isAbstract": false
|
11340
|
+
},
|
11341
|
+
{
|
11342
|
+
"kind": "Property",
|
11343
|
+
"canonicalReference": "server!DefaultPlayerEntityController#jumpLandLightOneshotAnimations:member",
|
11344
|
+
"docComment": "/**\n * The oneshot animation(s) that will play when the entity lands after jumping or being airborne.\n */\n",
|
11345
|
+
"excerptTokens": [
|
11346
|
+
{
|
11347
|
+
"kind": "Content",
|
11348
|
+
"text": "jumpLandLightOneshotAnimations: "
|
11349
|
+
},
|
11350
|
+
{
|
11351
|
+
"kind": "Content",
|
11352
|
+
"text": "string[]"
|
11353
|
+
},
|
11354
|
+
{
|
11355
|
+
"kind": "Content",
|
11356
|
+
"text": ";"
|
11357
|
+
}
|
11358
|
+
],
|
11359
|
+
"isReadonly": false,
|
11360
|
+
"isOptional": false,
|
11361
|
+
"releaseTag": "Public",
|
11362
|
+
"name": "jumpLandLightOneshotAnimations",
|
11363
|
+
"propertyTypeTokenRange": {
|
11364
|
+
"startIndex": 1,
|
11365
|
+
"endIndex": 2
|
11366
|
+
},
|
11367
|
+
"isStatic": false,
|
11368
|
+
"isProtected": false,
|
11369
|
+
"isAbstract": false
|
11370
|
+
},
|
11281
11371
|
{
|
11282
11372
|
"kind": "Property",
|
11283
11373
|
"canonicalReference": "server!DefaultPlayerEntityController#jumpOneshotAnimations:member",
|
@@ -11572,10 +11662,40 @@
|
|
11572
11662
|
"isProtected": false,
|
11573
11663
|
"isAbstract": false
|
11574
11664
|
},
|
11665
|
+
{
|
11666
|
+
"kind": "Property",
|
11667
|
+
"canonicalReference": "server!DefaultPlayerEntityController#swimIdleLoopedAnimations:member",
|
11668
|
+
"docComment": "/**\n * The looped animation(s) that will play when the entity is not moving while swimming.\n */\n",
|
11669
|
+
"excerptTokens": [
|
11670
|
+
{
|
11671
|
+
"kind": "Content",
|
11672
|
+
"text": "swimIdleLoopedAnimations: "
|
11673
|
+
},
|
11674
|
+
{
|
11675
|
+
"kind": "Content",
|
11676
|
+
"text": "string[]"
|
11677
|
+
},
|
11678
|
+
{
|
11679
|
+
"kind": "Content",
|
11680
|
+
"text": ";"
|
11681
|
+
}
|
11682
|
+
],
|
11683
|
+
"isReadonly": false,
|
11684
|
+
"isOptional": false,
|
11685
|
+
"releaseTag": "Public",
|
11686
|
+
"name": "swimIdleLoopedAnimations",
|
11687
|
+
"propertyTypeTokenRange": {
|
11688
|
+
"startIndex": 1,
|
11689
|
+
"endIndex": 2
|
11690
|
+
},
|
11691
|
+
"isStatic": false,
|
11692
|
+
"isProtected": false,
|
11693
|
+
"isAbstract": false
|
11694
|
+
},
|
11575
11695
|
{
|
11576
11696
|
"kind": "Property",
|
11577
11697
|
"canonicalReference": "server!DefaultPlayerEntityController#swimLoopedAnimations:member",
|
11578
|
-
"docComment": "/**\n * The looped animation(s) that will play when the entity is swimming.\n */\n",
|
11698
|
+
"docComment": "/**\n * The looped animation(s) that will play when the entity is swimming in any direction.\n */\n",
|
11579
11699
|
"excerptTokens": [
|
11580
11700
|
{
|
11581
11701
|
"kind": "Content",
|
@@ -11873,6 +11993,33 @@
|
|
11873
11993
|
"name": "DefaultPlayerEntityControllerOptions",
|
11874
11994
|
"preserveMemberOrder": false,
|
11875
11995
|
"members": [
|
11996
|
+
{
|
11997
|
+
"kind": "PropertySignature",
|
11998
|
+
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#applyDirectionalMovementRotations:member",
|
11999
|
+
"docComment": "/**\n * Whether to apply directional rotations to the entity while moving, defaults to true.\n */\n",
|
12000
|
+
"excerptTokens": [
|
12001
|
+
{
|
12002
|
+
"kind": "Content",
|
12003
|
+
"text": "applyDirectionalMovementRotations?: "
|
12004
|
+
},
|
12005
|
+
{
|
12006
|
+
"kind": "Content",
|
12007
|
+
"text": "boolean"
|
12008
|
+
},
|
12009
|
+
{
|
12010
|
+
"kind": "Content",
|
12011
|
+
"text": ";"
|
12012
|
+
}
|
12013
|
+
],
|
12014
|
+
"isReadonly": false,
|
12015
|
+
"isOptional": true,
|
12016
|
+
"releaseTag": "Public",
|
12017
|
+
"name": "applyDirectionalMovementRotations",
|
12018
|
+
"propertyTypeTokenRange": {
|
12019
|
+
"startIndex": 1,
|
12020
|
+
"endIndex": 2
|
12021
|
+
}
|
12022
|
+
},
|
11876
12023
|
{
|
11877
12024
|
"kind": "PropertySignature",
|
11878
12025
|
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#autoCancelMouseLeftClick:member",
|
@@ -12062,6 +12209,60 @@
|
|
12062
12209
|
"endIndex": 2
|
12063
12210
|
}
|
12064
12211
|
},
|
12212
|
+
{
|
12213
|
+
"kind": "PropertySignature",
|
12214
|
+
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#jumpLandHeavyOneshotAnimations:member",
|
12215
|
+
"docComment": "/**\n * Overrides the animation(s) that will play when the entity lands with a high velocity.\n */\n",
|
12216
|
+
"excerptTokens": [
|
12217
|
+
{
|
12218
|
+
"kind": "Content",
|
12219
|
+
"text": "jumpLandHeavyOneshotAnimations?: "
|
12220
|
+
},
|
12221
|
+
{
|
12222
|
+
"kind": "Content",
|
12223
|
+
"text": "string[]"
|
12224
|
+
},
|
12225
|
+
{
|
12226
|
+
"kind": "Content",
|
12227
|
+
"text": ";"
|
12228
|
+
}
|
12229
|
+
],
|
12230
|
+
"isReadonly": false,
|
12231
|
+
"isOptional": true,
|
12232
|
+
"releaseTag": "Public",
|
12233
|
+
"name": "jumpLandHeavyOneshotAnimations",
|
12234
|
+
"propertyTypeTokenRange": {
|
12235
|
+
"startIndex": 1,
|
12236
|
+
"endIndex": 2
|
12237
|
+
}
|
12238
|
+
},
|
12239
|
+
{
|
12240
|
+
"kind": "PropertySignature",
|
12241
|
+
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#jumpLandLightOneshotAnimations:member",
|
12242
|
+
"docComment": "/**\n * Overrides the animation(s) that will play when the entity lands after jumping or being airborne.\n */\n",
|
12243
|
+
"excerptTokens": [
|
12244
|
+
{
|
12245
|
+
"kind": "Content",
|
12246
|
+
"text": "jumpLandLightOneshotAnimations?: "
|
12247
|
+
},
|
12248
|
+
{
|
12249
|
+
"kind": "Content",
|
12250
|
+
"text": "string[]"
|
12251
|
+
},
|
12252
|
+
{
|
12253
|
+
"kind": "Content",
|
12254
|
+
"text": ";"
|
12255
|
+
}
|
12256
|
+
],
|
12257
|
+
"isReadonly": false,
|
12258
|
+
"isOptional": true,
|
12259
|
+
"releaseTag": "Public",
|
12260
|
+
"name": "jumpLandLightOneshotAnimations",
|
12261
|
+
"propertyTypeTokenRange": {
|
12262
|
+
"startIndex": 1,
|
12263
|
+
"endIndex": 2
|
12264
|
+
}
|
12265
|
+
},
|
12065
12266
|
{
|
12066
12267
|
"kind": "PropertySignature",
|
12067
12268
|
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#jumpOneshotAnimations:member",
|
@@ -12251,10 +12452,37 @@
|
|
12251
12452
|
"endIndex": 2
|
12252
12453
|
}
|
12253
12454
|
},
|
12455
|
+
{
|
12456
|
+
"kind": "PropertySignature",
|
12457
|
+
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#swimIdleLoopedAnimations:member",
|
12458
|
+
"docComment": "/**\n * The looped animation(s) that will play when the entity is not moving while swimming.\n */\n",
|
12459
|
+
"excerptTokens": [
|
12460
|
+
{
|
12461
|
+
"kind": "Content",
|
12462
|
+
"text": "swimIdleLoopedAnimations?: "
|
12463
|
+
},
|
12464
|
+
{
|
12465
|
+
"kind": "Content",
|
12466
|
+
"text": "string[]"
|
12467
|
+
},
|
12468
|
+
{
|
12469
|
+
"kind": "Content",
|
12470
|
+
"text": ";"
|
12471
|
+
}
|
12472
|
+
],
|
12473
|
+
"isReadonly": false,
|
12474
|
+
"isOptional": true,
|
12475
|
+
"releaseTag": "Public",
|
12476
|
+
"name": "swimIdleLoopedAnimations",
|
12477
|
+
"propertyTypeTokenRange": {
|
12478
|
+
"startIndex": 1,
|
12479
|
+
"endIndex": 2
|
12480
|
+
}
|
12481
|
+
},
|
12254
12482
|
{
|
12255
12483
|
"kind": "PropertySignature",
|
12256
12484
|
"canonicalReference": "server!DefaultPlayerEntityControllerOptions#swimLoopedAnimations:member",
|
12257
|
-
"docComment": "/**\n * The looped animation(s) that will play when the entity is swimming.\n */\n",
|
12485
|
+
"docComment": "/**\n * The looped animation(s) that will play when the entity is swimming in any direction.\n */\n",
|
12258
12486
|
"excerptTokens": [
|
12259
12487
|
{
|
12260
12488
|
"kind": "Content",
|
@@ -13384,7 +13612,7 @@
|
|
13384
13612
|
},
|
13385
13613
|
{
|
13386
13614
|
"kind": "Content",
|
13387
|
-
"text": "number
|
13615
|
+
"text": "number"
|
13388
13616
|
},
|
13389
13617
|
{
|
13390
13618
|
"kind": "Content",
|
@@ -13927,21 +14155,181 @@
|
|
13927
14155
|
},
|
13928
14156
|
{
|
13929
14157
|
"kind": "Content",
|
13930
|
-
"text": ", position: "
|
13931
|
-
},
|
13932
|
-
{
|
13933
|
-
"kind": "Reference",
|
13934
|
-
"text": "Vector3Like",
|
13935
|
-
"canonicalReference": "server!Vector3Like:interface"
|
14158
|
+
"text": ", position: "
|
14159
|
+
},
|
14160
|
+
{
|
14161
|
+
"kind": "Reference",
|
14162
|
+
"text": "Vector3Like",
|
14163
|
+
"canonicalReference": "server!Vector3Like:interface"
|
14164
|
+
},
|
14165
|
+
{
|
14166
|
+
"kind": "Content",
|
14167
|
+
"text": ", rotation?: "
|
14168
|
+
},
|
14169
|
+
{
|
14170
|
+
"kind": "Reference",
|
14171
|
+
"text": "QuaternionLike",
|
14172
|
+
"canonicalReference": "server!QuaternionLike:interface"
|
14173
|
+
},
|
14174
|
+
{
|
14175
|
+
"kind": "Content",
|
14176
|
+
"text": "): "
|
14177
|
+
},
|
14178
|
+
{
|
14179
|
+
"kind": "Content",
|
14180
|
+
"text": "void"
|
14181
|
+
},
|
14182
|
+
{
|
14183
|
+
"kind": "Content",
|
14184
|
+
"text": ";"
|
14185
|
+
}
|
14186
|
+
],
|
14187
|
+
"isStatic": false,
|
14188
|
+
"returnTypeTokenRange": {
|
14189
|
+
"startIndex": 7,
|
14190
|
+
"endIndex": 8
|
14191
|
+
},
|
14192
|
+
"releaseTag": "Public",
|
14193
|
+
"isProtected": false,
|
14194
|
+
"overloadIndex": 1,
|
14195
|
+
"parameters": [
|
14196
|
+
{
|
14197
|
+
"parameterName": "world",
|
14198
|
+
"parameterTypeTokenRange": {
|
14199
|
+
"startIndex": 1,
|
14200
|
+
"endIndex": 2
|
14201
|
+
},
|
14202
|
+
"isOptional": false
|
14203
|
+
},
|
14204
|
+
{
|
14205
|
+
"parameterName": "position",
|
14206
|
+
"parameterTypeTokenRange": {
|
14207
|
+
"startIndex": 3,
|
14208
|
+
"endIndex": 4
|
14209
|
+
},
|
14210
|
+
"isOptional": false
|
14211
|
+
},
|
14212
|
+
{
|
14213
|
+
"parameterName": "rotation",
|
14214
|
+
"parameterTypeTokenRange": {
|
14215
|
+
"startIndex": 5,
|
14216
|
+
"endIndex": 6
|
14217
|
+
},
|
14218
|
+
"isOptional": true
|
14219
|
+
}
|
14220
|
+
],
|
14221
|
+
"isOptional": false,
|
14222
|
+
"isAbstract": false,
|
14223
|
+
"name": "spawn"
|
14224
|
+
},
|
14225
|
+
{
|
14226
|
+
"kind": "Method",
|
14227
|
+
"canonicalReference": "server!Entity#startModelLoopedAnimations:member(1)",
|
14228
|
+
"docComment": "/**\n * Starts looped animations for the entity, blending with other animations currently playing.\n *\n * @remarks\n *\n * This method will be ignored and do nothing if the entity is a block entity.\n *\n * @param animations - The animations to start.\n */\n",
|
14229
|
+
"excerptTokens": [
|
14230
|
+
{
|
14231
|
+
"kind": "Content",
|
14232
|
+
"text": "startModelLoopedAnimations(animations: "
|
14233
|
+
},
|
14234
|
+
{
|
14235
|
+
"kind": "Content",
|
14236
|
+
"text": "string[]"
|
14237
|
+
},
|
14238
|
+
{
|
14239
|
+
"kind": "Content",
|
14240
|
+
"text": "): "
|
14241
|
+
},
|
14242
|
+
{
|
14243
|
+
"kind": "Content",
|
14244
|
+
"text": "void"
|
14245
|
+
},
|
14246
|
+
{
|
14247
|
+
"kind": "Content",
|
14248
|
+
"text": ";"
|
14249
|
+
}
|
14250
|
+
],
|
14251
|
+
"isStatic": false,
|
14252
|
+
"returnTypeTokenRange": {
|
14253
|
+
"startIndex": 3,
|
14254
|
+
"endIndex": 4
|
14255
|
+
},
|
14256
|
+
"releaseTag": "Public",
|
14257
|
+
"isProtected": false,
|
14258
|
+
"overloadIndex": 1,
|
14259
|
+
"parameters": [
|
14260
|
+
{
|
14261
|
+
"parameterName": "animations",
|
14262
|
+
"parameterTypeTokenRange": {
|
14263
|
+
"startIndex": 1,
|
14264
|
+
"endIndex": 2
|
14265
|
+
},
|
14266
|
+
"isOptional": false
|
14267
|
+
}
|
14268
|
+
],
|
14269
|
+
"isOptional": false,
|
14270
|
+
"isAbstract": false,
|
14271
|
+
"name": "startModelLoopedAnimations"
|
14272
|
+
},
|
14273
|
+
{
|
14274
|
+
"kind": "Method",
|
14275
|
+
"canonicalReference": "server!Entity#startModelOneshotAnimations:member(1)",
|
14276
|
+
"docComment": "/**\n * Starts a oneshot animation for the entity, blending with other animations currently playing.\n *\n * @remarks\n *\n * This method will be ignored and do nothing if the entity is a block entity.\n *\n * @param animations - The animations to start.\n */\n",
|
14277
|
+
"excerptTokens": [
|
14278
|
+
{
|
14279
|
+
"kind": "Content",
|
14280
|
+
"text": "startModelOneshotAnimations(animations: "
|
14281
|
+
},
|
14282
|
+
{
|
14283
|
+
"kind": "Content",
|
14284
|
+
"text": "string[]"
|
14285
|
+
},
|
14286
|
+
{
|
14287
|
+
"kind": "Content",
|
14288
|
+
"text": "): "
|
14289
|
+
},
|
14290
|
+
{
|
14291
|
+
"kind": "Content",
|
14292
|
+
"text": "void"
|
14293
|
+
},
|
14294
|
+
{
|
14295
|
+
"kind": "Content",
|
14296
|
+
"text": ";"
|
14297
|
+
}
|
14298
|
+
],
|
14299
|
+
"isStatic": false,
|
14300
|
+
"returnTypeTokenRange": {
|
14301
|
+
"startIndex": 3,
|
14302
|
+
"endIndex": 4
|
14303
|
+
},
|
14304
|
+
"releaseTag": "Public",
|
14305
|
+
"isProtected": false,
|
14306
|
+
"overloadIndex": 1,
|
14307
|
+
"parameters": [
|
14308
|
+
{
|
14309
|
+
"parameterName": "animations",
|
14310
|
+
"parameterTypeTokenRange": {
|
14311
|
+
"startIndex": 1,
|
14312
|
+
"endIndex": 2
|
14313
|
+
},
|
14314
|
+
"isOptional": false
|
14315
|
+
}
|
14316
|
+
],
|
14317
|
+
"isOptional": false,
|
14318
|
+
"isAbstract": false,
|
14319
|
+
"name": "startModelOneshotAnimations"
|
14320
|
+
},
|
14321
|
+
{
|
14322
|
+
"kind": "Method",
|
14323
|
+
"canonicalReference": "server!Entity#stopAllModelAnimations:member(1)",
|
14324
|
+
"docComment": "/**\n * Stops all looped and oneshot animations for the entity, optionally excluded the provided animations from stopping.\n *\n * @param excludedAnimations - The animations to exclude from being stopped.\n */\n",
|
14325
|
+
"excerptTokens": [
|
14326
|
+
{
|
14327
|
+
"kind": "Content",
|
14328
|
+
"text": "stopAllModelAnimations(excludedAnimations?: "
|
13936
14329
|
},
|
13937
14330
|
{
|
13938
14331
|
"kind": "Content",
|
13939
|
-
"text": "
|
13940
|
-
},
|
13941
|
-
{
|
13942
|
-
"kind": "Reference",
|
13943
|
-
"text": "QuaternionLike",
|
13944
|
-
"canonicalReference": "server!QuaternionLike:interface"
|
14332
|
+
"text": "string[]"
|
13945
14333
|
},
|
13946
14334
|
{
|
13947
14335
|
"kind": "Content",
|
@@ -13958,50 +14346,34 @@
|
|
13958
14346
|
],
|
13959
14347
|
"isStatic": false,
|
13960
14348
|
"returnTypeTokenRange": {
|
13961
|
-
"startIndex":
|
13962
|
-
"endIndex":
|
14349
|
+
"startIndex": 3,
|
14350
|
+
"endIndex": 4
|
13963
14351
|
},
|
13964
14352
|
"releaseTag": "Public",
|
13965
14353
|
"isProtected": false,
|
13966
14354
|
"overloadIndex": 1,
|
13967
14355
|
"parameters": [
|
13968
14356
|
{
|
13969
|
-
"parameterName": "
|
14357
|
+
"parameterName": "excludedAnimations",
|
13970
14358
|
"parameterTypeTokenRange": {
|
13971
14359
|
"startIndex": 1,
|
13972
14360
|
"endIndex": 2
|
13973
14361
|
},
|
13974
|
-
"isOptional": false
|
13975
|
-
},
|
13976
|
-
{
|
13977
|
-
"parameterName": "position",
|
13978
|
-
"parameterTypeTokenRange": {
|
13979
|
-
"startIndex": 3,
|
13980
|
-
"endIndex": 4
|
13981
|
-
},
|
13982
|
-
"isOptional": false
|
13983
|
-
},
|
13984
|
-
{
|
13985
|
-
"parameterName": "rotation",
|
13986
|
-
"parameterTypeTokenRange": {
|
13987
|
-
"startIndex": 5,
|
13988
|
-
"endIndex": 6
|
13989
|
-
},
|
13990
14362
|
"isOptional": true
|
13991
14363
|
}
|
13992
14364
|
],
|
13993
14365
|
"isOptional": false,
|
13994
14366
|
"isAbstract": false,
|
13995
|
-
"name": "
|
14367
|
+
"name": "stopAllModelAnimations"
|
13996
14368
|
},
|
13997
14369
|
{
|
13998
14370
|
"kind": "Method",
|
13999
|
-
"canonicalReference": "server!Entity#
|
14000
|
-
"docComment": "/**\n *
|
14371
|
+
"canonicalReference": "server!Entity#stopAllModelLoopedAnimations:member(1)",
|
14372
|
+
"docComment": "/**\n * Stops all looped animations for the entity, optionally excluded the provided animations from stopping.\n *\n * @param excludedAnimations - The animations to exclude from being stopped.\n */\n",
|
14001
14373
|
"excerptTokens": [
|
14002
14374
|
{
|
14003
14375
|
"kind": "Content",
|
14004
|
-
"text": "
|
14376
|
+
"text": "stopAllModelLoopedAnimations(excludedAnimations?: "
|
14005
14377
|
},
|
14006
14378
|
{
|
14007
14379
|
"kind": "Content",
|
@@ -14030,26 +14402,26 @@
|
|
14030
14402
|
"overloadIndex": 1,
|
14031
14403
|
"parameters": [
|
14032
14404
|
{
|
14033
|
-
"parameterName": "
|
14405
|
+
"parameterName": "excludedAnimations",
|
14034
14406
|
"parameterTypeTokenRange": {
|
14035
14407
|
"startIndex": 1,
|
14036
14408
|
"endIndex": 2
|
14037
14409
|
},
|
14038
|
-
"isOptional":
|
14410
|
+
"isOptional": true
|
14039
14411
|
}
|
14040
14412
|
],
|
14041
14413
|
"isOptional": false,
|
14042
14414
|
"isAbstract": false,
|
14043
|
-
"name": "
|
14415
|
+
"name": "stopAllModelLoopedAnimations"
|
14044
14416
|
},
|
14045
14417
|
{
|
14046
14418
|
"kind": "Method",
|
14047
|
-
"canonicalReference": "server!Entity#
|
14048
|
-
"docComment": "/**\n *
|
14419
|
+
"canonicalReference": "server!Entity#stopAllModelOneshotAnimations:member(1)",
|
14420
|
+
"docComment": "/**\n * Stops all oneshot animations for the entity, optionally excluded the provided animations from stopping.\n *\n * @param excludedAnimations - The animations to exclude from being stopped.\n */\n",
|
14049
14421
|
"excerptTokens": [
|
14050
14422
|
{
|
14051
14423
|
"kind": "Content",
|
14052
|
-
"text": "
|
14424
|
+
"text": "stopAllModelOneshotAnimations(excludedAnimations?: "
|
14053
14425
|
},
|
14054
14426
|
{
|
14055
14427
|
"kind": "Content",
|
@@ -14078,17 +14450,17 @@
|
|
14078
14450
|
"overloadIndex": 1,
|
14079
14451
|
"parameters": [
|
14080
14452
|
{
|
14081
|
-
"parameterName": "
|
14453
|
+
"parameterName": "excludedAnimations",
|
14082
14454
|
"parameterTypeTokenRange": {
|
14083
14455
|
"startIndex": 1,
|
14084
14456
|
"endIndex": 2
|
14085
14457
|
},
|
14086
|
-
"isOptional":
|
14458
|
+
"isOptional": true
|
14087
14459
|
}
|
14088
14460
|
],
|
14089
14461
|
"isOptional": false,
|
14090
14462
|
"isAbstract": false,
|
14091
|
-
"name": "
|
14463
|
+
"name": "stopAllModelOneshotAnimations"
|
14092
14464
|
},
|
14093
14465
|
{
|
14094
14466
|
"kind": "Method",
|
@@ -25860,7 +26232,7 @@
|
|
25860
26232
|
},
|
25861
26233
|
{
|
25862
26234
|
"kind": "Content",
|
25863
|
-
"text": ";\n moveIgnoreAxes?: {\n x?: boolean;\n y?: boolean;\n z?: boolean;\n };\n}"
|
26235
|
+
"text": ";\n moveIgnoreAxes?: {\n x?: boolean;\n y?: boolean;\n z?: boolean;\n };\n moveStartIdleAnimationsOnCompletion?: boolean;\n}"
|
25864
26236
|
},
|
25865
26237
|
{
|
25866
26238
|
"kind": "Content",
|
@@ -38430,6 +38802,66 @@
|
|
38430
38802
|
"isAbstract": false,
|
38431
38803
|
"name": "face"
|
38432
38804
|
},
|
38805
|
+
{
|
38806
|
+
"kind": "Property",
|
38807
|
+
"canonicalReference": "server!SimpleEntityController#idleLoopedAnimations:member",
|
38808
|
+
"docComment": "/**\n * The animations to loop when the entity is idle.\n */\n",
|
38809
|
+
"excerptTokens": [
|
38810
|
+
{
|
38811
|
+
"kind": "Content",
|
38812
|
+
"text": "idleLoopedAnimations: "
|
38813
|
+
},
|
38814
|
+
{
|
38815
|
+
"kind": "Content",
|
38816
|
+
"text": "string[]"
|
38817
|
+
},
|
38818
|
+
{
|
38819
|
+
"kind": "Content",
|
38820
|
+
"text": ";"
|
38821
|
+
}
|
38822
|
+
],
|
38823
|
+
"isReadonly": false,
|
38824
|
+
"isOptional": false,
|
38825
|
+
"releaseTag": "Public",
|
38826
|
+
"name": "idleLoopedAnimations",
|
38827
|
+
"propertyTypeTokenRange": {
|
38828
|
+
"startIndex": 1,
|
38829
|
+
"endIndex": 2
|
38830
|
+
},
|
38831
|
+
"isStatic": false,
|
38832
|
+
"isProtected": false,
|
38833
|
+
"isAbstract": false
|
38834
|
+
},
|
38835
|
+
{
|
38836
|
+
"kind": "Property",
|
38837
|
+
"canonicalReference": "server!SimpleEntityController#idleLoopedAnimationsSpeed:member",
|
38838
|
+
"docComment": "/**\n * The speed at which to loop the idle animations.\n */\n",
|
38839
|
+
"excerptTokens": [
|
38840
|
+
{
|
38841
|
+
"kind": "Content",
|
38842
|
+
"text": "idleLoopedAnimationsSpeed: "
|
38843
|
+
},
|
38844
|
+
{
|
38845
|
+
"kind": "Content",
|
38846
|
+
"text": "number | undefined"
|
38847
|
+
},
|
38848
|
+
{
|
38849
|
+
"kind": "Content",
|
38850
|
+
"text": ";"
|
38851
|
+
}
|
38852
|
+
],
|
38853
|
+
"isReadonly": false,
|
38854
|
+
"isOptional": false,
|
38855
|
+
"releaseTag": "Public",
|
38856
|
+
"name": "idleLoopedAnimationsSpeed",
|
38857
|
+
"propertyTypeTokenRange": {
|
38858
|
+
"startIndex": 1,
|
38859
|
+
"endIndex": 2
|
38860
|
+
},
|
38861
|
+
"isStatic": false,
|
38862
|
+
"isProtected": false,
|
38863
|
+
"isAbstract": false
|
38864
|
+
},
|
38433
38865
|
{
|
38434
38866
|
"kind": "Method",
|
38435
38867
|
"canonicalReference": "server!SimpleEntityController#jump:member(1)",
|
@@ -38478,6 +38910,36 @@
|
|
38478
38910
|
"isAbstract": false,
|
38479
38911
|
"name": "jump"
|
38480
38912
|
},
|
38913
|
+
{
|
38914
|
+
"kind": "Property",
|
38915
|
+
"canonicalReference": "server!SimpleEntityController#jumpOneshotAnimations:member",
|
38916
|
+
"docComment": "/**\n * The animations to play when the entity jumps.\n */\n",
|
38917
|
+
"excerptTokens": [
|
38918
|
+
{
|
38919
|
+
"kind": "Content",
|
38920
|
+
"text": "jumpOneshotAnimations: "
|
38921
|
+
},
|
38922
|
+
{
|
38923
|
+
"kind": "Content",
|
38924
|
+
"text": "string[]"
|
38925
|
+
},
|
38926
|
+
{
|
38927
|
+
"kind": "Content",
|
38928
|
+
"text": ";"
|
38929
|
+
}
|
38930
|
+
],
|
38931
|
+
"isReadonly": false,
|
38932
|
+
"isOptional": false,
|
38933
|
+
"releaseTag": "Public",
|
38934
|
+
"name": "jumpOneshotAnimations",
|
38935
|
+
"propertyTypeTokenRange": {
|
38936
|
+
"startIndex": 1,
|
38937
|
+
"endIndex": 2
|
38938
|
+
},
|
38939
|
+
"isStatic": false,
|
38940
|
+
"isProtected": false,
|
38941
|
+
"isAbstract": false
|
38942
|
+
},
|
38481
38943
|
{
|
38482
38944
|
"kind": "Method",
|
38483
38945
|
"canonicalReference": "server!SimpleEntityController#move:member(1)",
|
@@ -38559,6 +39021,145 @@
|
|
38559
39021
|
"isOptional": false,
|
38560
39022
|
"isAbstract": false,
|
38561
39023
|
"name": "move"
|
39024
|
+
},
|
39025
|
+
{
|
39026
|
+
"kind": "Property",
|
39027
|
+
"canonicalReference": "server!SimpleEntityController#moveLoopedAnimations:member",
|
39028
|
+
"docComment": "/**\n * The animations to loop when the entity is moving.\n */\n",
|
39029
|
+
"excerptTokens": [
|
39030
|
+
{
|
39031
|
+
"kind": "Content",
|
39032
|
+
"text": "moveLoopedAnimations: "
|
39033
|
+
},
|
39034
|
+
{
|
39035
|
+
"kind": "Content",
|
39036
|
+
"text": "string[]"
|
39037
|
+
},
|
39038
|
+
{
|
39039
|
+
"kind": "Content",
|
39040
|
+
"text": ";"
|
39041
|
+
}
|
39042
|
+
],
|
39043
|
+
"isReadonly": false,
|
39044
|
+
"isOptional": false,
|
39045
|
+
"releaseTag": "Public",
|
39046
|
+
"name": "moveLoopedAnimations",
|
39047
|
+
"propertyTypeTokenRange": {
|
39048
|
+
"startIndex": 1,
|
39049
|
+
"endIndex": 2
|
39050
|
+
},
|
39051
|
+
"isStatic": false,
|
39052
|
+
"isProtected": false,
|
39053
|
+
"isAbstract": false
|
39054
|
+
},
|
39055
|
+
{
|
39056
|
+
"kind": "Property",
|
39057
|
+
"canonicalReference": "server!SimpleEntityController#moveLoopedAnimationsSpeed:member",
|
39058
|
+
"docComment": "/**\n * The speed at which to loop the move animations.\n */\n",
|
39059
|
+
"excerptTokens": [
|
39060
|
+
{
|
39061
|
+
"kind": "Content",
|
39062
|
+
"text": "moveLoopedAnimationsSpeed: "
|
39063
|
+
},
|
39064
|
+
{
|
39065
|
+
"kind": "Content",
|
39066
|
+
"text": "number | undefined"
|
39067
|
+
},
|
39068
|
+
{
|
39069
|
+
"kind": "Content",
|
39070
|
+
"text": ";"
|
39071
|
+
}
|
39072
|
+
],
|
39073
|
+
"isReadonly": false,
|
39074
|
+
"isOptional": false,
|
39075
|
+
"releaseTag": "Public",
|
39076
|
+
"name": "moveLoopedAnimationsSpeed",
|
39077
|
+
"propertyTypeTokenRange": {
|
39078
|
+
"startIndex": 1,
|
39079
|
+
"endIndex": 2
|
39080
|
+
},
|
39081
|
+
"isStatic": false,
|
39082
|
+
"isProtected": false,
|
39083
|
+
"isAbstract": false
|
39084
|
+
},
|
39085
|
+
{
|
39086
|
+
"kind": "Property",
|
39087
|
+
"canonicalReference": "server!SimpleEntityController#moveSpeed:member",
|
39088
|
+
"docComment": "/**\n * The speed at which to move the entity. Can be altered while moving.\n */\n",
|
39089
|
+
"excerptTokens": [
|
39090
|
+
{
|
39091
|
+
"kind": "Content",
|
39092
|
+
"text": "moveSpeed: "
|
39093
|
+
},
|
39094
|
+
{
|
39095
|
+
"kind": "Content",
|
39096
|
+
"text": "number"
|
39097
|
+
},
|
39098
|
+
{
|
39099
|
+
"kind": "Content",
|
39100
|
+
"text": ";"
|
39101
|
+
}
|
39102
|
+
],
|
39103
|
+
"isReadonly": false,
|
39104
|
+
"isOptional": false,
|
39105
|
+
"releaseTag": "Public",
|
39106
|
+
"name": "moveSpeed",
|
39107
|
+
"propertyTypeTokenRange": {
|
39108
|
+
"startIndex": 1,
|
39109
|
+
"endIndex": 2
|
39110
|
+
},
|
39111
|
+
"isStatic": false,
|
39112
|
+
"isProtected": false,
|
39113
|
+
"isAbstract": false
|
39114
|
+
},
|
39115
|
+
{
|
39116
|
+
"kind": "Method",
|
39117
|
+
"canonicalReference": "server!SimpleEntityController#spawn:member(1)",
|
39118
|
+
"docComment": "/**\n * Override of the {@link BaseEntityController.spawn} method. Starts the set idle animations (if any) when the entity is spawned.\n *\n * @param entity - The entity that was spawned.\n */\n",
|
39119
|
+
"excerptTokens": [
|
39120
|
+
{
|
39121
|
+
"kind": "Content",
|
39122
|
+
"text": "spawn(entity: "
|
39123
|
+
},
|
39124
|
+
{
|
39125
|
+
"kind": "Reference",
|
39126
|
+
"text": "Entity",
|
39127
|
+
"canonicalReference": "server!Entity:class"
|
39128
|
+
},
|
39129
|
+
{
|
39130
|
+
"kind": "Content",
|
39131
|
+
"text": "): "
|
39132
|
+
},
|
39133
|
+
{
|
39134
|
+
"kind": "Content",
|
39135
|
+
"text": "void"
|
39136
|
+
},
|
39137
|
+
{
|
39138
|
+
"kind": "Content",
|
39139
|
+
"text": ";"
|
39140
|
+
}
|
39141
|
+
],
|
39142
|
+
"isStatic": false,
|
39143
|
+
"returnTypeTokenRange": {
|
39144
|
+
"startIndex": 3,
|
39145
|
+
"endIndex": 4
|
39146
|
+
},
|
39147
|
+
"releaseTag": "Public",
|
39148
|
+
"isProtected": false,
|
39149
|
+
"overloadIndex": 1,
|
39150
|
+
"parameters": [
|
39151
|
+
{
|
39152
|
+
"parameterName": "entity",
|
39153
|
+
"parameterTypeTokenRange": {
|
39154
|
+
"startIndex": 1,
|
39155
|
+
"endIndex": 2
|
39156
|
+
},
|
39157
|
+
"isOptional": false
|
39158
|
+
}
|
39159
|
+
],
|
39160
|
+
"isOptional": false,
|
39161
|
+
"isAbstract": false,
|
39162
|
+
"name": "spawn"
|
38562
39163
|
}
|
38563
39164
|
],
|
38564
39165
|
"extendsTokenRange": {
|