@miniblox/protocol 3.41.77-0.0.2 → 3.42.3-0.0.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/LICENSE.md +660 -0
- package/dist/index.d.mts +36 -4
- package/dist/index.mjs +1 -7670
- package/package.json +7 -3
package/dist/index.d.mts
CHANGED
|
@@ -1344,6 +1344,14 @@ declare class CPacketPlayerReconciliation extends Message<CPacketPlayerReconcili
|
|
|
1344
1344
|
* @generated from field: optional bool reset = 7;
|
|
1345
1345
|
*/
|
|
1346
1346
|
reset?: boolean;
|
|
1347
|
+
/**
|
|
1348
|
+
* @generated from field: optional uint32 ackId = 8;
|
|
1349
|
+
*/
|
|
1350
|
+
ackId?: number;
|
|
1351
|
+
/**
|
|
1352
|
+
* @generated from field: optional bool onGround = 9;
|
|
1353
|
+
*/
|
|
1354
|
+
onGround?: boolean;
|
|
1347
1355
|
constructor(data?: PartialMessage<CPacketPlayerReconciliation>);
|
|
1348
1356
|
static readonly runtime: typeof proto2;
|
|
1349
1357
|
static readonly typeName = "CPacketPlayerReconciliation";
|
|
@@ -3001,13 +3009,13 @@ declare class SPacketEntityAction extends Message<SPacketEntityAction> {
|
|
|
3001
3009
|
*/
|
|
3002
3010
|
punching?: boolean;
|
|
3003
3011
|
/**
|
|
3004
|
-
* @generated from field: optional float
|
|
3012
|
+
* @generated from field: optional float daJVioIgKr = 5;
|
|
3005
3013
|
*/
|
|
3006
|
-
|
|
3014
|
+
daJVioIgKr?: number;
|
|
3007
3015
|
/**
|
|
3008
|
-
* @generated from field: optional float
|
|
3016
|
+
* @generated from field: optional float IqGlizJqyf = 6;
|
|
3009
3017
|
*/
|
|
3010
|
-
|
|
3018
|
+
IqGlizJqyf?: number;
|
|
3011
3019
|
/**
|
|
3012
3020
|
* @generated from field: optional int32 fire = 20;
|
|
3013
3021
|
*/
|
|
@@ -3285,6 +3293,18 @@ declare class SPacketUseEntity extends Message<SPacketUseEntity> {
|
|
|
3285
3293
|
* @generated from field: optional PBFloatVector3 hitVec = 3;
|
|
3286
3294
|
*/
|
|
3287
3295
|
hitVec?: PBFloatVector3;
|
|
3296
|
+
/**
|
|
3297
|
+
* @generated from field: optional float yaw = 4;
|
|
3298
|
+
*/
|
|
3299
|
+
yaw?: number;
|
|
3300
|
+
/**
|
|
3301
|
+
* @generated from field: optional float pitch = 5;
|
|
3302
|
+
*/
|
|
3303
|
+
pitch?: number;
|
|
3304
|
+
/**
|
|
3305
|
+
* @generated from field: optional uint32 sequence = 6;
|
|
3306
|
+
*/
|
|
3307
|
+
sequence?: number;
|
|
3288
3308
|
constructor(data?: PartialMessage<SPacketUseEntity>);
|
|
3289
3309
|
static readonly runtime: typeof proto2;
|
|
3290
3310
|
static readonly typeName = "SPacketUseEntity";
|
|
@@ -3384,6 +3404,18 @@ declare class SPacketPlayerInput extends Message<SPacketPlayerInput> {
|
|
|
3384
3404
|
* @generated from field: required PBFloatVector3 pos = 11;
|
|
3385
3405
|
*/
|
|
3386
3406
|
pos?: PBFloatVector3;
|
|
3407
|
+
/**
|
|
3408
|
+
* @generated from field: optional uint32 ackId = 12;
|
|
3409
|
+
*/
|
|
3410
|
+
ackId?: number;
|
|
3411
|
+
/**
|
|
3412
|
+
* @generated from field: optional bool onGround = 13;
|
|
3413
|
+
*/
|
|
3414
|
+
onGround?: boolean;
|
|
3415
|
+
/**
|
|
3416
|
+
* @generated from field: optional bool usingItem = 14;
|
|
3417
|
+
*/
|
|
3418
|
+
usingItem?: boolean;
|
|
3387
3419
|
constructor(data?: PartialMessage<SPacketPlayerInput>);
|
|
3388
3420
|
static readonly runtime: typeof proto2;
|
|
3389
3421
|
static readonly typeName = "SPacketPlayerInput";
|