@miniblox/protocol 3.41.77-0.0.0

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.
@@ -0,0 +1,3297 @@
1
+ import { CPacketLocalStorage_Action, Equipment_Slot, PBAction, PBEnumFacing, SPacketUseEntity_Action } from "./common_pb.mjs";
2
+ import { CPacketChunkData } from "./protocol3_pb.mjs";
3
+ import { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, Message, PartialMessage, PlainMessage, proto2 } from "@bufbuild/protobuf";
4
+
5
+ //#region gen/protocol2_pb.d.ts
6
+ /**
7
+ * @generated from message CPacketAnimation
8
+ */
9
+ declare class CPacketAnimation extends Message<CPacketAnimation> {
10
+ /**
11
+ * @generated from field: required uint32 id = 1;
12
+ */
13
+ id?: number;
14
+ /**
15
+ * @generated from field: required uint32 type = 2;
16
+ */
17
+ type?: number;
18
+ constructor(data?: PartialMessage<CPacketAnimation>);
19
+ static readonly runtime: typeof proto2;
20
+ static readonly typeName = "CPacketAnimation";
21
+ static readonly fields: FieldList;
22
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketAnimation;
23
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketAnimation;
24
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketAnimation;
25
+ static equals(a: CPacketAnimation | PlainMessage<CPacketAnimation> | undefined, b: CPacketAnimation | PlainMessage<CPacketAnimation> | undefined): boolean;
26
+ }
27
+ /**
28
+ * @generated from message PBBlockPos
29
+ */
30
+ declare class PBBlockPos extends Message<PBBlockPos> {
31
+ /**
32
+ * @generated from field: required sint32 x = 1;
33
+ */
34
+ x?: number;
35
+ /**
36
+ * @generated from field: required sint32 y = 2;
37
+ */
38
+ y?: number;
39
+ /**
40
+ * @generated from field: required sint32 z = 3;
41
+ */
42
+ z?: number;
43
+ constructor(data?: PartialMessage<PBBlockPos>);
44
+ static readonly runtime: typeof proto2;
45
+ static readonly typeName = "PBBlockPos";
46
+ static readonly fields: FieldList;
47
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBBlockPos;
48
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBBlockPos;
49
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBBlockPos;
50
+ static equals(a: PBBlockPos | PlainMessage<PBBlockPos> | undefined, b: PBBlockPos | PlainMessage<PBBlockPos> | undefined): boolean;
51
+ }
52
+ /**
53
+ * @generated from message CPacketBlockAction
54
+ */
55
+ declare class CPacketBlockAction extends Message<CPacketBlockAction> {
56
+ /**
57
+ * @generated from field: required PBBlockPos blockPos = 1;
58
+ */
59
+ blockPos?: PBBlockPos;
60
+ /**
61
+ * @generated from field: required sint32 instrument = 2;
62
+ */
63
+ instrument?: number;
64
+ /**
65
+ * @generated from field: required sint32 pitch = 3;
66
+ */
67
+ pitch?: number;
68
+ /**
69
+ * @generated from field: required uint32 blockId = 4;
70
+ */
71
+ blockId?: number;
72
+ constructor(data?: PartialMessage<CPacketBlockAction>);
73
+ static readonly runtime: typeof proto2;
74
+ static readonly typeName = "CPacketBlockAction";
75
+ static readonly fields: FieldList;
76
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketBlockAction;
77
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketBlockAction;
78
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketBlockAction;
79
+ static equals(a: CPacketBlockAction | PlainMessage<CPacketBlockAction> | undefined, b: CPacketBlockAction | PlainMessage<CPacketBlockAction> | undefined): boolean;
80
+ }
81
+ /**
82
+ * @generated from message CPacketBlockUpdate
83
+ */
84
+ declare class CPacketBlockUpdate extends Message<CPacketBlockUpdate> {
85
+ /**
86
+ * @generated from field: required uint32 id = 1;
87
+ */
88
+ id?: number;
89
+ /**
90
+ * @generated from field: required sint32 x = 2;
91
+ */
92
+ x?: number;
93
+ /**
94
+ * @generated from field: required sint32 y = 3;
95
+ */
96
+ y?: number;
97
+ /**
98
+ * @generated from field: required sint32 z = 4;
99
+ */
100
+ z?: number;
101
+ /**
102
+ * @generated from field: optional bool prerender = 5;
103
+ */
104
+ prerender?: boolean;
105
+ constructor(data?: PartialMessage<CPacketBlockUpdate>);
106
+ static readonly runtime: typeof proto2;
107
+ static readonly typeName = "CPacketBlockUpdate";
108
+ static readonly fields: FieldList;
109
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketBlockUpdate;
110
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketBlockUpdate;
111
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketBlockUpdate;
112
+ static equals(a: CPacketBlockUpdate | PlainMessage<CPacketBlockUpdate> | undefined, b: CPacketBlockUpdate | PlainMessage<CPacketBlockUpdate> | undefined): boolean;
113
+ }
114
+ /**
115
+ * @generated from message CPacketChangeServers
116
+ */
117
+ declare class CPacketChangeServers extends Message<CPacketChangeServers> {
118
+ /**
119
+ * @generated from field: required string url = 1;
120
+ */
121
+ url?: string;
122
+ constructor(data?: PartialMessage<CPacketChangeServers>);
123
+ static readonly runtime: typeof proto2;
124
+ static readonly typeName = "CPacketChangeServers";
125
+ static readonly fields: FieldList;
126
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketChangeServers;
127
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketChangeServers;
128
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketChangeServers;
129
+ static equals(a: CPacketChangeServers | PlainMessage<CPacketChangeServers> | undefined, b: CPacketChangeServers | PlainMessage<CPacketChangeServers> | undefined): boolean;
130
+ }
131
+ /**
132
+ * @generated from message CPacketCloseWindow
133
+ */
134
+ declare class CPacketCloseWindow extends Message<CPacketCloseWindow> {
135
+ /**
136
+ * @generated from field: required uint32 windowId = 1;
137
+ */
138
+ windowId?: number;
139
+ constructor(data?: PartialMessage<CPacketCloseWindow>);
140
+ static readonly runtime: typeof proto2;
141
+ static readonly typeName = "CPacketCloseWindow";
142
+ static readonly fields: FieldList;
143
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketCloseWindow;
144
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketCloseWindow;
145
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketCloseWindow;
146
+ static equals(a: CPacketCloseWindow | PlainMessage<CPacketCloseWindow> | undefined, b: CPacketCloseWindow | PlainMessage<CPacketCloseWindow> | undefined): boolean;
147
+ }
148
+ /**
149
+ * @generated from message CPacketConfirmTransaction
150
+ */
151
+ declare class CPacketConfirmTransaction extends Message<CPacketConfirmTransaction> {
152
+ /**
153
+ * @generated from field: required int32 windowId = 1;
154
+ */
155
+ windowId?: number;
156
+ /**
157
+ * @generated from field: required int32 uid = 2;
158
+ */
159
+ uid?: number;
160
+ /**
161
+ * @generated from field: required bool accepted = 3;
162
+ */
163
+ accepted?: boolean;
164
+ constructor(data?: PartialMessage<CPacketConfirmTransaction>);
165
+ static readonly runtime: typeof proto2;
166
+ static readonly typeName = "CPacketConfirmTransaction";
167
+ static readonly fields: FieldList;
168
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketConfirmTransaction;
169
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketConfirmTransaction;
170
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketConfirmTransaction;
171
+ static equals(a: CPacketConfirmTransaction | PlainMessage<CPacketConfirmTransaction> | undefined, b: CPacketConfirmTransaction | PlainMessage<CPacketConfirmTransaction> | undefined): boolean;
172
+ }
173
+ /**
174
+ * @generated from message CPacketDestroyEntities
175
+ */
176
+ declare class CPacketDestroyEntities extends Message<CPacketDestroyEntities> {
177
+ /**
178
+ * @generated from field: repeated uint32 ids = 1;
179
+ */
180
+ ids: number[];
181
+ constructor(data?: PartialMessage<CPacketDestroyEntities>);
182
+ static readonly runtime: typeof proto2;
183
+ static readonly typeName = "CPacketDestroyEntities";
184
+ static readonly fields: FieldList;
185
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketDestroyEntities;
186
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketDestroyEntities;
187
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketDestroyEntities;
188
+ static equals(a: CPacketDestroyEntities | PlainMessage<CPacketDestroyEntities> | undefined, b: CPacketDestroyEntities | PlainMessage<CPacketDestroyEntities> | undefined): boolean;
189
+ }
190
+ /**
191
+ * @generated from message CPacketDisconnect
192
+ */
193
+ declare class CPacketDisconnect extends Message<CPacketDisconnect> {
194
+ /**
195
+ * @generated from field: required string reason = 1;
196
+ */
197
+ reason?: string;
198
+ constructor(data?: PartialMessage<CPacketDisconnect>);
199
+ static readonly runtime: typeof proto2;
200
+ static readonly typeName = "CPacketDisconnect";
201
+ static readonly fields: FieldList;
202
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketDisconnect;
203
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketDisconnect;
204
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketDisconnect;
205
+ static equals(a: CPacketDisconnect | PlainMessage<CPacketDisconnect> | undefined, b: CPacketDisconnect | PlainMessage<CPacketDisconnect> | undefined): boolean;
206
+ }
207
+ /**
208
+ * @generated from message CPacketEntityAction
209
+ */
210
+ declare class CPacketEntityAction extends Message<CPacketEntityAction> {
211
+ /**
212
+ * @generated from field: required uint32 id = 1;
213
+ */
214
+ id?: number;
215
+ /**
216
+ * @generated from field: optional bool sneak = 2;
217
+ */
218
+ sneak?: boolean;
219
+ /**
220
+ * @generated from field: optional bool sprinting = 3;
221
+ */
222
+ sprinting?: boolean;
223
+ /**
224
+ * @generated from field: optional bool punching = 4;
225
+ */
226
+ punching?: boolean;
227
+ /**
228
+ * @generated from field: optional int32 fire = 20;
229
+ */
230
+ fire?: number;
231
+ constructor(data?: PartialMessage<CPacketEntityAction>);
232
+ static readonly runtime: typeof proto2;
233
+ static readonly typeName = "CPacketEntityAction";
234
+ static readonly fields: FieldList;
235
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityAction;
236
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityAction;
237
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityAction;
238
+ static equals(a: CPacketEntityAction | PlainMessage<CPacketEntityAction> | undefined, b: CPacketEntityAction | PlainMessage<CPacketEntityAction> | undefined): boolean;
239
+ }
240
+ /**
241
+ * @generated from message Equipment
242
+ */
243
+ declare class Equipment extends Message<Equipment> {
244
+ /**
245
+ * @generated from field: required Equipment_Slot slot = 1;
246
+ */
247
+ slot?: Equipment_Slot;
248
+ /**
249
+ * @generated from field: required PBItemStack item = 2;
250
+ */
251
+ item?: PBItemStack;
252
+ constructor(data?: PartialMessage<Equipment>);
253
+ static readonly runtime: typeof proto2;
254
+ static readonly typeName = "Equipment";
255
+ static readonly fields: FieldList;
256
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Equipment;
257
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Equipment;
258
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Equipment;
259
+ static equals(a: Equipment | PlainMessage<Equipment> | undefined, b: Equipment | PlainMessage<Equipment> | undefined): boolean;
260
+ }
261
+ /**
262
+ * @generated from message PBItemStack
263
+ */
264
+ declare class PBItemStack extends Message<PBItemStack> {
265
+ /**
266
+ * @generated from field: required bool present = 1;
267
+ */
268
+ present?: boolean;
269
+ /**
270
+ * @generated from field: optional uint32 id = 2;
271
+ */
272
+ id?: number;
273
+ /**
274
+ * @generated from field: optional uint32 stackSize = 3;
275
+ */
276
+ stackSize?: number;
277
+ /**
278
+ * @generated from field: optional string data = 4;
279
+ */
280
+ data?: string;
281
+ /**
282
+ * @generated from field: optional uint32 durability = 5;
283
+ */
284
+ durability?: number;
285
+ constructor(data?: PartialMessage<PBItemStack>);
286
+ static readonly runtime: typeof proto2;
287
+ static readonly typeName = "PBItemStack";
288
+ static readonly fields: FieldList;
289
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBItemStack;
290
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBItemStack;
291
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBItemStack;
292
+ static equals(a: PBItemStack | PlainMessage<PBItemStack> | undefined, b: PBItemStack | PlainMessage<PBItemStack> | undefined): boolean;
293
+ }
294
+ /**
295
+ * @generated from message CPacketEntityEquipment
296
+ */
297
+ declare class CPacketEntityEquipment extends Message<CPacketEntityEquipment> {
298
+ /**
299
+ * @generated from field: required uint32 id = 1;
300
+ */
301
+ id?: number;
302
+ /**
303
+ * @generated from field: repeated Equipment equipment = 2;
304
+ */
305
+ equipment: Equipment[];
306
+ constructor(data?: PartialMessage<CPacketEntityEquipment>);
307
+ static readonly runtime: typeof proto2;
308
+ static readonly typeName = "CPacketEntityEquipment";
309
+ static readonly fields: FieldList;
310
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityEquipment;
311
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityEquipment;
312
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityEquipment;
313
+ static equals(a: CPacketEntityEquipment | PlainMessage<CPacketEntityEquipment> | undefined, b: CPacketEntityEquipment | PlainMessage<CPacketEntityEquipment> | undefined): boolean;
314
+ }
315
+ /**
316
+ * @generated from message PBWatchableObject
317
+ */
318
+ declare class PBWatchableObject extends Message<PBWatchableObject> {
319
+ /**
320
+ * @generated from field: required uint32 dataValueId = 1;
321
+ */
322
+ dataValueId?: number;
323
+ /**
324
+ * @generated from field: required uint32 objectType = 2;
325
+ */
326
+ objectType?: number;
327
+ /**
328
+ * @generated from field: optional sint32 intValue = 3;
329
+ */
330
+ intValue?: number;
331
+ /**
332
+ * @generated from field: optional float floatValue = 4;
333
+ */
334
+ floatValue?: number;
335
+ /**
336
+ * @generated from field: optional string stringValue = 5;
337
+ */
338
+ stringValue?: string;
339
+ /**
340
+ * @generated from field: optional PBVector3 vector = 6;
341
+ */
342
+ vector?: PBVector3;
343
+ /**
344
+ * @generated from field: optional PBItemStack itemStack = 7;
345
+ */
346
+ itemStack?: PBItemStack;
347
+ /**
348
+ * @generated from field: optional PBBlockPos blockPos = 8;
349
+ */
350
+ blockPos?: PBBlockPos;
351
+ constructor(data?: PartialMessage<PBWatchableObject>);
352
+ static readonly runtime: typeof proto2;
353
+ static readonly typeName = "PBWatchableObject";
354
+ static readonly fields: FieldList;
355
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBWatchableObject;
356
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBWatchableObject;
357
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBWatchableObject;
358
+ static equals(a: PBWatchableObject | PlainMessage<PBWatchableObject> | undefined, b: PBWatchableObject | PlainMessage<PBWatchableObject> | undefined): boolean;
359
+ }
360
+ /**
361
+ * @generated from message PBVector3
362
+ */
363
+ declare class PBVector3 extends Message<PBVector3> {
364
+ /**
365
+ * @generated from field: required sint32 x = 1;
366
+ */
367
+ x?: number;
368
+ /**
369
+ * @generated from field: required sint32 y = 2;
370
+ */
371
+ y?: number;
372
+ /**
373
+ * @generated from field: required sint32 z = 3;
374
+ */
375
+ z?: number;
376
+ constructor(data?: PartialMessage<PBVector3>);
377
+ static readonly runtime: typeof proto2;
378
+ static readonly typeName = "PBVector3";
379
+ static readonly fields: FieldList;
380
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBVector3;
381
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBVector3;
382
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBVector3;
383
+ static equals(a: PBVector3 | PlainMessage<PBVector3> | undefined, b: PBVector3 | PlainMessage<PBVector3> | undefined): boolean;
384
+ }
385
+ /**
386
+ * @generated from message CPacketEntityMetadata
387
+ */
388
+ declare class CPacketEntityMetadata extends Message<CPacketEntityMetadata> {
389
+ /**
390
+ * @generated from field: required uint32 id = 1;
391
+ */
392
+ id?: number;
393
+ /**
394
+ * @generated from field: repeated PBWatchableObject data = 2;
395
+ */
396
+ data: PBWatchableObject[];
397
+ constructor(data?: PartialMessage<CPacketEntityMetadata>);
398
+ static readonly runtime: typeof proto2;
399
+ static readonly typeName = "CPacketEntityMetadata";
400
+ static readonly fields: FieldList;
401
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityMetadata;
402
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityMetadata;
403
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityMetadata;
404
+ static equals(a: CPacketEntityMetadata | PlainMessage<CPacketEntityMetadata> | undefined, b: CPacketEntityMetadata | PlainMessage<CPacketEntityMetadata> | undefined): boolean;
405
+ }
406
+ /**
407
+ * @generated from message CPacketEntityPositionAndRotation
408
+ */
409
+ declare class CPacketEntityPositionAndRotation extends Message<CPacketEntityPositionAndRotation> {
410
+ /**
411
+ * @generated from field: required uint32 id = 1;
412
+ */
413
+ id?: number;
414
+ /**
415
+ * @generated from field: optional PBVector3 pos = 2;
416
+ */
417
+ pos?: PBVector3;
418
+ /**
419
+ * @generated from field: optional PBVector3 vel = 3;
420
+ */
421
+ vel?: PBVector3;
422
+ /**
423
+ * @generated from field: optional float yaw = 4;
424
+ */
425
+ yaw?: number;
426
+ /**
427
+ * @generated from field: optional float pitch = 5;
428
+ */
429
+ pitch?: number;
430
+ /**
431
+ * @generated from field: optional bool onGround = 6;
432
+ */
433
+ onGround?: boolean;
434
+ constructor(data?: PartialMessage<CPacketEntityPositionAndRotation>);
435
+ static readonly runtime: typeof proto2;
436
+ static readonly typeName = "CPacketEntityPositionAndRotation";
437
+ static readonly fields: FieldList;
438
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityPositionAndRotation;
439
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityPositionAndRotation;
440
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityPositionAndRotation;
441
+ static equals(a: CPacketEntityPositionAndRotation | PlainMessage<CPacketEntityPositionAndRotation> | undefined, b: CPacketEntityPositionAndRotation | PlainMessage<CPacketEntityPositionAndRotation> | undefined): boolean;
442
+ }
443
+ /**
444
+ * @generated from message CPacketEntityRelativePositionAndRotation
445
+ */
446
+ declare class CPacketEntityRelativePositionAndRotation extends Message<CPacketEntityRelativePositionAndRotation> {
447
+ /**
448
+ * @generated from field: required uint32 id = 1;
449
+ */
450
+ id?: number;
451
+ /**
452
+ * @generated from field: optional PBVector3 pos = 2;
453
+ */
454
+ pos?: PBVector3;
455
+ /**
456
+ * @generated from field: optional PBVector3 vel = 3;
457
+ */
458
+ vel?: PBVector3;
459
+ /**
460
+ * @generated from field: optional sint32 yaw = 4;
461
+ */
462
+ yaw?: number;
463
+ /**
464
+ * @generated from field: optional sint32 pitch = 5;
465
+ */
466
+ pitch?: number;
467
+ /**
468
+ * @generated from field: optional bool onGround = 6;
469
+ */
470
+ onGround?: boolean;
471
+ constructor(data?: PartialMessage<CPacketEntityRelativePositionAndRotation>);
472
+ static readonly runtime: typeof proto2;
473
+ static readonly typeName = "CPacketEntityRelativePositionAndRotation";
474
+ static readonly fields: FieldList;
475
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityRelativePositionAndRotation;
476
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityRelativePositionAndRotation;
477
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityRelativePositionAndRotation;
478
+ static equals(a: CPacketEntityRelativePositionAndRotation | PlainMessage<CPacketEntityRelativePositionAndRotation> | undefined, b: CPacketEntityRelativePositionAndRotation | PlainMessage<CPacketEntityRelativePositionAndRotation> | undefined): boolean;
479
+ }
480
+ /**
481
+ * @generated from message CPacketEntityStatus
482
+ */
483
+ declare class CPacketEntityStatus extends Message<CPacketEntityStatus> {
484
+ /**
485
+ * @generated from field: required uint32 entityId = 1;
486
+ */
487
+ entityId?: number;
488
+ /**
489
+ * @generated from field: required int32 entityStatus = 2;
490
+ */
491
+ entityStatus?: number;
492
+ constructor(data?: PartialMessage<CPacketEntityStatus>);
493
+ static readonly runtime: typeof proto2;
494
+ static readonly typeName = "CPacketEntityStatus";
495
+ static readonly fields: FieldList;
496
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityStatus;
497
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityStatus;
498
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityStatus;
499
+ static equals(a: CPacketEntityStatus | PlainMessage<CPacketEntityStatus> | undefined, b: CPacketEntityStatus | PlainMessage<CPacketEntityStatus> | undefined): boolean;
500
+ }
501
+ /**
502
+ * @generated from message PBFloatVector3
503
+ */
504
+ declare class PBFloatVector3 extends Message<PBFloatVector3> {
505
+ /**
506
+ * @generated from field: required float x = 1;
507
+ */
508
+ x?: number;
509
+ /**
510
+ * @generated from field: required float y = 2;
511
+ */
512
+ y?: number;
513
+ /**
514
+ * @generated from field: required float z = 3;
515
+ */
516
+ z?: number;
517
+ constructor(data?: PartialMessage<PBFloatVector3>);
518
+ static readonly runtime: typeof proto2;
519
+ static readonly typeName = "PBFloatVector3";
520
+ static readonly fields: FieldList;
521
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBFloatVector3;
522
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBFloatVector3;
523
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBFloatVector3;
524
+ static equals(a: PBFloatVector3 | PlainMessage<PBFloatVector3> | undefined, b: PBFloatVector3 | PlainMessage<PBFloatVector3> | undefined): boolean;
525
+ }
526
+ /**
527
+ * @generated from message CPacketEntityVelocity
528
+ */
529
+ declare class CPacketEntityVelocity extends Message<CPacketEntityVelocity> {
530
+ /**
531
+ * @generated from field: required uint32 id = 1;
532
+ */
533
+ id?: number;
534
+ /**
535
+ * @generated from field: required PBFloatVector3 motion = 2;
536
+ */
537
+ motion?: PBFloatVector3;
538
+ constructor(data?: PartialMessage<CPacketEntityVelocity>);
539
+ static readonly runtime: typeof proto2;
540
+ static readonly typeName = "CPacketEntityVelocity";
541
+ static readonly fields: FieldList;
542
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityVelocity;
543
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityVelocity;
544
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityVelocity;
545
+ static equals(a: CPacketEntityVelocity | PlainMessage<CPacketEntityVelocity> | undefined, b: CPacketEntityVelocity | PlainMessage<CPacketEntityVelocity> | undefined): boolean;
546
+ }
547
+ /**
548
+ * @generated from message CPacketExplosion
549
+ */
550
+ declare class CPacketExplosion extends Message<CPacketExplosion> {
551
+ /**
552
+ * @generated from field: required PBFloatVector3 pos = 1;
553
+ */
554
+ pos?: PBFloatVector3;
555
+ /**
556
+ * @generated from field: required float strength = 2;
557
+ */
558
+ strength?: number;
559
+ /**
560
+ * @generated from field: repeated PBBlockPos blocks = 3;
561
+ */
562
+ blocks: PBBlockPos[];
563
+ /**
564
+ * @generated from field: required PBFloatVector3 playerPos = 4;
565
+ */
566
+ playerPos?: PBFloatVector3;
567
+ constructor(data?: PartialMessage<CPacketExplosion>);
568
+ static readonly runtime: typeof proto2;
569
+ static readonly typeName = "CPacketExplosion";
570
+ static readonly fields: FieldList;
571
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketExplosion;
572
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketExplosion;
573
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketExplosion;
574
+ static equals(a: CPacketExplosion | PlainMessage<CPacketExplosion> | undefined, b: CPacketExplosion | PlainMessage<CPacketExplosion> | undefined): boolean;
575
+ }
576
+ /**
577
+ * @generated from message PBCosmetics
578
+ */
579
+ declare class PBCosmetics extends Message<PBCosmetics> {
580
+ /**
581
+ * @generated from field: optional string skin = 1;
582
+ */
583
+ skin?: string;
584
+ /**
585
+ * @generated from field: optional string cape = 2;
586
+ */
587
+ cape?: string;
588
+ /**
589
+ * @generated from field: optional string aura = 3;
590
+ */
591
+ aura?: string;
592
+ /**
593
+ * @generated from field: optional string trail = 4;
594
+ */
595
+ trail?: string;
596
+ /**
597
+ * @generated from field: optional string color = 5;
598
+ */
599
+ color?: string;
600
+ /**
601
+ * @generated from field: optional string hat = 6;
602
+ */
603
+ hat?: string;
604
+ constructor(data?: PartialMessage<PBCosmetics>);
605
+ static readonly runtime: typeof proto2;
606
+ static readonly typeName = "PBCosmetics";
607
+ static readonly fields: FieldList;
608
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBCosmetics;
609
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBCosmetics;
610
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBCosmetics;
611
+ static equals(a: PBCosmetics | PlainMessage<PBCosmetics> | undefined, b: PBCosmetics | PlainMessage<PBCosmetics> | undefined): boolean;
612
+ }
613
+ /**
614
+ * @generated from message CPacketServerInfo
615
+ */
616
+ declare class CPacketServerInfo extends Message<CPacketServerInfo> {
617
+ /**
618
+ * @generated from field: required string server_id = 1;
619
+ */
620
+ serverId?: string;
621
+ /**
622
+ * @generated from field: required string server_name = 2;
623
+ */
624
+ serverName?: string;
625
+ /**
626
+ * @generated from field: required string server_version = 3;
627
+ */
628
+ serverVersion?: string;
629
+ /**
630
+ * @generated from field: required string server_category = 4;
631
+ */
632
+ serverCategory?: string;
633
+ /**
634
+ * @generated from field: required string access_control = 5;
635
+ */
636
+ accessControl?: string;
637
+ /**
638
+ * @generated from field: optional string invite_code = 6;
639
+ */
640
+ inviteCode?: string;
641
+ /**
642
+ * @generated from field: optional string cheats = 7;
643
+ */
644
+ cheats?: string;
645
+ /**
646
+ * @generated from field: optional bool pvp_enabled = 8;
647
+ */
648
+ pvpEnabled?: boolean;
649
+ /**
650
+ * @generated from field: required uint64 start_time = 9;
651
+ */
652
+ startTime?: bigint;
653
+ /**
654
+ * @generated from field: repeated PlayerPermissionEntry player_permission_entries = 10;
655
+ */
656
+ playerPermissionEntries: PlayerPermissionEntry[];
657
+ /**
658
+ * @generated from field: required string world_type = 11;
659
+ */
660
+ worldType?: string;
661
+ /**
662
+ * @generated from field: optional string metadata = 12;
663
+ */
664
+ metadata?: string;
665
+ /**
666
+ * @generated from field: optional bool do_daylight_cycle = 13;
667
+ */
668
+ doDaylightCycle?: boolean;
669
+ /**
670
+ * @generated from field: optional bool command_blocks_enabled = 14;
671
+ */
672
+ commandBlocksEnabled?: boolean;
673
+ constructor(data?: PartialMessage<CPacketServerInfo>);
674
+ static readonly runtime: typeof proto2;
675
+ static readonly typeName = "CPacketServerInfo";
676
+ static readonly fields: FieldList;
677
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketServerInfo;
678
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketServerInfo;
679
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketServerInfo;
680
+ static equals(a: CPacketServerInfo | PlainMessage<CPacketServerInfo> | undefined, b: CPacketServerInfo | PlainMessage<CPacketServerInfo> | undefined): boolean;
681
+ }
682
+ /**
683
+ * @generated from message PlayerPermissionEntry
684
+ */
685
+ declare class PlayerPermissionEntry extends Message<PlayerPermissionEntry> {
686
+ /**
687
+ * @generated from field: required string uuid = 1;
688
+ */
689
+ uuid?: string;
690
+ /**
691
+ * @generated from field: required string username = 2;
692
+ */
693
+ username?: string;
694
+ /**
695
+ * @generated from field: required int32 permission_level = 3;
696
+ */
697
+ permissionLevel?: number;
698
+ /**
699
+ * @generated from field: optional string color = 4;
700
+ */
701
+ color?: string;
702
+ /**
703
+ * @generated from field: optional string rank = 5;
704
+ */
705
+ rank?: string;
706
+ /**
707
+ * @generated from field: optional uint32 level = 6;
708
+ */
709
+ level?: number;
710
+ /**
711
+ * @generated from field: optional bool verified = 7;
712
+ */
713
+ verified?: boolean;
714
+ constructor(data?: PartialMessage<PlayerPermissionEntry>);
715
+ static readonly runtime: typeof proto2;
716
+ static readonly typeName = "PlayerPermissionEntry";
717
+ static readonly fields: FieldList;
718
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PlayerPermissionEntry;
719
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PlayerPermissionEntry;
720
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PlayerPermissionEntry;
721
+ static equals(a: PlayerPermissionEntry | PlainMessage<PlayerPermissionEntry> | undefined, b: PlayerPermissionEntry | PlainMessage<PlayerPermissionEntry> | undefined): boolean;
722
+ }
723
+ /**
724
+ * @generated from message CPacketJoinGame
725
+ */
726
+ declare class CPacketJoinGame extends Message<CPacketJoinGame> {
727
+ /**
728
+ * @generated from field: required bool can_connect = 1;
729
+ */
730
+ canConnect?: boolean;
731
+ /**
732
+ * @generated from field: optional string error_message = 2;
733
+ */
734
+ errorMessage?: string;
735
+ /**
736
+ * @generated from field: optional int32 tick = 3;
737
+ */
738
+ tick?: number;
739
+ /**
740
+ * @generated from field: optional string gamemode = 6;
741
+ */
742
+ gamemode?: string;
743
+ /**
744
+ * @generated from field: optional string name = 7;
745
+ */
746
+ name?: string;
747
+ /**
748
+ * @generated from field: optional bool enable_player_collision = 10;
749
+ */
750
+ enablePlayerCollision?: boolean;
751
+ /**
752
+ * @generated from field: optional PBCosmetics cosmetics = 11;
753
+ */
754
+ cosmetics?: PBCosmetics;
755
+ /**
756
+ * @generated from field: optional string rank = 12;
757
+ */
758
+ rank?: string;
759
+ /**
760
+ * @generated from field: optional CPacketServerInfo server_info = 13;
761
+ */
762
+ serverInfo?: CPacketServerInfo;
763
+ /**
764
+ * @generated from field: optional string uuid = 14;
765
+ */
766
+ uuid?: string;
767
+ /**
768
+ * @generated from field: optional int32 dimension = 15;
769
+ */
770
+ dimension?: number;
771
+ constructor(data?: PartialMessage<CPacketJoinGame>);
772
+ static readonly runtime: typeof proto2;
773
+ static readonly typeName = "CPacketJoinGame";
774
+ static readonly fields: FieldList;
775
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketJoinGame;
776
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketJoinGame;
777
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketJoinGame;
778
+ static equals(a: CPacketJoinGame | PlainMessage<CPacketJoinGame> | undefined, b: CPacketJoinGame | PlainMessage<CPacketJoinGame> | undefined): boolean;
779
+ }
780
+ /**
781
+ * @generated from message CPacketLeaderboard
782
+ */
783
+ declare class CPacketLeaderboard extends Message<CPacketLeaderboard> {
784
+ /**
785
+ * @generated from field: required string id = 1;
786
+ */
787
+ id?: string;
788
+ /**
789
+ * @generated from field: required PBVector3 pos = 2;
790
+ */
791
+ pos?: PBVector3;
792
+ /**
793
+ * @generated from field: optional float yaw = 3;
794
+ */
795
+ yaw?: number;
796
+ /**
797
+ * @generated from field: required string title = 4;
798
+ */
799
+ title?: string;
800
+ /**
801
+ * @generated from field: repeated string content = 5;
802
+ */
803
+ content: string[];
804
+ constructor(data?: PartialMessage<CPacketLeaderboard>);
805
+ static readonly runtime: typeof proto2;
806
+ static readonly typeName = "CPacketLeaderboard";
807
+ static readonly fields: FieldList;
808
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketLeaderboard;
809
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketLeaderboard;
810
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketLeaderboard;
811
+ static equals(a: CPacketLeaderboard | PlainMessage<CPacketLeaderboard> | undefined, b: CPacketLeaderboard | PlainMessage<CPacketLeaderboard> | undefined): boolean;
812
+ }
813
+ /**
814
+ * @generated from message CPacketLocalStorage
815
+ */
816
+ declare class CPacketLocalStorage extends Message<CPacketLocalStorage> {
817
+ /**
818
+ * @generated from field: required CPacketLocalStorage_Action action = 1;
819
+ */
820
+ action?: CPacketLocalStorage_Action;
821
+ /**
822
+ * @generated from field: required string key = 2;
823
+ */
824
+ key?: string;
825
+ /**
826
+ * @generated from field: optional string value = 3;
827
+ */
828
+ value?: string;
829
+ constructor(data?: PartialMessage<CPacketLocalStorage>);
830
+ static readonly runtime: typeof proto2;
831
+ static readonly typeName = "CPacketLocalStorage";
832
+ static readonly fields: FieldList;
833
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketLocalStorage;
834
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketLocalStorage;
835
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketLocalStorage;
836
+ static equals(a: CPacketLocalStorage | PlainMessage<CPacketLocalStorage> | undefined, b: CPacketLocalStorage | PlainMessage<CPacketLocalStorage> | undefined): boolean;
837
+ }
838
+ /**
839
+ * @generated from message CPacketMessage
840
+ */
841
+ declare class CPacketMessage extends Message<CPacketMessage> {
842
+ /**
843
+ * @generated from field: optional string text = 1;
844
+ */
845
+ text?: string;
846
+ /**
847
+ * @generated from field: optional string id = 3;
848
+ */
849
+ id?: string;
850
+ /**
851
+ * @generated from field: optional string color = 4;
852
+ */
853
+ color?: string;
854
+ /**
855
+ * @generated from field: optional bool discard = 5;
856
+ */
857
+ discard?: boolean;
858
+ /**
859
+ * @generated from field: optional bool toast = 6;
860
+ */
861
+ toast?: boolean;
862
+ /**
863
+ * @generated from field: optional int32 timer = 7;
864
+ */
865
+ timer?: number;
866
+ constructor(data?: PartialMessage<CPacketMessage>);
867
+ static readonly runtime: typeof proto2;
868
+ static readonly typeName = "CPacketMessage";
869
+ static readonly fields: FieldList;
870
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketMessage;
871
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketMessage;
872
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketMessage;
873
+ static equals(a: CPacketMessage | PlainMessage<CPacketMessage> | undefined, b: CPacketMessage | PlainMessage<CPacketMessage> | undefined): boolean;
874
+ }
875
+ /**
876
+ * @generated from message CPacketOpenWindow
877
+ */
878
+ declare class CPacketOpenWindow extends Message<CPacketOpenWindow> {
879
+ /**
880
+ * @generated from field: required int32 windowId = 1;
881
+ */
882
+ windowId?: number;
883
+ /**
884
+ * @generated from field: required string guiID = 2;
885
+ */
886
+ guiID?: string;
887
+ /**
888
+ * @generated from field: optional string title = 3;
889
+ */
890
+ title?: string;
891
+ /**
892
+ * @generated from field: optional int32 size = 4;
893
+ */
894
+ size?: number;
895
+ constructor(data?: PartialMessage<CPacketOpenWindow>);
896
+ static readonly runtime: typeof proto2;
897
+ static readonly typeName = "CPacketOpenWindow";
898
+ static readonly fields: FieldList;
899
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketOpenWindow;
900
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketOpenWindow;
901
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketOpenWindow;
902
+ static equals(a: CPacketOpenWindow | PlainMessage<CPacketOpenWindow> | undefined, b: CPacketOpenWindow | PlainMessage<CPacketOpenWindow> | undefined): boolean;
903
+ }
904
+ /**
905
+ * @generated from message CPacketParticles
906
+ */
907
+ declare class CPacketParticles extends Message<CPacketParticles> {
908
+ /**
909
+ * @generated from field: required int32 particleId = 1;
910
+ */
911
+ particleId?: number;
912
+ /**
913
+ * @generated from field: optional bool longDistance = 2;
914
+ */
915
+ longDistance?: boolean;
916
+ /**
917
+ * @generated from field: optional float x = 3;
918
+ */
919
+ x?: number;
920
+ /**
921
+ * @generated from field: optional float y = 4;
922
+ */
923
+ y?: number;
924
+ /**
925
+ * @generated from field: optional float z = 5;
926
+ */
927
+ z?: number;
928
+ /**
929
+ * @generated from field: optional float xOffset = 6;
930
+ */
931
+ xOffset?: number;
932
+ /**
933
+ * @generated from field: optional float yOffset = 7;
934
+ */
935
+ yOffset?: number;
936
+ /**
937
+ * @generated from field: optional float zOffset = 8;
938
+ */
939
+ zOffset?: number;
940
+ /**
941
+ * @generated from field: optional float speed = 9;
942
+ */
943
+ speed?: number;
944
+ /**
945
+ * @generated from field: optional int32 count = 10;
946
+ */
947
+ count?: number;
948
+ /**
949
+ * @generated from field: repeated int32 particleArguments = 11;
950
+ */
951
+ particleArguments: number[];
952
+ constructor(data?: PartialMessage<CPacketParticles>);
953
+ static readonly runtime: typeof proto2;
954
+ static readonly typeName = "CPacketParticles";
955
+ static readonly fields: FieldList;
956
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketParticles;
957
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketParticles;
958
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketParticles;
959
+ static equals(a: CPacketParticles | PlainMessage<CPacketParticles> | undefined, b: CPacketParticles | PlainMessage<CPacketParticles> | undefined): boolean;
960
+ }
961
+ /**
962
+ * @generated from message PlayerData
963
+ */
964
+ declare class PlayerData extends Message<PlayerData> {
965
+ /**
966
+ * @generated from field: required uint32 id = 1;
967
+ */
968
+ id?: number;
969
+ /**
970
+ * @generated from field: optional uint32 ping = 2;
971
+ */
972
+ ping?: number;
973
+ /**
974
+ * @generated from field: optional string name = 4;
975
+ */
976
+ name?: string;
977
+ /**
978
+ * @generated from field: optional string color = 5;
979
+ */
980
+ color?: string;
981
+ /**
982
+ * @generated from field: optional string rank = 6;
983
+ */
984
+ rank?: string;
985
+ /**
986
+ * @generated from field: optional uint32 level = 7;
987
+ */
988
+ level?: number;
989
+ /**
990
+ * @generated from field: optional bool verified = 8;
991
+ */
992
+ verified?: boolean;
993
+ /**
994
+ * @generated from field: required string uuid = 9;
995
+ */
996
+ uuid?: string;
997
+ /**
998
+ * @generated from field: required int32 permission_level = 10;
999
+ */
1000
+ permissionLevel?: number;
1001
+ constructor(data?: PartialMessage<PlayerData>);
1002
+ static readonly runtime: typeof proto2;
1003
+ static readonly typeName = "PlayerData";
1004
+ static readonly fields: FieldList;
1005
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PlayerData;
1006
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PlayerData;
1007
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PlayerData;
1008
+ static equals(a: PlayerData | PlainMessage<PlayerData> | undefined, b: PlayerData | PlainMessage<PlayerData> | undefined): boolean;
1009
+ }
1010
+ /**
1011
+ * @generated from message CPacketPlayerList
1012
+ */
1013
+ declare class CPacketPlayerList extends Message<CPacketPlayerList> {
1014
+ /**
1015
+ * @generated from field: repeated PlayerData players = 1;
1016
+ */
1017
+ players: PlayerData[];
1018
+ constructor(data?: PartialMessage<CPacketPlayerList>);
1019
+ static readonly runtime: typeof proto2;
1020
+ static readonly typeName = "CPacketPlayerList";
1021
+ static readonly fields: FieldList;
1022
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketPlayerList;
1023
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketPlayerList;
1024
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketPlayerList;
1025
+ static equals(a: CPacketPlayerList | PlainMessage<CPacketPlayerList> | undefined, b: CPacketPlayerList | PlainMessage<CPacketPlayerList> | undefined): boolean;
1026
+ }
1027
+ /**
1028
+ * @generated from message CPacketPlayerPosition
1029
+ */
1030
+ declare class CPacketPlayerPosition extends Message<CPacketPlayerPosition> {
1031
+ /**
1032
+ * @generated from field: required float x = 1;
1033
+ */
1034
+ x?: number;
1035
+ /**
1036
+ * @generated from field: required float y = 2;
1037
+ */
1038
+ y?: number;
1039
+ /**
1040
+ * @generated from field: required float z = 3;
1041
+ */
1042
+ z?: number;
1043
+ constructor(data?: PartialMessage<CPacketPlayerPosition>);
1044
+ static readonly runtime: typeof proto2;
1045
+ static readonly typeName = "CPacketPlayerPosition";
1046
+ static readonly fields: FieldList;
1047
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketPlayerPosition;
1048
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketPlayerPosition;
1049
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketPlayerPosition;
1050
+ static equals(a: CPacketPlayerPosition | PlainMessage<CPacketPlayerPosition> | undefined, b: CPacketPlayerPosition | PlainMessage<CPacketPlayerPosition> | undefined): boolean;
1051
+ }
1052
+ /**
1053
+ * @generated from message CPacketPlayerPosLook
1054
+ */
1055
+ declare class CPacketPlayerPosLook extends Message<CPacketPlayerPosLook> {
1056
+ /**
1057
+ * @generated from field: required float x = 1;
1058
+ */
1059
+ x?: number;
1060
+ /**
1061
+ * @generated from field: required float y = 2;
1062
+ */
1063
+ y?: number;
1064
+ /**
1065
+ * @generated from field: required float z = 3;
1066
+ */
1067
+ z?: number;
1068
+ /**
1069
+ * @generated from field: required float yaw = 4;
1070
+ */
1071
+ yaw?: number;
1072
+ /**
1073
+ * @generated from field: required float pitch = 5;
1074
+ */
1075
+ pitch?: number;
1076
+ constructor(data?: PartialMessage<CPacketPlayerPosLook>);
1077
+ static readonly runtime: typeof proto2;
1078
+ static readonly typeName = "CPacketPlayerPosLook";
1079
+ static readonly fields: FieldList;
1080
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketPlayerPosLook;
1081
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketPlayerPosLook;
1082
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketPlayerPosLook;
1083
+ static equals(a: CPacketPlayerPosLook | PlainMessage<CPacketPlayerPosLook> | undefined, b: CPacketPlayerPosLook | PlainMessage<CPacketPlayerPosLook> | undefined): boolean;
1084
+ }
1085
+ /**
1086
+ * @generated from message CPacketPlayerReconciliation
1087
+ */
1088
+ declare class CPacketPlayerReconciliation extends Message<CPacketPlayerReconciliation> {
1089
+ /**
1090
+ * @generated from field: required float x = 1;
1091
+ */
1092
+ x?: number;
1093
+ /**
1094
+ * @generated from field: required float y = 2;
1095
+ */
1096
+ y?: number;
1097
+ /**
1098
+ * @generated from field: required float z = 3;
1099
+ */
1100
+ z?: number;
1101
+ /**
1102
+ * @generated from field: required float yaw = 4;
1103
+ */
1104
+ yaw?: number;
1105
+ /**
1106
+ * @generated from field: required float pitch = 5;
1107
+ */
1108
+ pitch?: number;
1109
+ /**
1110
+ * @generated from field: required uint32 lastProcessedInput = 6;
1111
+ */
1112
+ lastProcessedInput?: number;
1113
+ /**
1114
+ * @generated from field: optional bool reset = 7;
1115
+ */
1116
+ reset?: boolean;
1117
+ constructor(data?: PartialMessage<CPacketPlayerReconciliation>);
1118
+ static readonly runtime: typeof proto2;
1119
+ static readonly typeName = "CPacketPlayerReconciliation";
1120
+ static readonly fields: FieldList;
1121
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketPlayerReconciliation;
1122
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketPlayerReconciliation;
1123
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketPlayerReconciliation;
1124
+ static equals(a: CPacketPlayerReconciliation | PlainMessage<CPacketPlayerReconciliation> | undefined, b: CPacketPlayerReconciliation | PlainMessage<CPacketPlayerReconciliation> | undefined): boolean;
1125
+ }
1126
+ /**
1127
+ * @generated from message CPacketPong
1128
+ */
1129
+ declare class CPacketPong extends Message<CPacketPong> {
1130
+ /**
1131
+ * @generated from field: required uint64 time = 1;
1132
+ */
1133
+ time?: bigint;
1134
+ /**
1135
+ * @generated from field: required float mspt = 2;
1136
+ */
1137
+ mspt?: number;
1138
+ /**
1139
+ * @generated from field: required uint32 tick = 4;
1140
+ */
1141
+ tick?: number;
1142
+ constructor(data?: PartialMessage<CPacketPong>);
1143
+ static readonly runtime: typeof proto2;
1144
+ static readonly typeName = "CPacketPong";
1145
+ static readonly fields: FieldList;
1146
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketPong;
1147
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketPong;
1148
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketPong;
1149
+ static equals(a: CPacketPong | PlainMessage<CPacketPong> | undefined, b: CPacketPong | PlainMessage<CPacketPong> | undefined): boolean;
1150
+ }
1151
+ /**
1152
+ * @generated from message CPacketRespawn
1153
+ */
1154
+ declare class CPacketRespawn extends Message<CPacketRespawn> {
1155
+ /**
1156
+ * @generated from field: optional bool notDeath = 1;
1157
+ */
1158
+ notDeath?: boolean;
1159
+ /**
1160
+ * @generated from field: optional bool client = 2;
1161
+ */
1162
+ client?: boolean;
1163
+ /**
1164
+ * @generated from field: optional int32 dimension = 3;
1165
+ */
1166
+ dimension?: number;
1167
+ constructor(data?: PartialMessage<CPacketRespawn>);
1168
+ static readonly runtime: typeof proto2;
1169
+ static readonly typeName = "CPacketRespawn";
1170
+ static readonly fields: FieldList;
1171
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketRespawn;
1172
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketRespawn;
1173
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketRespawn;
1174
+ static equals(a: CPacketRespawn | PlainMessage<CPacketRespawn> | undefined, b: CPacketRespawn | PlainMessage<CPacketRespawn> | undefined): boolean;
1175
+ }
1176
+ /**
1177
+ * @generated from message ScoreboardContent
1178
+ */
1179
+ declare class ScoreboardContent extends Message<ScoreboardContent> {
1180
+ /**
1181
+ * @generated from field: repeated string columns = 1;
1182
+ */
1183
+ columns: string[];
1184
+ constructor(data?: PartialMessage<ScoreboardContent>);
1185
+ static readonly runtime: typeof proto2;
1186
+ static readonly typeName = "ScoreboardContent";
1187
+ static readonly fields: FieldList;
1188
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ScoreboardContent;
1189
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ScoreboardContent;
1190
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ScoreboardContent;
1191
+ static equals(a: ScoreboardContent | PlainMessage<ScoreboardContent> | undefined, b: ScoreboardContent | PlainMessage<ScoreboardContent> | undefined): boolean;
1192
+ }
1193
+ /**
1194
+ * @generated from message CPacketScoreboard
1195
+ */
1196
+ declare class CPacketScoreboard extends Message<CPacketScoreboard> {
1197
+ /**
1198
+ * @generated from field: required string title = 1;
1199
+ */
1200
+ title?: string;
1201
+ /**
1202
+ * @generated from field: repeated ScoreboardContent content = 2;
1203
+ */
1204
+ content: ScoreboardContent[];
1205
+ constructor(data?: PartialMessage<CPacketScoreboard>);
1206
+ static readonly runtime: typeof proto2;
1207
+ static readonly typeName = "CPacketScoreboard";
1208
+ static readonly fields: FieldList;
1209
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketScoreboard;
1210
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketScoreboard;
1211
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketScoreboard;
1212
+ static equals(a: CPacketScoreboard | PlainMessage<CPacketScoreboard> | undefined, b: CPacketScoreboard | PlainMessage<CPacketScoreboard> | undefined): boolean;
1213
+ }
1214
+ /**
1215
+ * @generated from message CPacketSetSlot
1216
+ */
1217
+ declare class CPacketSetSlot extends Message<CPacketSetSlot> {
1218
+ /**
1219
+ * @generated from field: required int32 window_id = 1;
1220
+ */
1221
+ windowId?: number;
1222
+ /**
1223
+ * @generated from field: required int32 slot = 2;
1224
+ */
1225
+ slot?: number;
1226
+ /**
1227
+ * @generated from field: required PBItemStack slot_data = 3;
1228
+ */
1229
+ slotData?: PBItemStack;
1230
+ constructor(data?: PartialMessage<CPacketSetSlot>);
1231
+ static readonly runtime: typeof proto2;
1232
+ static readonly typeName = "CPacketSetSlot";
1233
+ static readonly fields: FieldList;
1234
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSetSlot;
1235
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSetSlot;
1236
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSetSlot;
1237
+ static equals(a: CPacketSetSlot | PlainMessage<CPacketSetSlot> | undefined, b: CPacketSetSlot | PlainMessage<CPacketSetSlot> | undefined): boolean;
1238
+ }
1239
+ /**
1240
+ * @generated from message CPacketSignEditorOpen
1241
+ */
1242
+ declare class CPacketSignEditorOpen extends Message<CPacketSignEditorOpen> {
1243
+ /**
1244
+ * @generated from field: required PBBlockPos signPosition = 1;
1245
+ */
1246
+ signPosition?: PBBlockPos;
1247
+ constructor(data?: PartialMessage<CPacketSignEditorOpen>);
1248
+ static readonly runtime: typeof proto2;
1249
+ static readonly typeName = "CPacketSignEditorOpen";
1250
+ static readonly fields: FieldList;
1251
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSignEditorOpen;
1252
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSignEditorOpen;
1253
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSignEditorOpen;
1254
+ static equals(a: CPacketSignEditorOpen | PlainMessage<CPacketSignEditorOpen> | undefined, b: CPacketSignEditorOpen | PlainMessage<CPacketSignEditorOpen> | undefined): boolean;
1255
+ }
1256
+ /**
1257
+ * @generated from message CPacketSoundEffect
1258
+ */
1259
+ declare class CPacketSoundEffect extends Message<CPacketSoundEffect> {
1260
+ /**
1261
+ * @generated from field: required string sound = 1;
1262
+ */
1263
+ sound?: string;
1264
+ /**
1265
+ * @generated from field: optional PBVector3 location = 2;
1266
+ */
1267
+ location?: PBVector3;
1268
+ /**
1269
+ * @generated from field: optional float volume = 3;
1270
+ */
1271
+ volume?: number;
1272
+ /**
1273
+ * @generated from field: optional float pitch = 4;
1274
+ */
1275
+ pitch?: number;
1276
+ constructor(data?: PartialMessage<CPacketSoundEffect>);
1277
+ static readonly runtime: typeof proto2;
1278
+ static readonly typeName = "CPacketSoundEffect";
1279
+ static readonly fields: FieldList;
1280
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSoundEffect;
1281
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSoundEffect;
1282
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSoundEffect;
1283
+ static equals(a: CPacketSoundEffect | PlainMessage<CPacketSoundEffect> | undefined, b: CPacketSoundEffect | PlainMessage<CPacketSoundEffect> | undefined): boolean;
1284
+ }
1285
+ /**
1286
+ * @generated from message CPacketSpawnEntity
1287
+ */
1288
+ declare class CPacketSpawnEntity extends Message<CPacketSpawnEntity> {
1289
+ /**
1290
+ * @generated from field: required uint32 id = 1;
1291
+ */
1292
+ id?: number;
1293
+ /**
1294
+ * @generated from field: required uint32 type = 2;
1295
+ */
1296
+ type?: number;
1297
+ /**
1298
+ * @generated from field: optional PBVector3 pos = 3;
1299
+ */
1300
+ pos?: PBVector3;
1301
+ /**
1302
+ * @generated from field: optional float yaw = 4;
1303
+ */
1304
+ yaw?: number;
1305
+ /**
1306
+ * @generated from field: optional float pitch = 5;
1307
+ */
1308
+ pitch?: number;
1309
+ /**
1310
+ * @generated from field: optional PBFloatVector3 motion = 6;
1311
+ */
1312
+ motion?: PBFloatVector3;
1313
+ /**
1314
+ * @generated from field: optional PBItemStack item = 7;
1315
+ */
1316
+ item?: PBItemStack;
1317
+ /**
1318
+ * @generated from field: optional uint32 shooterId = 8;
1319
+ */
1320
+ shooterId?: number;
1321
+ /**
1322
+ * @generated from field: optional int32 state = 9;
1323
+ */
1324
+ state?: number;
1325
+ /**
1326
+ * @generated from field: optional string texture = 10;
1327
+ */
1328
+ texture?: string;
1329
+ constructor(data?: PartialMessage<CPacketSpawnEntity>);
1330
+ static readonly runtime: typeof proto2;
1331
+ static readonly typeName = "CPacketSpawnEntity";
1332
+ static readonly fields: FieldList;
1333
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSpawnEntity;
1334
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSpawnEntity;
1335
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSpawnEntity;
1336
+ static equals(a: CPacketSpawnEntity | PlainMessage<CPacketSpawnEntity> | undefined, b: CPacketSpawnEntity | PlainMessage<CPacketSpawnEntity> | undefined): boolean;
1337
+ }
1338
+ /**
1339
+ * @generated from message CPacketSpawnPlayer
1340
+ */
1341
+ declare class CPacketSpawnPlayer extends Message<CPacketSpawnPlayer> {
1342
+ /**
1343
+ * @generated from field: required uint32 id = 1;
1344
+ */
1345
+ id?: number;
1346
+ /**
1347
+ * @generated from field: required string name = 2;
1348
+ */
1349
+ name?: string;
1350
+ /**
1351
+ * @generated from field: required string gamemode = 3;
1352
+ */
1353
+ gamemode?: string;
1354
+ /**
1355
+ * @generated from field: optional bool operator = 4;
1356
+ */
1357
+ operator?: boolean;
1358
+ /**
1359
+ * @generated from field: required PBFloatVector3 pos = 5;
1360
+ */
1361
+ pos?: PBFloatVector3;
1362
+ /**
1363
+ * @generated from field: required float yaw = 6;
1364
+ */
1365
+ yaw?: number;
1366
+ /**
1367
+ * @generated from field: required float pitch = 7;
1368
+ */
1369
+ pitch?: number;
1370
+ /**
1371
+ * @generated from field: required PBCosmetics cosmetics = 8;
1372
+ */
1373
+ cosmetics?: PBCosmetics;
1374
+ /**
1375
+ * @generated from field: optional string rank = 9;
1376
+ */
1377
+ rank?: string;
1378
+ /**
1379
+ * @generated from field: required string socketId = 10;
1380
+ */
1381
+ socketId?: string;
1382
+ constructor(data?: PartialMessage<CPacketSpawnPlayer>);
1383
+ static readonly runtime: typeof proto2;
1384
+ static readonly typeName = "CPacketSpawnPlayer";
1385
+ static readonly fields: FieldList;
1386
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSpawnPlayer;
1387
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSpawnPlayer;
1388
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSpawnPlayer;
1389
+ static equals(a: CPacketSpawnPlayer | PlainMessage<CPacketSpawnPlayer> | undefined, b: CPacketSpawnPlayer | PlainMessage<CPacketSpawnPlayer> | undefined): boolean;
1390
+ }
1391
+ /**
1392
+ * @generated from message CPacketTabComplete
1393
+ */
1394
+ declare class CPacketTabComplete extends Message<CPacketTabComplete> {
1395
+ /**
1396
+ * @generated from field: repeated string matches = 1;
1397
+ */
1398
+ matches: string[];
1399
+ constructor(data?: PartialMessage<CPacketTabComplete>);
1400
+ static readonly runtime: typeof proto2;
1401
+ static readonly typeName = "CPacketTabComplete";
1402
+ static readonly fields: FieldList;
1403
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketTabComplete;
1404
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketTabComplete;
1405
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketTabComplete;
1406
+ static equals(a: CPacketTabComplete | PlainMessage<CPacketTabComplete> | undefined, b: CPacketTabComplete | PlainMessage<CPacketTabComplete> | undefined): boolean;
1407
+ }
1408
+ /**
1409
+ * @generated from message CPacketTitle
1410
+ */
1411
+ declare class CPacketTitle extends Message<CPacketTitle> {
1412
+ /**
1413
+ * @generated from field: required string title = 1;
1414
+ */
1415
+ title?: string;
1416
+ /**
1417
+ * @generated from field: required uint32 duration = 2;
1418
+ */
1419
+ duration?: number;
1420
+ constructor(data?: PartialMessage<CPacketTitle>);
1421
+ static readonly runtime: typeof proto2;
1422
+ static readonly typeName = "CPacketTitle";
1423
+ static readonly fields: FieldList;
1424
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketTitle;
1425
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketTitle;
1426
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketTitle;
1427
+ static equals(a: CPacketTitle | PlainMessage<CPacketTitle> | undefined, b: CPacketTitle | PlainMessage<CPacketTitle> | undefined): boolean;
1428
+ }
1429
+ /**
1430
+ * @generated from message CPacketUpdate
1431
+ */
1432
+ declare class CPacketUpdate extends Message<CPacketUpdate> {
1433
+ /**
1434
+ * @generated from field: required uint32 tick = 4;
1435
+ */
1436
+ tick?: number;
1437
+ /**
1438
+ * @generated from field: required uint64 t = 5;
1439
+ */
1440
+ t?: bigint;
1441
+ /**
1442
+ * @generated from field: required float mspt = 6;
1443
+ */
1444
+ mspt?: number;
1445
+ constructor(data?: PartialMessage<CPacketUpdate>);
1446
+ static readonly runtime: typeof proto2;
1447
+ static readonly typeName = "CPacketUpdate";
1448
+ static readonly fields: FieldList;
1449
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdate;
1450
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdate;
1451
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdate;
1452
+ static equals(a: CPacketUpdate | PlainMessage<CPacketUpdate> | undefined, b: CPacketUpdate | PlainMessage<CPacketUpdate> | undefined): boolean;
1453
+ }
1454
+ /**
1455
+ * @generated from message CPacketUpdateHealth
1456
+ */
1457
+ declare class CPacketUpdateHealth extends Message<CPacketUpdateHealth> {
1458
+ /**
1459
+ * @generated from field: required uint32 id = 1;
1460
+ */
1461
+ id?: number;
1462
+ /**
1463
+ * @generated from field: optional float hp = 2;
1464
+ */
1465
+ hp?: number;
1466
+ /**
1467
+ * @generated from field: optional int32 food = 3;
1468
+ */
1469
+ food?: number;
1470
+ /**
1471
+ * @generated from field: optional float foodSaturation = 4;
1472
+ */
1473
+ foodSaturation?: number;
1474
+ /**
1475
+ * @generated from field: optional float oxygen = 5;
1476
+ */
1477
+ oxygen?: number;
1478
+ constructor(data?: PartialMessage<CPacketUpdateHealth>);
1479
+ static readonly runtime: typeof proto2;
1480
+ static readonly typeName = "CPacketUpdateHealth";
1481
+ static readonly fields: FieldList;
1482
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateHealth;
1483
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateHealth;
1484
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateHealth;
1485
+ static equals(a: CPacketUpdateHealth | PlainMessage<CPacketUpdateHealth> | undefined, b: CPacketUpdateHealth | PlainMessage<CPacketUpdateHealth> | undefined): boolean;
1486
+ }
1487
+ /**
1488
+ * @generated from message CPacketUpdateLeaderboard
1489
+ */
1490
+ declare class CPacketUpdateLeaderboard extends Message<CPacketUpdateLeaderboard> {
1491
+ /**
1492
+ * @generated from field: required string id = 1;
1493
+ */
1494
+ id?: string;
1495
+ /**
1496
+ * @generated from field: repeated string content = 5;
1497
+ */
1498
+ content: string[];
1499
+ constructor(data?: PartialMessage<CPacketUpdateLeaderboard>);
1500
+ static readonly runtime: typeof proto2;
1501
+ static readonly typeName = "CPacketUpdateLeaderboard";
1502
+ static readonly fields: FieldList;
1503
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateLeaderboard;
1504
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateLeaderboard;
1505
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateLeaderboard;
1506
+ static equals(a: CPacketUpdateLeaderboard | PlainMessage<CPacketUpdateLeaderboard> | undefined, b: CPacketUpdateLeaderboard | PlainMessage<CPacketUpdateLeaderboard> | undefined): boolean;
1507
+ }
1508
+ /**
1509
+ * @generated from message CPacketUpdateScoreboard
1510
+ */
1511
+ declare class CPacketUpdateScoreboard extends Message<CPacketUpdateScoreboard> {
1512
+ /**
1513
+ * @generated from field: required uint32 index = 1;
1514
+ */
1515
+ index?: number;
1516
+ /**
1517
+ * @generated from field: repeated string columns = 2;
1518
+ */
1519
+ columns: string[];
1520
+ constructor(data?: PartialMessage<CPacketUpdateScoreboard>);
1521
+ static readonly runtime: typeof proto2;
1522
+ static readonly typeName = "CPacketUpdateScoreboard";
1523
+ static readonly fields: FieldList;
1524
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateScoreboard;
1525
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateScoreboard;
1526
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateScoreboard;
1527
+ static equals(a: CPacketUpdateScoreboard | PlainMessage<CPacketUpdateScoreboard> | undefined, b: CPacketUpdateScoreboard | PlainMessage<CPacketUpdateScoreboard> | undefined): boolean;
1528
+ }
1529
+ /**
1530
+ * @generated from message CPacketUpdateSign
1531
+ */
1532
+ declare class CPacketUpdateSign extends Message<CPacketUpdateSign> {
1533
+ /**
1534
+ * @generated from field: required PBBlockPos pos = 1;
1535
+ */
1536
+ pos?: PBBlockPos;
1537
+ /**
1538
+ * @generated from field: repeated string lines = 2;
1539
+ */
1540
+ lines: string[];
1541
+ constructor(data?: PartialMessage<CPacketUpdateSign>);
1542
+ static readonly runtime: typeof proto2;
1543
+ static readonly typeName = "CPacketUpdateSign";
1544
+ static readonly fields: FieldList;
1545
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateSign;
1546
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateSign;
1547
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateSign;
1548
+ static equals(a: CPacketUpdateSign | PlainMessage<CPacketUpdateSign> | undefined, b: CPacketUpdateSign | PlainMessage<CPacketUpdateSign> | undefined): boolean;
1549
+ }
1550
+ /**
1551
+ * @generated from message CPacketUpdateStatus
1552
+ */
1553
+ declare class CPacketUpdateStatus extends Message<CPacketUpdateStatus> {
1554
+ /**
1555
+ * @generated from field: required uint32 id = 1;
1556
+ */
1557
+ id?: number;
1558
+ /**
1559
+ * @generated from field: optional string mode = 2;
1560
+ */
1561
+ mode?: string;
1562
+ /**
1563
+ * @generated from field: optional string rank = 4;
1564
+ */
1565
+ rank?: string;
1566
+ /**
1567
+ * @generated from field: optional string color = 5;
1568
+ */
1569
+ color?: string;
1570
+ /**
1571
+ * @generated from field: optional bool hidePlayers = 6;
1572
+ */
1573
+ hidePlayers?: boolean;
1574
+ constructor(data?: PartialMessage<CPacketUpdateStatus>);
1575
+ static readonly runtime: typeof proto2;
1576
+ static readonly typeName = "CPacketUpdateStatus";
1577
+ static readonly fields: FieldList;
1578
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateStatus;
1579
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateStatus;
1580
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateStatus;
1581
+ static equals(a: CPacketUpdateStatus | PlainMessage<CPacketUpdateStatus> | undefined, b: CPacketUpdateStatus | PlainMessage<CPacketUpdateStatus> | undefined): boolean;
1582
+ }
1583
+ /**
1584
+ * @generated from message CPacketWindowItems
1585
+ */
1586
+ declare class CPacketWindowItems extends Message<CPacketWindowItems> {
1587
+ /**
1588
+ * @generated from field: required uint32 window_id = 1;
1589
+ */
1590
+ windowId?: number;
1591
+ /**
1592
+ * @generated from field: repeated PBItemStack items = 2;
1593
+ */
1594
+ items: PBItemStack[];
1595
+ constructor(data?: PartialMessage<CPacketWindowItems>);
1596
+ static readonly runtime: typeof proto2;
1597
+ static readonly typeName = "CPacketWindowItems";
1598
+ static readonly fields: FieldList;
1599
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketWindowItems;
1600
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketWindowItems;
1601
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketWindowItems;
1602
+ static equals(a: CPacketWindowItems | PlainMessage<CPacketWindowItems> | undefined, b: CPacketWindowItems | PlainMessage<CPacketWindowItems> | undefined): boolean;
1603
+ }
1604
+ /**
1605
+ * @generated from message CPacketWindowProperty
1606
+ */
1607
+ declare class CPacketWindowProperty extends Message<CPacketWindowProperty> {
1608
+ /**
1609
+ * @generated from field: required uint32 windowId = 1;
1610
+ */
1611
+ windowId?: number;
1612
+ /**
1613
+ * @generated from field: required uint32 varIndex = 2;
1614
+ */
1615
+ varIndex?: number;
1616
+ /**
1617
+ * @generated from field: required int32 varValue = 3;
1618
+ */
1619
+ varValue?: number;
1620
+ constructor(data?: PartialMessage<CPacketWindowProperty>);
1621
+ static readonly runtime: typeof proto2;
1622
+ static readonly typeName = "CPacketWindowProperty";
1623
+ static readonly fields: FieldList;
1624
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketWindowProperty;
1625
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketWindowProperty;
1626
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketWindowProperty;
1627
+ static equals(a: CPacketWindowProperty | PlainMessage<CPacketWindowProperty> | undefined, b: CPacketWindowProperty | PlainMessage<CPacketWindowProperty> | undefined): boolean;
1628
+ }
1629
+ /**
1630
+ * @generated from message CPacketUseBed
1631
+ */
1632
+ declare class CPacketUseBed extends Message<CPacketUseBed> {
1633
+ /**
1634
+ * @generated from field: required uint32 id = 1;
1635
+ */
1636
+ id?: number;
1637
+ /**
1638
+ * @generated from field: required PBBlockPos bedPos = 2;
1639
+ */
1640
+ bedPos?: PBBlockPos;
1641
+ constructor(data?: PartialMessage<CPacketUseBed>);
1642
+ static readonly runtime: typeof proto2;
1643
+ static readonly typeName = "CPacketUseBed";
1644
+ static readonly fields: FieldList;
1645
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUseBed;
1646
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUseBed;
1647
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUseBed;
1648
+ static equals(a: CPacketUseBed | PlainMessage<CPacketUseBed> | undefined, b: CPacketUseBed | PlainMessage<CPacketUseBed> | undefined): boolean;
1649
+ }
1650
+ /**
1651
+ * @generated from message CPacketQueueNext
1652
+ */
1653
+ declare class CPacketQueueNext extends Message<CPacketQueueNext> {
1654
+ /**
1655
+ * @generated from field: required string minigameId = 1;
1656
+ */
1657
+ minigameId?: string;
1658
+ /**
1659
+ * @generated from field: required string minigameConfig = 2;
1660
+ */
1661
+ minigameConfig?: string;
1662
+ constructor(data?: PartialMessage<CPacketQueueNext>);
1663
+ static readonly runtime: typeof proto2;
1664
+ static readonly typeName = "CPacketQueueNext";
1665
+ static readonly fields: FieldList;
1666
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketQueueNext;
1667
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketQueueNext;
1668
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketQueueNext;
1669
+ static equals(a: CPacketQueueNext | PlainMessage<CPacketQueueNext> | undefined, b: CPacketQueueNext | PlainMessage<CPacketQueueNext> | undefined): boolean;
1670
+ }
1671
+ /**
1672
+ * @generated from message CPacketSpawnExperienceOrb
1673
+ */
1674
+ declare class CPacketSpawnExperienceOrb extends Message<CPacketSpawnExperienceOrb> {
1675
+ /**
1676
+ * @generated from field: required uint32 id = 1;
1677
+ */
1678
+ id?: number;
1679
+ /**
1680
+ * @generated from field: required sint32 x = 2;
1681
+ */
1682
+ x?: number;
1683
+ /**
1684
+ * @generated from field: required sint32 y = 3;
1685
+ */
1686
+ y?: number;
1687
+ /**
1688
+ * @generated from field: required sint32 z = 4;
1689
+ */
1690
+ z?: number;
1691
+ /**
1692
+ * @generated from field: required uint32 xpValue = 5;
1693
+ */
1694
+ xpValue?: number;
1695
+ constructor(data?: PartialMessage<CPacketSpawnExperienceOrb>);
1696
+ static readonly runtime: typeof proto2;
1697
+ static readonly typeName = "CPacketSpawnExperienceOrb";
1698
+ static readonly fields: FieldList;
1699
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSpawnExperienceOrb;
1700
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSpawnExperienceOrb;
1701
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSpawnExperienceOrb;
1702
+ static equals(a: CPacketSpawnExperienceOrb | PlainMessage<CPacketSpawnExperienceOrb> | undefined, b: CPacketSpawnExperienceOrb | PlainMessage<CPacketSpawnExperienceOrb> | undefined): boolean;
1703
+ }
1704
+ /**
1705
+ * @generated from message CPacketSetExperience
1706
+ */
1707
+ declare class CPacketSetExperience extends Message<CPacketSetExperience> {
1708
+ /**
1709
+ * @generated from field: required float experience = 1;
1710
+ */
1711
+ experience?: number;
1712
+ /**
1713
+ * @generated from field: required int32 experienceTotal = 2;
1714
+ */
1715
+ experienceTotal?: number;
1716
+ /**
1717
+ * @generated from field: required int32 level = 3;
1718
+ */
1719
+ level?: number;
1720
+ constructor(data?: PartialMessage<CPacketSetExperience>);
1721
+ static readonly runtime: typeof proto2;
1722
+ static readonly typeName = "CPacketSetExperience";
1723
+ static readonly fields: FieldList;
1724
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketSetExperience;
1725
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketSetExperience;
1726
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketSetExperience;
1727
+ static equals(a: CPacketSetExperience | PlainMessage<CPacketSetExperience> | undefined, b: CPacketSetExperience | PlainMessage<CPacketSetExperience> | undefined): boolean;
1728
+ }
1729
+ /**
1730
+ * @generated from message CPacketOpenShop
1731
+ */
1732
+ declare class CPacketOpenShop extends Message<CPacketOpenShop> {
1733
+ /**
1734
+ * @generated from field: required string type = 1;
1735
+ */
1736
+ type?: string;
1737
+ constructor(data?: PartialMessage<CPacketOpenShop>);
1738
+ static readonly runtime: typeof proto2;
1739
+ static readonly typeName = "CPacketOpenShop";
1740
+ static readonly fields: FieldList;
1741
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketOpenShop;
1742
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketOpenShop;
1743
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketOpenShop;
1744
+ static equals(a: CPacketOpenShop | PlainMessage<CPacketOpenShop> | undefined, b: CPacketOpenShop | PlainMessage<CPacketOpenShop> | undefined): boolean;
1745
+ }
1746
+ /**
1747
+ * @generated from message CPacketShopProperty
1748
+ */
1749
+ declare class CPacketShopProperty extends Message<CPacketShopProperty> {
1750
+ /**
1751
+ * @generated from field: optional string name = 1;
1752
+ */
1753
+ name?: string;
1754
+ /**
1755
+ * @generated from field: optional string value = 2;
1756
+ */
1757
+ value?: string;
1758
+ constructor(data?: PartialMessage<CPacketShopProperty>);
1759
+ static readonly runtime: typeof proto2;
1760
+ static readonly typeName = "CPacketShopProperty";
1761
+ static readonly fields: FieldList;
1762
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketShopProperty;
1763
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketShopProperty;
1764
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketShopProperty;
1765
+ static equals(a: CPacketShopProperty | PlainMessage<CPacketShopProperty> | undefined, b: CPacketShopProperty | PlainMessage<CPacketShopProperty> | undefined): boolean;
1766
+ }
1767
+ /**
1768
+ * @generated from message CPacketShopProperties
1769
+ */
1770
+ declare class CPacketShopProperties extends Message<CPacketShopProperties> {
1771
+ /**
1772
+ * @generated from field: repeated CPacketShopProperty properties = 1;
1773
+ */
1774
+ properties: CPacketShopProperty[];
1775
+ constructor(data?: PartialMessage<CPacketShopProperties>);
1776
+ static readonly runtime: typeof proto2;
1777
+ static readonly typeName = "CPacketShopProperties";
1778
+ static readonly fields: FieldList;
1779
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketShopProperties;
1780
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketShopProperties;
1781
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketShopProperties;
1782
+ static equals(a: CPacketShopProperties | PlainMessage<CPacketShopProperties> | undefined, b: CPacketShopProperties | PlainMessage<CPacketShopProperties> | undefined): boolean;
1783
+ }
1784
+ /**
1785
+ * @generated from message PBSnapshot
1786
+ */
1787
+ declare class PBSnapshot extends Message<PBSnapshot> {
1788
+ /**
1789
+ * @generated from field: required string id = 1;
1790
+ */
1791
+ id?: string;
1792
+ /**
1793
+ * @generated from field: required float value = 2;
1794
+ */
1795
+ value?: number;
1796
+ /**
1797
+ * @generated from field: repeated PBModifier modifiers = 3;
1798
+ */
1799
+ modifiers: PBModifier[];
1800
+ constructor(data?: PartialMessage<PBSnapshot>);
1801
+ static readonly runtime: typeof proto2;
1802
+ static readonly typeName = "PBSnapshot";
1803
+ static readonly fields: FieldList;
1804
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBSnapshot;
1805
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBSnapshot;
1806
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBSnapshot;
1807
+ static equals(a: PBSnapshot | PlainMessage<PBSnapshot> | undefined, b: PBSnapshot | PlainMessage<PBSnapshot> | undefined): boolean;
1808
+ }
1809
+ /**
1810
+ * @generated from message PBModifier
1811
+ */
1812
+ declare class PBModifier extends Message<PBModifier> {
1813
+ /**
1814
+ * @generated from field: required string id = 1;
1815
+ */
1816
+ id?: string;
1817
+ /**
1818
+ * @generated from field: required float amount = 2;
1819
+ */
1820
+ amount?: number;
1821
+ /**
1822
+ * @generated from field: required uint32 operation = 3;
1823
+ */
1824
+ operation?: number;
1825
+ constructor(data?: PartialMessage<PBModifier>);
1826
+ static readonly runtime: typeof proto2;
1827
+ static readonly typeName = "PBModifier";
1828
+ static readonly fields: FieldList;
1829
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PBModifier;
1830
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PBModifier;
1831
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PBModifier;
1832
+ static equals(a: PBModifier | PlainMessage<PBModifier> | undefined, b: PBModifier | PlainMessage<PBModifier> | undefined): boolean;
1833
+ }
1834
+ /**
1835
+ * @generated from message CPacketEntityProperties
1836
+ */
1837
+ declare class CPacketEntityProperties extends Message<CPacketEntityProperties> {
1838
+ /**
1839
+ * @generated from field: required uint32 id = 1;
1840
+ */
1841
+ id?: number;
1842
+ /**
1843
+ * @generated from field: repeated PBSnapshot data = 2;
1844
+ */
1845
+ data: PBSnapshot[];
1846
+ constructor(data?: PartialMessage<CPacketEntityProperties>);
1847
+ static readonly runtime: typeof proto2;
1848
+ static readonly typeName = "CPacketEntityProperties";
1849
+ static readonly fields: FieldList;
1850
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityProperties;
1851
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityProperties;
1852
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityProperties;
1853
+ static equals(a: CPacketEntityProperties | PlainMessage<CPacketEntityProperties> | undefined, b: CPacketEntityProperties | PlainMessage<CPacketEntityProperties> | undefined): boolean;
1854
+ }
1855
+ /**
1856
+ * @generated from message CPacketEntityEffect
1857
+ */
1858
+ declare class CPacketEntityEffect extends Message<CPacketEntityEffect> {
1859
+ /**
1860
+ * @generated from field: required uint32 id = 1;
1861
+ */
1862
+ id?: number;
1863
+ /**
1864
+ * @generated from field: required uint32 effectId = 2;
1865
+ */
1866
+ effectId?: number;
1867
+ /**
1868
+ * @generated from field: required uint32 amplifier = 3;
1869
+ */
1870
+ amplifier?: number;
1871
+ /**
1872
+ * @generated from field: required uint32 duration = 4;
1873
+ */
1874
+ duration?: number;
1875
+ /**
1876
+ * @generated from field: required bool hideParticles = 5;
1877
+ */
1878
+ hideParticles?: boolean;
1879
+ constructor(data?: PartialMessage<CPacketEntityEffect>);
1880
+ static readonly runtime: typeof proto2;
1881
+ static readonly typeName = "CPacketEntityEffect";
1882
+ static readonly fields: FieldList;
1883
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityEffect;
1884
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityEffect;
1885
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityEffect;
1886
+ static equals(a: CPacketEntityEffect | PlainMessage<CPacketEntityEffect> | undefined, b: CPacketEntityEffect | PlainMessage<CPacketEntityEffect> | undefined): boolean;
1887
+ }
1888
+ /**
1889
+ * @generated from message CPacketRemoveEntityEffect
1890
+ */
1891
+ declare class CPacketRemoveEntityEffect extends Message<CPacketRemoveEntityEffect> {
1892
+ /**
1893
+ * @generated from field: required uint32 id = 1;
1894
+ */
1895
+ id?: number;
1896
+ /**
1897
+ * @generated from field: required uint32 effectId = 2;
1898
+ */
1899
+ effectId?: number;
1900
+ constructor(data?: PartialMessage<CPacketRemoveEntityEffect>);
1901
+ static readonly runtime: typeof proto2;
1902
+ static readonly typeName = "CPacketRemoveEntityEffect";
1903
+ static readonly fields: FieldList;
1904
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketRemoveEntityEffect;
1905
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketRemoveEntityEffect;
1906
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketRemoveEntityEffect;
1907
+ static equals(a: CPacketRemoveEntityEffect | PlainMessage<CPacketRemoveEntityEffect> | undefined, b: CPacketRemoveEntityEffect | PlainMessage<CPacketRemoveEntityEffect> | undefined): boolean;
1908
+ }
1909
+ /**
1910
+ * @generated from message CPacketUpdateCommandBlock
1911
+ */
1912
+ declare class CPacketUpdateCommandBlock extends Message<CPacketUpdateCommandBlock> {
1913
+ /**
1914
+ * @generated from field: required PBBlockPos pos = 1;
1915
+ */
1916
+ pos?: PBBlockPos;
1917
+ /**
1918
+ * @generated from field: optional string command = 2;
1919
+ */
1920
+ command?: string;
1921
+ /**
1922
+ * @generated from field: repeated string commands = 3;
1923
+ */
1924
+ commands: string[];
1925
+ /**
1926
+ * @generated from field: optional int32 repeat = 4;
1927
+ */
1928
+ repeat?: number;
1929
+ constructor(data?: PartialMessage<CPacketUpdateCommandBlock>);
1930
+ static readonly runtime: typeof proto2;
1931
+ static readonly typeName = "CPacketUpdateCommandBlock";
1932
+ static readonly fields: FieldList;
1933
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketUpdateCommandBlock;
1934
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketUpdateCommandBlock;
1935
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketUpdateCommandBlock;
1936
+ static equals(a: CPacketUpdateCommandBlock | PlainMessage<CPacketUpdateCommandBlock> | undefined, b: CPacketUpdateCommandBlock | PlainMessage<CPacketUpdateCommandBlock> | undefined): boolean;
1937
+ }
1938
+ /**
1939
+ * @generated from message CPacketEntityAttach
1940
+ */
1941
+ declare class CPacketEntityAttach extends Message<CPacketEntityAttach> {
1942
+ /**
1943
+ * @generated from field: required uint32 leash = 1;
1944
+ */
1945
+ leash?: number;
1946
+ /**
1947
+ * @generated from field: required uint32 entity = 2;
1948
+ */
1949
+ entity?: number;
1950
+ /**
1951
+ * @generated from field: required sint32 vehicle = 3;
1952
+ */
1953
+ vehicle?: number;
1954
+ constructor(data?: PartialMessage<CPacketEntityAttach>);
1955
+ static readonly runtime: typeof proto2;
1956
+ static readonly typeName = "CPacketEntityAttach";
1957
+ static readonly fields: FieldList;
1958
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketEntityAttach;
1959
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketEntityAttach;
1960
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketEntityAttach;
1961
+ static equals(a: CPacketEntityAttach | PlainMessage<CPacketEntityAttach> | undefined, b: CPacketEntityAttach | PlainMessage<CPacketEntityAttach> | undefined): boolean;
1962
+ }
1963
+ /**
1964
+ * @generated from message CPacketServerMetadata
1965
+ */
1966
+ declare class CPacketServerMetadata extends Message<CPacketServerMetadata> {
1967
+ /**
1968
+ * @generated from field: required string metadata = 12;
1969
+ */
1970
+ metadata?: string;
1971
+ constructor(data?: PartialMessage<CPacketServerMetadata>);
1972
+ static readonly runtime: typeof proto2;
1973
+ static readonly typeName = "CPacketServerMetadata";
1974
+ static readonly fields: FieldList;
1975
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketServerMetadata;
1976
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketServerMetadata;
1977
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketServerMetadata;
1978
+ static equals(a: CPacketServerMetadata | PlainMessage<CPacketServerMetadata> | undefined, b: CPacketServerMetadata | PlainMessage<CPacketServerMetadata> | undefined): boolean;
1979
+ }
1980
+ /**
1981
+ * @generated from message CPacketTimeUpdate
1982
+ */
1983
+ declare class CPacketTimeUpdate extends Message<CPacketTimeUpdate> {
1984
+ /**
1985
+ * @generated from field: required uint32 totalTime = 1;
1986
+ */
1987
+ totalTime?: number;
1988
+ /**
1989
+ * @generated from field: required uint32 worldTime = 2;
1990
+ */
1991
+ worldTime?: number;
1992
+ constructor(data?: PartialMessage<CPacketTimeUpdate>);
1993
+ static readonly runtime: typeof proto2;
1994
+ static readonly typeName = "CPacketTimeUpdate";
1995
+ static readonly fields: FieldList;
1996
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CPacketTimeUpdate;
1997
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CPacketTimeUpdate;
1998
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CPacketTimeUpdate;
1999
+ static equals(a: CPacketTimeUpdate | PlainMessage<CPacketTimeUpdate> | undefined, b: CPacketTimeUpdate | PlainMessage<CPacketTimeUpdate> | undefined): boolean;
2000
+ }
2001
+ /**
2002
+ * @generated from message ClientBoundCombined
2003
+ */
2004
+ declare class ClientBoundCombined extends Message<ClientBoundCombined> {
2005
+ /**
2006
+ * @generated from field: repeated ClientBoundCombined.ClientBoundCombined_CPacket packets = 1;
2007
+ */
2008
+ packets: ClientBoundCombined_ClientBoundCombined_CPacket[];
2009
+ constructor(data?: PartialMessage<ClientBoundCombined>);
2010
+ static readonly runtime: typeof proto2;
2011
+ static readonly typeName = "ClientBoundCombined";
2012
+ static readonly fields: FieldList;
2013
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClientBoundCombined;
2014
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClientBoundCombined;
2015
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClientBoundCombined;
2016
+ static equals(a: ClientBoundCombined | PlainMessage<ClientBoundCombined> | undefined, b: ClientBoundCombined | PlainMessage<ClientBoundCombined> | undefined): boolean;
2017
+ }
2018
+ /**
2019
+ * @generated from message ClientBoundCombined.ClientBoundCombined_CPacket
2020
+ */
2021
+ declare class ClientBoundCombined_ClientBoundCombined_CPacket extends Message<ClientBoundCombined_ClientBoundCombined_CPacket> {
2022
+ /**
2023
+ * @generated from oneof ClientBoundCombined.ClientBoundCombined_CPacket.packet
2024
+ */
2025
+ packet: {
2026
+ /**
2027
+ * @generated from field: CPacketAnimation CPacketAnimation = 1;
2028
+ */
2029
+ value: CPacketAnimation;
2030
+ case: "CPacketAnimation";
2031
+ } | {
2032
+ /**
2033
+ * @generated from field: CPacketBlockAction CPacketBlockAction = 2;
2034
+ */
2035
+ value: CPacketBlockAction;
2036
+ case: "CPacketBlockAction";
2037
+ } | {
2038
+ /**
2039
+ * @generated from field: CPacketBlockUpdate CPacketBlockUpdate = 3;
2040
+ */
2041
+ value: CPacketBlockUpdate;
2042
+ case: "CPacketBlockUpdate";
2043
+ } | {
2044
+ /**
2045
+ * @generated from field: CPacketChangeServers CPacketChangeServers = 4;
2046
+ */
2047
+ value: CPacketChangeServers;
2048
+ case: "CPacketChangeServers";
2049
+ } | {
2050
+ /**
2051
+ * @generated from field: CPacketChunkData CPacketChunkData = 5;
2052
+ */
2053
+ value: CPacketChunkData;
2054
+ case: "CPacketChunkData";
2055
+ } | {
2056
+ /**
2057
+ * @generated from field: CPacketCloseWindow CPacketCloseWindow = 6;
2058
+ */
2059
+ value: CPacketCloseWindow;
2060
+ case: "CPacketCloseWindow";
2061
+ } | {
2062
+ /**
2063
+ * @generated from field: CPacketConfirmTransaction CPacketConfirmTransaction = 7;
2064
+ */
2065
+ value: CPacketConfirmTransaction;
2066
+ case: "CPacketConfirmTransaction";
2067
+ } | {
2068
+ /**
2069
+ * @generated from field: CPacketDestroyEntities CPacketDestroyEntities = 8;
2070
+ */
2071
+ value: CPacketDestroyEntities;
2072
+ case: "CPacketDestroyEntities";
2073
+ } | {
2074
+ /**
2075
+ * @generated from field: CPacketDisconnect CPacketDisconnect = 9;
2076
+ */
2077
+ value: CPacketDisconnect;
2078
+ case: "CPacketDisconnect";
2079
+ } | {
2080
+ /**
2081
+ * @generated from field: CPacketEntityAction CPacketEntityAction = 10;
2082
+ */
2083
+ value: CPacketEntityAction;
2084
+ case: "CPacketEntityAction";
2085
+ } | {
2086
+ /**
2087
+ * @generated from field: CPacketEntityEffect CPacketEntityEffect = 11;
2088
+ */
2089
+ value: CPacketEntityEffect;
2090
+ case: "CPacketEntityEffect";
2091
+ } | {
2092
+ /**
2093
+ * @generated from field: CPacketEntityEquipment CPacketEntityEquipment = 12;
2094
+ */
2095
+ value: CPacketEntityEquipment;
2096
+ case: "CPacketEntityEquipment";
2097
+ } | {
2098
+ /**
2099
+ * @generated from field: CPacketEntityMetadata CPacketEntityMetadata = 13;
2100
+ */
2101
+ value: CPacketEntityMetadata;
2102
+ case: "CPacketEntityMetadata";
2103
+ } | {
2104
+ /**
2105
+ * @generated from field: CPacketEntityPositionAndRotation CPacketEntityPositionAndRotation = 14;
2106
+ */
2107
+ value: CPacketEntityPositionAndRotation;
2108
+ case: "CPacketEntityPositionAndRotation";
2109
+ } | {
2110
+ /**
2111
+ * @generated from field: CPacketEntityProperties CPacketEntityProperties = 15;
2112
+ */
2113
+ value: CPacketEntityProperties;
2114
+ case: "CPacketEntityProperties";
2115
+ } | {
2116
+ /**
2117
+ * @generated from field: CPacketEntityRelativePositionAndRotation CPacketEntityRelativePositionAndRotation = 16;
2118
+ */
2119
+ value: CPacketEntityRelativePositionAndRotation;
2120
+ case: "CPacketEntityRelativePositionAndRotation";
2121
+ } | {
2122
+ /**
2123
+ * @generated from field: CPacketEntityStatus CPacketEntityStatus = 17;
2124
+ */
2125
+ value: CPacketEntityStatus;
2126
+ case: "CPacketEntityStatus";
2127
+ } | {
2128
+ /**
2129
+ * @generated from field: CPacketEntityVelocity CPacketEntityVelocity = 18;
2130
+ */
2131
+ value: CPacketEntityVelocity;
2132
+ case: "CPacketEntityVelocity";
2133
+ } | {
2134
+ /**
2135
+ * @generated from field: CPacketExplosion CPacketExplosion = 19;
2136
+ */
2137
+ value: CPacketExplosion;
2138
+ case: "CPacketExplosion";
2139
+ } | {
2140
+ /**
2141
+ * @generated from field: CPacketJoinGame CPacketJoinGame = 20;
2142
+ */
2143
+ value: CPacketJoinGame;
2144
+ case: "CPacketJoinGame";
2145
+ } | {
2146
+ /**
2147
+ * @generated from field: CPacketLeaderboard CPacketLeaderboard = 21;
2148
+ */
2149
+ value: CPacketLeaderboard;
2150
+ case: "CPacketLeaderboard";
2151
+ } | {
2152
+ /**
2153
+ * @generated from field: CPacketLocalStorage CPacketLocalStorage = 22;
2154
+ */
2155
+ value: CPacketLocalStorage;
2156
+ case: "CPacketLocalStorage";
2157
+ } | {
2158
+ /**
2159
+ * @generated from field: CPacketMessage CPacketMessage = 23;
2160
+ */
2161
+ value: CPacketMessage;
2162
+ case: "CPacketMessage";
2163
+ } | {
2164
+ /**
2165
+ * @generated from field: CPacketOpenShop CPacketOpenShop = 24;
2166
+ */
2167
+ value: CPacketOpenShop;
2168
+ case: "CPacketOpenShop";
2169
+ } | {
2170
+ /**
2171
+ * @generated from field: CPacketOpenWindow CPacketOpenWindow = 25;
2172
+ */
2173
+ value: CPacketOpenWindow;
2174
+ case: "CPacketOpenWindow";
2175
+ } | {
2176
+ /**
2177
+ * @generated from field: CPacketParticles CPacketParticles = 26;
2178
+ */
2179
+ value: CPacketParticles;
2180
+ case: "CPacketParticles";
2181
+ } | {
2182
+ /**
2183
+ * @generated from field: CPacketPlayerList CPacketPlayerList = 27;
2184
+ */
2185
+ value: CPacketPlayerList;
2186
+ case: "CPacketPlayerList";
2187
+ } | {
2188
+ /**
2189
+ * @generated from field: CPacketPlayerPosLook CPacketPlayerPosLook = 28;
2190
+ */
2191
+ value: CPacketPlayerPosLook;
2192
+ case: "CPacketPlayerPosLook";
2193
+ } | {
2194
+ /**
2195
+ * @generated from field: CPacketPlayerPosition CPacketPlayerPosition = 29;
2196
+ */
2197
+ value: CPacketPlayerPosition;
2198
+ case: "CPacketPlayerPosition";
2199
+ } | {
2200
+ /**
2201
+ * @generated from field: CPacketPong CPacketPong = 30;
2202
+ */
2203
+ value: CPacketPong;
2204
+ case: "CPacketPong";
2205
+ } | {
2206
+ /**
2207
+ * @generated from field: CPacketQueueNext CPacketQueueNext = 31;
2208
+ */
2209
+ value: CPacketQueueNext;
2210
+ case: "CPacketQueueNext";
2211
+ } | {
2212
+ /**
2213
+ * @generated from field: CPacketRemoveEntityEffect CPacketRemoveEntityEffect = 32;
2214
+ */
2215
+ value: CPacketRemoveEntityEffect;
2216
+ case: "CPacketRemoveEntityEffect";
2217
+ } | {
2218
+ /**
2219
+ * @generated from field: CPacketRespawn CPacketRespawn = 33;
2220
+ */
2221
+ value: CPacketRespawn;
2222
+ case: "CPacketRespawn";
2223
+ } | {
2224
+ /**
2225
+ * @generated from field: CPacketScoreboard CPacketScoreboard = 34;
2226
+ */
2227
+ value: CPacketScoreboard;
2228
+ case: "CPacketScoreboard";
2229
+ } | {
2230
+ /**
2231
+ * @generated from field: CPacketServerInfo CPacketServerInfo = 35;
2232
+ */
2233
+ value: CPacketServerInfo;
2234
+ case: "CPacketServerInfo";
2235
+ } | {
2236
+ /**
2237
+ * @generated from field: CPacketSetExperience CPacketSetExperience = 36;
2238
+ */
2239
+ value: CPacketSetExperience;
2240
+ case: "CPacketSetExperience";
2241
+ } | {
2242
+ /**
2243
+ * @generated from field: CPacketSetSlot CPacketSetSlot = 37;
2244
+ */
2245
+ value: CPacketSetSlot;
2246
+ case: "CPacketSetSlot";
2247
+ } | {
2248
+ /**
2249
+ * @generated from field: CPacketShopProperties CPacketShopProperties = 38;
2250
+ */
2251
+ value: CPacketShopProperties;
2252
+ case: "CPacketShopProperties";
2253
+ } | {
2254
+ /**
2255
+ * @generated from field: CPacketSignEditorOpen CPacketSignEditorOpen = 39;
2256
+ */
2257
+ value: CPacketSignEditorOpen;
2258
+ case: "CPacketSignEditorOpen";
2259
+ } | {
2260
+ /**
2261
+ * @generated from field: CPacketSoundEffect CPacketSoundEffect = 40;
2262
+ */
2263
+ value: CPacketSoundEffect;
2264
+ case: "CPacketSoundEffect";
2265
+ } | {
2266
+ /**
2267
+ * @generated from field: CPacketSpawnEntity CPacketSpawnEntity = 41;
2268
+ */
2269
+ value: CPacketSpawnEntity;
2270
+ case: "CPacketSpawnEntity";
2271
+ } | {
2272
+ /**
2273
+ * @generated from field: CPacketSpawnExperienceOrb CPacketSpawnExperienceOrb = 42;
2274
+ */
2275
+ value: CPacketSpawnExperienceOrb;
2276
+ case: "CPacketSpawnExperienceOrb";
2277
+ } | {
2278
+ /**
2279
+ * @generated from field: CPacketSpawnPlayer CPacketSpawnPlayer = 43;
2280
+ */
2281
+ value: CPacketSpawnPlayer;
2282
+ case: "CPacketSpawnPlayer";
2283
+ } | {
2284
+ /**
2285
+ * @generated from field: CPacketTabComplete CPacketTabComplete = 44;
2286
+ */
2287
+ value: CPacketTabComplete;
2288
+ case: "CPacketTabComplete";
2289
+ } | {
2290
+ /**
2291
+ * @generated from field: CPacketTitle CPacketTitle = 45;
2292
+ */
2293
+ value: CPacketTitle;
2294
+ case: "CPacketTitle";
2295
+ } | {
2296
+ /**
2297
+ * @generated from field: CPacketUpdateCommandBlock CPacketUpdateCommandBlock = 46;
2298
+ */
2299
+ value: CPacketUpdateCommandBlock;
2300
+ case: "CPacketUpdateCommandBlock";
2301
+ } | {
2302
+ /**
2303
+ * @generated from field: CPacketUpdateHealth CPacketUpdateHealth = 47;
2304
+ */
2305
+ value: CPacketUpdateHealth;
2306
+ case: "CPacketUpdateHealth";
2307
+ } | {
2308
+ /**
2309
+ * @generated from field: CPacketUpdateLeaderboard CPacketUpdateLeaderboard = 48;
2310
+ */
2311
+ value: CPacketUpdateLeaderboard;
2312
+ case: "CPacketUpdateLeaderboard";
2313
+ } | {
2314
+ /**
2315
+ * @generated from field: CPacketUpdateScoreboard CPacketUpdateScoreboard = 49;
2316
+ */
2317
+ value: CPacketUpdateScoreboard;
2318
+ case: "CPacketUpdateScoreboard";
2319
+ } | {
2320
+ /**
2321
+ * @generated from field: CPacketUpdateSign CPacketUpdateSign = 50;
2322
+ */
2323
+ value: CPacketUpdateSign;
2324
+ case: "CPacketUpdateSign";
2325
+ } | {
2326
+ /**
2327
+ * @generated from field: CPacketUpdateStatus CPacketUpdateStatus = 51;
2328
+ */
2329
+ value: CPacketUpdateStatus;
2330
+ case: "CPacketUpdateStatus";
2331
+ } | {
2332
+ /**
2333
+ * @generated from field: CPacketUseBed CPacketUseBed = 52;
2334
+ */
2335
+ value: CPacketUseBed;
2336
+ case: "CPacketUseBed";
2337
+ } | {
2338
+ /**
2339
+ * @generated from field: CPacketWindowItems CPacketWindowItems = 53;
2340
+ */
2341
+ value: CPacketWindowItems;
2342
+ case: "CPacketWindowItems";
2343
+ } | {
2344
+ /**
2345
+ * @generated from field: CPacketWindowProperty CPacketWindowProperty = 54;
2346
+ */
2347
+ value: CPacketWindowProperty;
2348
+ case: "CPacketWindowProperty";
2349
+ } | {
2350
+ /**
2351
+ * @generated from field: CPacketEntityAttach CPacketEntityAttach = 55;
2352
+ */
2353
+ value: CPacketEntityAttach;
2354
+ case: "CPacketEntityAttach";
2355
+ } | {
2356
+ /**
2357
+ * @generated from field: CPacketServerMetadata CPacketServerMetadata = 56;
2358
+ */
2359
+ value: CPacketServerMetadata;
2360
+ case: "CPacketServerMetadata";
2361
+ } | {
2362
+ /**
2363
+ * @generated from field: CPacketTimeUpdate CPacketTimeUpdate = 57;
2364
+ */
2365
+ value: CPacketTimeUpdate;
2366
+ case: "CPacketTimeUpdate";
2367
+ } | {
2368
+ /**
2369
+ * @generated from field: CPacketPlayerReconciliation CPacketPlayerReconciliation = 58;
2370
+ */
2371
+ value: CPacketPlayerReconciliation;
2372
+ case: "CPacketPlayerReconciliation";
2373
+ } | {
2374
+ case: undefined;
2375
+ value?: undefined;
2376
+ };
2377
+ constructor(data?: PartialMessage<ClientBoundCombined_ClientBoundCombined_CPacket>);
2378
+ static readonly runtime: typeof proto2;
2379
+ static readonly typeName = "ClientBoundCombined.ClientBoundCombined_CPacket";
2380
+ static readonly fields: FieldList;
2381
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ClientBoundCombined_ClientBoundCombined_CPacket;
2382
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ClientBoundCombined_ClientBoundCombined_CPacket;
2383
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ClientBoundCombined_ClientBoundCombined_CPacket;
2384
+ static equals(a: ClientBoundCombined_ClientBoundCombined_CPacket | PlainMessage<ClientBoundCombined_ClientBoundCombined_CPacket> | undefined, b: ClientBoundCombined_ClientBoundCombined_CPacket | PlainMessage<ClientBoundCombined_ClientBoundCombined_CPacket> | undefined): boolean;
2385
+ }
2386
+ /**
2387
+ * @generated from message KickPlayer
2388
+ */
2389
+ declare class KickPlayer extends Message<KickPlayer> {
2390
+ /**
2391
+ * @generated from field: required string uuid = 1;
2392
+ */
2393
+ uuid?: string;
2394
+ constructor(data?: PartialMessage<KickPlayer>);
2395
+ static readonly runtime: typeof proto2;
2396
+ static readonly typeName = "KickPlayer";
2397
+ static readonly fields: FieldList;
2398
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): KickPlayer;
2399
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): KickPlayer;
2400
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): KickPlayer;
2401
+ static equals(a: KickPlayer | PlainMessage<KickPlayer> | undefined, b: KickPlayer | PlainMessage<KickPlayer> | undefined): boolean;
2402
+ }
2403
+ /**
2404
+ * @generated from message BanPlayer
2405
+ */
2406
+ declare class BanPlayer extends Message<BanPlayer> {
2407
+ /**
2408
+ * @generated from field: required string uuid = 1;
2409
+ */
2410
+ uuid?: string;
2411
+ constructor(data?: PartialMessage<BanPlayer>);
2412
+ static readonly runtime: typeof proto2;
2413
+ static readonly typeName = "BanPlayer";
2414
+ static readonly fields: FieldList;
2415
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BanPlayer;
2416
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BanPlayer;
2417
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BanPlayer;
2418
+ static equals(a: BanPlayer | PlainMessage<BanPlayer> | undefined, b: BanPlayer | PlainMessage<BanPlayer> | undefined): boolean;
2419
+ }
2420
+ /**
2421
+ * @generated from message StopServer
2422
+ */
2423
+ declare class StopServer extends Message<StopServer> {
2424
+ constructor(data?: PartialMessage<StopServer>);
2425
+ static readonly runtime: typeof proto2;
2426
+ static readonly typeName = "StopServer";
2427
+ static readonly fields: FieldList;
2428
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StopServer;
2429
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StopServer;
2430
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StopServer;
2431
+ static equals(a: StopServer | PlainMessage<StopServer> | undefined, b: StopServer | PlainMessage<StopServer> | undefined): boolean;
2432
+ }
2433
+ /**
2434
+ * @generated from message PromotePlayer
2435
+ */
2436
+ declare class PromotePlayer extends Message<PromotePlayer> {
2437
+ /**
2438
+ * @generated from field: required string uuid = 1;
2439
+ */
2440
+ uuid?: string;
2441
+ constructor(data?: PartialMessage<PromotePlayer>);
2442
+ static readonly runtime: typeof proto2;
2443
+ static readonly typeName = "PromotePlayer";
2444
+ static readonly fields: FieldList;
2445
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PromotePlayer;
2446
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PromotePlayer;
2447
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PromotePlayer;
2448
+ static equals(a: PromotePlayer | PlainMessage<PromotePlayer> | undefined, b: PromotePlayer | PlainMessage<PromotePlayer> | undefined): boolean;
2449
+ }
2450
+ /**
2451
+ * @generated from message DemotePlayer
2452
+ */
2453
+ declare class DemotePlayer extends Message<DemotePlayer> {
2454
+ /**
2455
+ * @generated from field: required string uuid = 1;
2456
+ */
2457
+ uuid?: string;
2458
+ constructor(data?: PartialMessage<DemotePlayer>);
2459
+ static readonly runtime: typeof proto2;
2460
+ static readonly typeName = "DemotePlayer";
2461
+ static readonly fields: FieldList;
2462
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DemotePlayer;
2463
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DemotePlayer;
2464
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DemotePlayer;
2465
+ static equals(a: DemotePlayer | PlainMessage<DemotePlayer> | undefined, b: DemotePlayer | PlainMessage<DemotePlayer> | undefined): boolean;
2466
+ }
2467
+ /**
2468
+ * @generated from message UpdateAccessControl
2469
+ */
2470
+ declare class UpdateAccessControl extends Message<UpdateAccessControl> {
2471
+ /**
2472
+ * @generated from field: required string accessControl = 1;
2473
+ */
2474
+ accessControl?: string;
2475
+ constructor(data?: PartialMessage<UpdateAccessControl>);
2476
+ static readonly runtime: typeof proto2;
2477
+ static readonly typeName = "UpdateAccessControl";
2478
+ static readonly fields: FieldList;
2479
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateAccessControl;
2480
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateAccessControl;
2481
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateAccessControl;
2482
+ static equals(a: UpdateAccessControl | PlainMessage<UpdateAccessControl> | undefined, b: UpdateAccessControl | PlainMessage<UpdateAccessControl> | undefined): boolean;
2483
+ }
2484
+ /**
2485
+ * @generated from message UpdateCheats
2486
+ */
2487
+ declare class UpdateCheats extends Message<UpdateCheats> {
2488
+ /**
2489
+ * @generated from field: required string cheats = 1;
2490
+ */
2491
+ cheats?: string;
2492
+ constructor(data?: PartialMessage<UpdateCheats>);
2493
+ static readonly runtime: typeof proto2;
2494
+ static readonly typeName = "UpdateCheats";
2495
+ static readonly fields: FieldList;
2496
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCheats;
2497
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCheats;
2498
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCheats;
2499
+ static equals(a: UpdateCheats | PlainMessage<UpdateCheats> | undefined, b: UpdateCheats | PlainMessage<UpdateCheats> | undefined): boolean;
2500
+ }
2501
+ /**
2502
+ * @generated from message UpdatePvP
2503
+ */
2504
+ declare class UpdatePvP extends Message<UpdatePvP> {
2505
+ /**
2506
+ * @generated from field: required bool enabled = 1;
2507
+ */
2508
+ enabled?: boolean;
2509
+ constructor(data?: PartialMessage<UpdatePvP>);
2510
+ static readonly runtime: typeof proto2;
2511
+ static readonly typeName = "UpdatePvP";
2512
+ static readonly fields: FieldList;
2513
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePvP;
2514
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePvP;
2515
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePvP;
2516
+ static equals(a: UpdatePvP | PlainMessage<UpdatePvP> | undefined, b: UpdatePvP | PlainMessage<UpdatePvP> | undefined): boolean;
2517
+ }
2518
+ /**
2519
+ * @generated from message UnbanPlayer
2520
+ */
2521
+ declare class UnbanPlayer extends Message<UnbanPlayer> {
2522
+ /**
2523
+ * @generated from field: required string uuid = 1;
2524
+ */
2525
+ uuid?: string;
2526
+ constructor(data?: PartialMessage<UnbanPlayer>);
2527
+ static readonly runtime: typeof proto2;
2528
+ static readonly typeName = "UnbanPlayer";
2529
+ static readonly fields: FieldList;
2530
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UnbanPlayer;
2531
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UnbanPlayer;
2532
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UnbanPlayer;
2533
+ static equals(a: UnbanPlayer | PlainMessage<UnbanPlayer> | undefined, b: UnbanPlayer | PlainMessage<UnbanPlayer> | undefined): boolean;
2534
+ }
2535
+ /**
2536
+ * @generated from message UpdateCommandBlock
2537
+ */
2538
+ declare class UpdateCommandBlock extends Message<UpdateCommandBlock> {
2539
+ /**
2540
+ * @generated from field: required bool enabled = 1;
2541
+ */
2542
+ enabled?: boolean;
2543
+ constructor(data?: PartialMessage<UpdateCommandBlock>);
2544
+ static readonly runtime: typeof proto2;
2545
+ static readonly typeName = "UpdateCommandBlock";
2546
+ static readonly fields: FieldList;
2547
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateCommandBlock;
2548
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateCommandBlock;
2549
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCommandBlock;
2550
+ static equals(a: UpdateCommandBlock | PlainMessage<UpdateCommandBlock> | undefined, b: UpdateCommandBlock | PlainMessage<UpdateCommandBlock> | undefined): boolean;
2551
+ }
2552
+ /**
2553
+ * @generated from message SPacketAdminAction
2554
+ */
2555
+ declare class SPacketAdminAction extends Message<SPacketAdminAction> {
2556
+ /**
2557
+ * @generated from oneof SPacketAdminAction.action
2558
+ */
2559
+ action: {
2560
+ /**
2561
+ * @generated from field: KickPlayer kick_player = 1;
2562
+ */
2563
+ value: KickPlayer;
2564
+ case: "kickPlayer";
2565
+ } | {
2566
+ /**
2567
+ * @generated from field: BanPlayer ban_player = 2;
2568
+ */
2569
+ value: BanPlayer;
2570
+ case: "banPlayer";
2571
+ } | {
2572
+ /**
2573
+ * @generated from field: StopServer stop_server = 3;
2574
+ */
2575
+ value: StopServer;
2576
+ case: "stopServer";
2577
+ } | {
2578
+ /**
2579
+ * @generated from field: PromotePlayer promote_player = 4;
2580
+ */
2581
+ value: PromotePlayer;
2582
+ case: "promotePlayer";
2583
+ } | {
2584
+ /**
2585
+ * @generated from field: DemotePlayer demote_player = 5;
2586
+ */
2587
+ value: DemotePlayer;
2588
+ case: "demotePlayer";
2589
+ } | {
2590
+ /**
2591
+ * @generated from field: UpdateAccessControl update_access_control = 6;
2592
+ */
2593
+ value: UpdateAccessControl;
2594
+ case: "updateAccessControl";
2595
+ } | {
2596
+ /**
2597
+ * @generated from field: UpdateCheats update_cheats = 7;
2598
+ */
2599
+ value: UpdateCheats;
2600
+ case: "updateCheats";
2601
+ } | {
2602
+ /**
2603
+ * @generated from field: UpdatePvP update_pvp = 8;
2604
+ */
2605
+ value: UpdatePvP;
2606
+ case: "updatePvp";
2607
+ } | {
2608
+ /**
2609
+ * @generated from field: UnbanPlayer unban_player = 9;
2610
+ */
2611
+ value: UnbanPlayer;
2612
+ case: "unbanPlayer";
2613
+ } | {
2614
+ /**
2615
+ * @generated from field: UpdateCommandBlock update_command_block = 10;
2616
+ */
2617
+ value: UpdateCommandBlock;
2618
+ case: "updateCommandBlock";
2619
+ } | {
2620
+ case: undefined;
2621
+ value?: undefined;
2622
+ };
2623
+ constructor(data?: PartialMessage<SPacketAdminAction>);
2624
+ static readonly runtime: typeof proto2;
2625
+ static readonly typeName = "SPacketAdminAction";
2626
+ static readonly fields: FieldList;
2627
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketAdminAction;
2628
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketAdminAction;
2629
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketAdminAction;
2630
+ static equals(a: SPacketAdminAction | PlainMessage<SPacketAdminAction> | undefined, b: SPacketAdminAction | PlainMessage<SPacketAdminAction> | undefined): boolean;
2631
+ }
2632
+ /**
2633
+ * @generated from message SPacketAnalytics
2634
+ */
2635
+ declare class SPacketAnalytics extends Message<SPacketAnalytics> {
2636
+ /**
2637
+ * @generated from field: required float fps = 1;
2638
+ */
2639
+ fps?: number;
2640
+ /**
2641
+ * @generated from field: required float ping = 2;
2642
+ */
2643
+ ping?: number;
2644
+ constructor(data?: PartialMessage<SPacketAnalytics>);
2645
+ static readonly runtime: typeof proto2;
2646
+ static readonly typeName = "SPacketAnalytics";
2647
+ static readonly fields: FieldList;
2648
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketAnalytics;
2649
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketAnalytics;
2650
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketAnalytics;
2651
+ static equals(a: SPacketAnalytics | PlainMessage<SPacketAnalytics> | undefined, b: SPacketAnalytics | PlainMessage<SPacketAnalytics> | undefined): boolean;
2652
+ }
2653
+ /**
2654
+ * @generated from message SPacketClickWindow
2655
+ */
2656
+ declare class SPacketClickWindow extends Message<SPacketClickWindow> {
2657
+ /**
2658
+ * @generated from field: required int32 windowId = 1;
2659
+ */
2660
+ windowId?: number;
2661
+ /**
2662
+ * @generated from field: required int32 slotId = 2;
2663
+ */
2664
+ slotId?: number;
2665
+ /**
2666
+ * @generated from field: required int32 button = 4;
2667
+ */
2668
+ button?: number;
2669
+ /**
2670
+ * @generated from field: required int32 mode = 5;
2671
+ */
2672
+ mode?: number;
2673
+ /**
2674
+ * @generated from field: required PBItemStack itemStack = 6;
2675
+ */
2676
+ itemStack?: PBItemStack;
2677
+ /**
2678
+ * @generated from field: required int32 transactionId = 7;
2679
+ */
2680
+ transactionId?: number;
2681
+ constructor(data?: PartialMessage<SPacketClickWindow>);
2682
+ static readonly runtime: typeof proto2;
2683
+ static readonly typeName = "SPacketClickWindow";
2684
+ static readonly fields: FieldList;
2685
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketClickWindow;
2686
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketClickWindow;
2687
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketClickWindow;
2688
+ static equals(a: SPacketClickWindow | PlainMessage<SPacketClickWindow> | undefined, b: SPacketClickWindow | PlainMessage<SPacketClickWindow> | undefined): boolean;
2689
+ }
2690
+ /**
2691
+ * @generated from message SPacketCloseWindow
2692
+ */
2693
+ declare class SPacketCloseWindow extends Message<SPacketCloseWindow> {
2694
+ /**
2695
+ * @generated from field: required int32 windowId = 1;
2696
+ */
2697
+ windowId?: number;
2698
+ constructor(data?: PartialMessage<SPacketCloseWindow>);
2699
+ static readonly runtime: typeof proto2;
2700
+ static readonly typeName = "SPacketCloseWindow";
2701
+ static readonly fields: FieldList;
2702
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketCloseWindow;
2703
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketCloseWindow;
2704
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketCloseWindow;
2705
+ static equals(a: SPacketCloseWindow | PlainMessage<SPacketCloseWindow> | undefined, b: SPacketCloseWindow | PlainMessage<SPacketCloseWindow> | undefined): boolean;
2706
+ }
2707
+ /**
2708
+ * @generated from message SPacketConfirmTransaction
2709
+ */
2710
+ declare class SPacketConfirmTransaction extends Message<SPacketConfirmTransaction> {
2711
+ /**
2712
+ * @generated from field: required int32 windowId = 1;
2713
+ */
2714
+ windowId?: number;
2715
+ /**
2716
+ * @generated from field: required int32 actionNumber = 2;
2717
+ */
2718
+ actionNumber?: number;
2719
+ /**
2720
+ * @generated from field: required bool accepted = 3;
2721
+ */
2722
+ accepted?: boolean;
2723
+ constructor(data?: PartialMessage<SPacketConfirmTransaction>);
2724
+ static readonly runtime: typeof proto2;
2725
+ static readonly typeName = "SPacketConfirmTransaction";
2726
+ static readonly fields: FieldList;
2727
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketConfirmTransaction;
2728
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketConfirmTransaction;
2729
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketConfirmTransaction;
2730
+ static equals(a: SPacketConfirmTransaction | PlainMessage<SPacketConfirmTransaction> | undefined, b: SPacketConfirmTransaction | PlainMessage<SPacketConfirmTransaction> | undefined): boolean;
2731
+ }
2732
+ /**
2733
+ * @generated from message SPacketEnchantItem
2734
+ */
2735
+ declare class SPacketEnchantItem extends Message<SPacketEnchantItem> {
2736
+ /**
2737
+ * @generated from field: required int32 windowId = 1;
2738
+ */
2739
+ windowId?: number;
2740
+ /**
2741
+ * @generated from field: required int32 button = 2;
2742
+ */
2743
+ button?: number;
2744
+ constructor(data?: PartialMessage<SPacketEnchantItem>);
2745
+ static readonly runtime: typeof proto2;
2746
+ static readonly typeName = "SPacketEnchantItem";
2747
+ static readonly fields: FieldList;
2748
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketEnchantItem;
2749
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketEnchantItem;
2750
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketEnchantItem;
2751
+ static equals(a: SPacketEnchantItem | PlainMessage<SPacketEnchantItem> | undefined, b: SPacketEnchantItem | PlainMessage<SPacketEnchantItem> | undefined): boolean;
2752
+ }
2753
+ /**
2754
+ * @generated from message SPacketEntityAction
2755
+ */
2756
+ declare class SPacketEntityAction extends Message<SPacketEntityAction> {
2757
+ /**
2758
+ * @generated from field: required int32 id = 1;
2759
+ */
2760
+ id?: number;
2761
+ /**
2762
+ * @generated from field: optional bool sneak = 2;
2763
+ */
2764
+ sneak?: boolean;
2765
+ /**
2766
+ * @generated from field: optional bool sprinting = 3;
2767
+ */
2768
+ sprinting?: boolean;
2769
+ /**
2770
+ * @generated from field: optional bool punching = 4;
2771
+ */
2772
+ punching?: boolean;
2773
+ /**
2774
+ * @generated from field: optional float YEBZXxiajv = 5;
2775
+ */
2776
+ YEBZXxiajv?: number;
2777
+ /**
2778
+ * @generated from field: optional float VAONrZmrtM = 6;
2779
+ */
2780
+ VAONrZmrtM?: number;
2781
+ /**
2782
+ * @generated from field: optional int32 fire = 20;
2783
+ */
2784
+ fire?: number;
2785
+ /**
2786
+ * @generated from field: optional bool stopSleeping = 21;
2787
+ */
2788
+ stopSleeping?: boolean;
2789
+ constructor(data?: PartialMessage<SPacketEntityAction>);
2790
+ static readonly runtime: typeof proto2;
2791
+ static readonly typeName = "SPacketEntityAction";
2792
+ static readonly fields: FieldList;
2793
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketEntityAction;
2794
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketEntityAction;
2795
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketEntityAction;
2796
+ static equals(a: SPacketEntityAction | PlainMessage<SPacketEntityAction> | undefined, b: SPacketEntityAction | PlainMessage<SPacketEntityAction> | undefined): boolean;
2797
+ }
2798
+ /**
2799
+ * @generated from message SPacketHeldItemChange
2800
+ */
2801
+ declare class SPacketHeldItemChange extends Message<SPacketHeldItemChange> {
2802
+ /**
2803
+ * @generated from field: required int32 slot = 1;
2804
+ */
2805
+ slot?: number;
2806
+ constructor(data?: PartialMessage<SPacketHeldItemChange>);
2807
+ static readonly runtime: typeof proto2;
2808
+ static readonly typeName = "SPacketHeldItemChange";
2809
+ static readonly fields: FieldList;
2810
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketHeldItemChange;
2811
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketHeldItemChange;
2812
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketHeldItemChange;
2813
+ static equals(a: SPacketHeldItemChange | PlainMessage<SPacketHeldItemChange> | undefined, b: SPacketHeldItemChange | PlainMessage<SPacketHeldItemChange> | undefined): boolean;
2814
+ }
2815
+ /**
2816
+ * @generated from message SPacketLoginStart
2817
+ */
2818
+ declare class SPacketLoginStart extends Message<SPacketLoginStart> {
2819
+ /**
2820
+ * @generated from field: optional string session = 1;
2821
+ */
2822
+ session?: string;
2823
+ /**
2824
+ * @generated from field: optional string hydration = 2;
2825
+ */
2826
+ hydration?: string;
2827
+ /**
2828
+ * @generated from field: required string metrics_id = 3;
2829
+ */
2830
+ metricsId?: string;
2831
+ /**
2832
+ * @generated from field: optional string requested_uuid = 4;
2833
+ */
2834
+ requestedUuid?: string;
2835
+ /**
2836
+ * @generated from field: required string client_version = 5;
2837
+ */
2838
+ clientVersion?: string;
2839
+ constructor(data?: PartialMessage<SPacketLoginStart>);
2840
+ static readonly runtime: typeof proto2;
2841
+ static readonly typeName = "SPacketLoginStart";
2842
+ static readonly fields: FieldList;
2843
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketLoginStart;
2844
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketLoginStart;
2845
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketLoginStart;
2846
+ static equals(a: SPacketLoginStart | PlainMessage<SPacketLoginStart> | undefined, b: SPacketLoginStart | PlainMessage<SPacketLoginStart> | undefined): boolean;
2847
+ }
2848
+ /**
2849
+ * @generated from message SPacketMessage
2850
+ */
2851
+ declare class SPacketMessage extends Message<SPacketMessage> {
2852
+ /**
2853
+ * @generated from field: required string text = 1;
2854
+ */
2855
+ text?: string;
2856
+ constructor(data?: PartialMessage<SPacketMessage>);
2857
+ static readonly runtime: typeof proto2;
2858
+ static readonly typeName = "SPacketMessage";
2859
+ static readonly fields: FieldList;
2860
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketMessage;
2861
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketMessage;
2862
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketMessage;
2863
+ static equals(a: SPacketMessage | PlainMessage<SPacketMessage> | undefined, b: SPacketMessage | PlainMessage<SPacketMessage> | undefined): boolean;
2864
+ }
2865
+ /**
2866
+ * @generated from message SPacketOpenShop
2867
+ */
2868
+ declare class SPacketOpenShop extends Message<SPacketOpenShop> {
2869
+ constructor(data?: PartialMessage<SPacketOpenShop>);
2870
+ static readonly runtime: typeof proto2;
2871
+ static readonly typeName = "SPacketOpenShop";
2872
+ static readonly fields: FieldList;
2873
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketOpenShop;
2874
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketOpenShop;
2875
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketOpenShop;
2876
+ static equals(a: SPacketOpenShop | PlainMessage<SPacketOpenShop> | undefined, b: SPacketOpenShop | PlainMessage<SPacketOpenShop> | undefined): boolean;
2877
+ }
2878
+ /**
2879
+ * @generated from message SPacketPing
2880
+ */
2881
+ declare class SPacketPing extends Message<SPacketPing> {
2882
+ /**
2883
+ * @generated from field: required uint64 time = 1;
2884
+ */
2885
+ time?: bigint;
2886
+ constructor(data?: PartialMessage<SPacketPing>);
2887
+ static readonly runtime: typeof proto2;
2888
+ static readonly typeName = "SPacketPing";
2889
+ static readonly fields: FieldList;
2890
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPing;
2891
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPing;
2892
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPing;
2893
+ static equals(a: SPacketPing | PlainMessage<SPacketPing> | undefined, b: SPacketPing | PlainMessage<SPacketPing> | undefined): boolean;
2894
+ }
2895
+ /**
2896
+ * @generated from message SPacketPlayerAbilities
2897
+ */
2898
+ declare class SPacketPlayerAbilities extends Message<SPacketPlayerAbilities> {
2899
+ /**
2900
+ * @generated from field: optional bool isFlying = 1;
2901
+ */
2902
+ isFlying?: boolean;
2903
+ constructor(data?: PartialMessage<SPacketPlayerAbilities>);
2904
+ static readonly runtime: typeof proto2;
2905
+ static readonly typeName = "SPacketPlayerAbilities";
2906
+ static readonly fields: FieldList;
2907
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPlayerAbilities;
2908
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPlayerAbilities;
2909
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPlayerAbilities;
2910
+ static equals(a: SPacketPlayerAbilities | PlainMessage<SPacketPlayerAbilities> | undefined, b: SPacketPlayerAbilities | PlainMessage<SPacketPlayerAbilities> | undefined): boolean;
2911
+ }
2912
+ /**
2913
+ * @generated from message SPacketPlayerAction
2914
+ */
2915
+ declare class SPacketPlayerAction extends Message<SPacketPlayerAction> {
2916
+ /**
2917
+ * @generated from field: required PBBlockPos position = 1;
2918
+ */
2919
+ position?: PBBlockPos;
2920
+ /**
2921
+ * @generated from field: required PBEnumFacing facing = 2;
2922
+ */
2923
+ facing?: PBEnumFacing;
2924
+ /**
2925
+ * @generated from field: required PBAction action = 3;
2926
+ */
2927
+ action?: PBAction;
2928
+ constructor(data?: PartialMessage<SPacketPlayerAction>);
2929
+ static readonly runtime: typeof proto2;
2930
+ static readonly typeName = "SPacketPlayerAction";
2931
+ static readonly fields: FieldList;
2932
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPlayerAction;
2933
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPlayerAction;
2934
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPlayerAction;
2935
+ static equals(a: SPacketPlayerAction | PlainMessage<SPacketPlayerAction> | undefined, b: SPacketPlayerAction | PlainMessage<SPacketPlayerAction> | undefined): boolean;
2936
+ }
2937
+ /**
2938
+ * @generated from message Vector3
2939
+ */
2940
+ declare class Vector3 extends Message<Vector3> {
2941
+ /**
2942
+ * @generated from field: required float x = 1;
2943
+ */
2944
+ x?: number;
2945
+ /**
2946
+ * @generated from field: required float y = 2;
2947
+ */
2948
+ y?: number;
2949
+ /**
2950
+ * @generated from field: required float z = 3;
2951
+ */
2952
+ z?: number;
2953
+ constructor(data?: PartialMessage<Vector3>);
2954
+ static readonly runtime: typeof proto2;
2955
+ static readonly typeName = "Vector3";
2956
+ static readonly fields: FieldList;
2957
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Vector3;
2958
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Vector3;
2959
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Vector3;
2960
+ static equals(a: Vector3 | PlainMessage<Vector3> | undefined, b: Vector3 | PlainMessage<Vector3> | undefined): boolean;
2961
+ }
2962
+ /**
2963
+ * @generated from message SPacketPlayerPosLook
2964
+ */
2965
+ declare class SPacketPlayerPosLook extends Message<SPacketPlayerPosLook> {
2966
+ /**
2967
+ * @generated from field: optional Vector3 pos = 1;
2968
+ */
2969
+ pos?: Vector3;
2970
+ /**
2971
+ * @generated from field: optional float yaw = 2;
2972
+ */
2973
+ yaw?: number;
2974
+ /**
2975
+ * @generated from field: optional float pitch = 3;
2976
+ */
2977
+ pitch?: number;
2978
+ /**
2979
+ * @generated from field: required bool onGround = 4;
2980
+ */
2981
+ onGround?: boolean;
2982
+ constructor(data?: PartialMessage<SPacketPlayerPosLook>);
2983
+ static readonly runtime: typeof proto2;
2984
+ static readonly typeName = "SPacketPlayerPosLook";
2985
+ static readonly fields: FieldList;
2986
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPlayerPosLook;
2987
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPlayerPosLook;
2988
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPlayerPosLook;
2989
+ static equals(a: SPacketPlayerPosLook | PlainMessage<SPacketPlayerPosLook> | undefined, b: SPacketPlayerPosLook | PlainMessage<SPacketPlayerPosLook> | undefined): boolean;
2990
+ }
2991
+ /**
2992
+ * @generated from message SPacketRespawn
2993
+ */
2994
+ declare class SPacketRespawn extends Message<SPacketRespawn> {
2995
+ constructor(data?: PartialMessage<SPacketRespawn>);
2996
+ static readonly runtime: typeof proto2;
2997
+ static readonly typeName = "SPacketRespawn";
2998
+ static readonly fields: FieldList;
2999
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketRespawn;
3000
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketRespawn;
3001
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketRespawn;
3002
+ static equals(a: SPacketRespawn | PlainMessage<SPacketRespawn> | undefined, b: SPacketRespawn | PlainMessage<SPacketRespawn> | undefined): boolean;
3003
+ }
3004
+ /**
3005
+ * @generated from message SPacketUpdateSign
3006
+ */
3007
+ declare class SPacketUpdateSign extends Message<SPacketUpdateSign> {
3008
+ /**
3009
+ * @generated from field: required PBBlockPos pos = 1;
3010
+ */
3011
+ pos?: PBBlockPos;
3012
+ /**
3013
+ * @generated from field: repeated string lines = 2;
3014
+ */
3015
+ lines: string[];
3016
+ constructor(data?: PartialMessage<SPacketUpdateSign>);
3017
+ static readonly runtime: typeof proto2;
3018
+ static readonly typeName = "SPacketUpdateSign";
3019
+ static readonly fields: FieldList;
3020
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketUpdateSign;
3021
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketUpdateSign;
3022
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketUpdateSign;
3023
+ static equals(a: SPacketUpdateSign | PlainMessage<SPacketUpdateSign> | undefined, b: SPacketUpdateSign | PlainMessage<SPacketUpdateSign> | undefined): boolean;
3024
+ }
3025
+ /**
3026
+ * @generated from message SPacketUseEntity
3027
+ */
3028
+ declare class SPacketUseEntity extends Message<SPacketUseEntity> {
3029
+ /**
3030
+ * @generated from field: required uint32 id = 1;
3031
+ */
3032
+ id?: number;
3033
+ /**
3034
+ * @generated from field: required SPacketUseEntity_Action action = 2;
3035
+ */
3036
+ action?: SPacketUseEntity_Action;
3037
+ /**
3038
+ * @generated from field: optional PBFloatVector3 hitVec = 3;
3039
+ */
3040
+ hitVec?: PBFloatVector3;
3041
+ constructor(data?: PartialMessage<SPacketUseEntity>);
3042
+ static readonly runtime: typeof proto2;
3043
+ static readonly typeName = "SPacketUseEntity";
3044
+ static readonly fields: FieldList;
3045
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketUseEntity;
3046
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketUseEntity;
3047
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketUseEntity;
3048
+ static equals(a: SPacketUseEntity | PlainMessage<SPacketUseEntity> | undefined, b: SPacketUseEntity | PlainMessage<SPacketUseEntity> | undefined): boolean;
3049
+ }
3050
+ /**
3051
+ * @generated from message SPacketUpdateCommandBlock
3052
+ */
3053
+ declare class SPacketUpdateCommandBlock extends Message<SPacketUpdateCommandBlock> {
3054
+ /**
3055
+ * @generated from field: required PBBlockPos pos = 1;
3056
+ */
3057
+ pos?: PBBlockPos;
3058
+ /**
3059
+ * @generated from field: optional string command = 2;
3060
+ */
3061
+ command?: string;
3062
+ /**
3063
+ * @generated from field: repeated string commands = 3;
3064
+ */
3065
+ commands: string[];
3066
+ /**
3067
+ * @generated from field: optional int32 repeat = 4;
3068
+ */
3069
+ repeat?: number;
3070
+ constructor(data?: PartialMessage<SPacketUpdateCommandBlock>);
3071
+ static readonly runtime: typeof proto2;
3072
+ static readonly typeName = "SPacketUpdateCommandBlock";
3073
+ static readonly fields: FieldList;
3074
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketUpdateCommandBlock;
3075
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketUpdateCommandBlock;
3076
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketUpdateCommandBlock;
3077
+ static equals(a: SPacketUpdateCommandBlock | PlainMessage<SPacketUpdateCommandBlock> | undefined, b: SPacketUpdateCommandBlock | PlainMessage<SPacketUpdateCommandBlock> | undefined): boolean;
3078
+ }
3079
+ /**
3080
+ * @generated from message SPacketQueueNext
3081
+ */
3082
+ declare class SPacketQueueNext extends Message<SPacketQueueNext> {
3083
+ constructor(data?: PartialMessage<SPacketQueueNext>);
3084
+ static readonly runtime: typeof proto2;
3085
+ static readonly typeName = "SPacketQueueNext";
3086
+ static readonly fields: FieldList;
3087
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketQueueNext;
3088
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketQueueNext;
3089
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketQueueNext;
3090
+ static equals(a: SPacketQueueNext | PlainMessage<SPacketQueueNext> | undefined, b: SPacketQueueNext | PlainMessage<SPacketQueueNext> | undefined): boolean;
3091
+ }
3092
+ /**
3093
+ * @generated from message SPacketPlayerInput
3094
+ */
3095
+ declare class SPacketPlayerInput extends Message<SPacketPlayerInput> {
3096
+ /**
3097
+ * @generated from field: required uint32 sequenceNumber = 1;
3098
+ */
3099
+ sequenceNumber?: number;
3100
+ /**
3101
+ * @generated from field: required bool left = 2;
3102
+ */
3103
+ left?: boolean;
3104
+ /**
3105
+ * @generated from field: required bool right = 3;
3106
+ */
3107
+ right?: boolean;
3108
+ /**
3109
+ * @generated from field: required bool up = 4;
3110
+ */
3111
+ up?: boolean;
3112
+ /**
3113
+ * @generated from field: required bool down = 5;
3114
+ */
3115
+ down?: boolean;
3116
+ /**
3117
+ * @generated from field: required float yaw = 6;
3118
+ */
3119
+ yaw?: number;
3120
+ /**
3121
+ * @generated from field: required float pitch = 7;
3122
+ */
3123
+ pitch?: number;
3124
+ /**
3125
+ * @generated from field: required bool jump = 8;
3126
+ */
3127
+ jump?: boolean;
3128
+ /**
3129
+ * @generated from field: required bool sneak = 9;
3130
+ */
3131
+ sneak?: boolean;
3132
+ /**
3133
+ * @generated from field: required bool sprint = 10;
3134
+ */
3135
+ sprint?: boolean;
3136
+ /**
3137
+ * @generated from field: required PBFloatVector3 pos = 11;
3138
+ */
3139
+ pos?: PBFloatVector3;
3140
+ constructor(data?: PartialMessage<SPacketPlayerInput>);
3141
+ static readonly runtime: typeof proto2;
3142
+ static readonly typeName = "SPacketPlayerInput";
3143
+ static readonly fields: FieldList;
3144
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPlayerInput;
3145
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPlayerInput;
3146
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPlayerInput;
3147
+ static equals(a: SPacketPlayerInput | PlainMessage<SPacketPlayerInput> | undefined, b: SPacketPlayerInput | PlainMessage<SPacketPlayerInput> | undefined): boolean;
3148
+ }
3149
+ /**
3150
+ * @generated from message SPacketBreakBlock
3151
+ */
3152
+ declare class SPacketBreakBlock extends Message<SPacketBreakBlock> {
3153
+ /**
3154
+ * @generated from field: required PBBlockPos location = 1;
3155
+ */
3156
+ location?: PBBlockPos;
3157
+ /**
3158
+ * @generated from field: optional bool start = 2;
3159
+ */
3160
+ start?: boolean;
3161
+ constructor(data?: PartialMessage<SPacketBreakBlock>);
3162
+ static readonly runtime: typeof proto2;
3163
+ static readonly typeName = "SPacketBreakBlock";
3164
+ static readonly fields: FieldList;
3165
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketBreakBlock;
3166
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketBreakBlock;
3167
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketBreakBlock;
3168
+ static equals(a: SPacketBreakBlock | PlainMessage<SPacketBreakBlock> | undefined, b: SPacketBreakBlock | PlainMessage<SPacketBreakBlock> | undefined): boolean;
3169
+ }
3170
+ /**
3171
+ * @generated from message SPacketClick
3172
+ */
3173
+ declare class SPacketClick extends Message<SPacketClick> {
3174
+ /**
3175
+ * @generated from field: optional PBBlockPos location = 1;
3176
+ */
3177
+ location?: PBBlockPos;
3178
+ constructor(data?: PartialMessage<SPacketClick>);
3179
+ static readonly runtime: typeof proto2;
3180
+ static readonly typeName = "SPacketClick";
3181
+ static readonly fields: FieldList;
3182
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketClick;
3183
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketClick;
3184
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketClick;
3185
+ static equals(a: SPacketClick | PlainMessage<SPacketClick> | undefined, b: SPacketClick | PlainMessage<SPacketClick> | undefined): boolean;
3186
+ }
3187
+ /**
3188
+ * @generated from message SPacketCraftItem
3189
+ */
3190
+ declare class SPacketCraftItem extends Message<SPacketCraftItem> {
3191
+ /**
3192
+ * @generated from field: required string data = 1;
3193
+ */
3194
+ data?: string;
3195
+ constructor(data?: PartialMessage<SPacketCraftItem>);
3196
+ static readonly runtime: typeof proto2;
3197
+ static readonly typeName = "SPacketCraftItem";
3198
+ static readonly fields: FieldList;
3199
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketCraftItem;
3200
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketCraftItem;
3201
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketCraftItem;
3202
+ static equals(a: SPacketCraftItem | PlainMessage<SPacketCraftItem> | undefined, b: SPacketCraftItem | PlainMessage<SPacketCraftItem> | undefined): boolean;
3203
+ }
3204
+ /**
3205
+ * @generated from message SPacketPlaceBlock
3206
+ */
3207
+ declare class SPacketPlaceBlock extends Message<SPacketPlaceBlock> {
3208
+ /**
3209
+ * @generated from field: required PBBlockPos positionIn = 1;
3210
+ */
3211
+ positionIn?: PBBlockPos;
3212
+ /**
3213
+ * @generated from field: required PBEnumFacing side = 2;
3214
+ */
3215
+ side?: PBEnumFacing;
3216
+ /**
3217
+ * @generated from field: required float hitX = 4;
3218
+ */
3219
+ hitX?: number;
3220
+ /**
3221
+ * @generated from field: required float hitY = 5;
3222
+ */
3223
+ hitY?: number;
3224
+ /**
3225
+ * @generated from field: required float hitZ = 6;
3226
+ */
3227
+ hitZ?: number;
3228
+ constructor(data?: PartialMessage<SPacketPlaceBlock>);
3229
+ static readonly runtime: typeof proto2;
3230
+ static readonly typeName = "SPacketPlaceBlock";
3231
+ static readonly fields: FieldList;
3232
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketPlaceBlock;
3233
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketPlaceBlock;
3234
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketPlaceBlock;
3235
+ static equals(a: SPacketPlaceBlock | PlainMessage<SPacketPlaceBlock> | undefined, b: SPacketPlaceBlock | PlainMessage<SPacketPlaceBlock> | undefined): boolean;
3236
+ }
3237
+ /**
3238
+ * @generated from message SPacketRequestChunk
3239
+ */
3240
+ declare class SPacketRequestChunk extends Message<SPacketRequestChunk> {
3241
+ /**
3242
+ * @generated from field: required int32 x = 1;
3243
+ */
3244
+ x?: number;
3245
+ /**
3246
+ * @generated from field: required int32 z = 2;
3247
+ */
3248
+ z?: number;
3249
+ constructor(data?: PartialMessage<SPacketRequestChunk>);
3250
+ static readonly runtime: typeof proto2;
3251
+ static readonly typeName = "SPacketRequestChunk";
3252
+ static readonly fields: FieldList;
3253
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketRequestChunk;
3254
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketRequestChunk;
3255
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketRequestChunk;
3256
+ static equals(a: SPacketRequestChunk | PlainMessage<SPacketRequestChunk> | undefined, b: SPacketRequestChunk | PlainMessage<SPacketRequestChunk> | undefined): boolean;
3257
+ }
3258
+ /**
3259
+ * @generated from message SPacketUpdateInventory
3260
+ */
3261
+ declare class SPacketUpdateInventory extends Message<SPacketUpdateInventory> {
3262
+ /**
3263
+ * @generated from field: repeated PBItemStack main = 1;
3264
+ */
3265
+ main: PBItemStack[];
3266
+ /**
3267
+ * @generated from field: repeated PBItemStack armor = 2;
3268
+ */
3269
+ armor: PBItemStack[];
3270
+ /**
3271
+ * @generated from field: required PBItemStack idkWhatThisIs = 3;
3272
+ */
3273
+ idkWhatThisIs?: PBItemStack;
3274
+ constructor(data?: PartialMessage<SPacketUpdateInventory>);
3275
+ static readonly runtime: typeof proto2;
3276
+ static readonly typeName = "SPacketUpdateInventory";
3277
+ static readonly fields: FieldList;
3278
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketUpdateInventory;
3279
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketUpdateInventory;
3280
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketUpdateInventory;
3281
+ static equals(a: SPacketUpdateInventory | PlainMessage<SPacketUpdateInventory> | undefined, b: SPacketUpdateInventory | PlainMessage<SPacketUpdateInventory> | undefined): boolean;
3282
+ }
3283
+ /**
3284
+ * @generated from message SPacketUseItem
3285
+ */
3286
+ declare class SPacketUseItem extends Message<SPacketUseItem> {
3287
+ constructor(data?: PartialMessage<SPacketUseItem>);
3288
+ static readonly runtime: typeof proto2;
3289
+ static readonly typeName = "SPacketUseItem";
3290
+ static readonly fields: FieldList;
3291
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SPacketUseItem;
3292
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SPacketUseItem;
3293
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SPacketUseItem;
3294
+ static equals(a: SPacketUseItem | PlainMessage<SPacketUseItem> | undefined, b: SPacketUseItem | PlainMessage<SPacketUseItem> | undefined): boolean;
3295
+ }
3296
+ //#endregion
3297
+ export { BanPlayer, CPacketAnimation, CPacketBlockAction, CPacketBlockUpdate, CPacketChangeServers, CPacketCloseWindow, CPacketConfirmTransaction, CPacketDestroyEntities, CPacketDisconnect, CPacketEntityAction, CPacketEntityAttach, CPacketEntityEffect, CPacketEntityEquipment, CPacketEntityMetadata, CPacketEntityPositionAndRotation, CPacketEntityProperties, CPacketEntityRelativePositionAndRotation, CPacketEntityStatus, CPacketEntityVelocity, CPacketExplosion, CPacketJoinGame, CPacketLeaderboard, CPacketLocalStorage, CPacketMessage, CPacketOpenShop, CPacketOpenWindow, CPacketParticles, CPacketPlayerList, CPacketPlayerPosLook, CPacketPlayerPosition, CPacketPlayerReconciliation, CPacketPong, CPacketQueueNext, CPacketRemoveEntityEffect, CPacketRespawn, CPacketScoreboard, CPacketServerInfo, CPacketServerMetadata, CPacketSetExperience, CPacketSetSlot, CPacketShopProperties, CPacketShopProperty, CPacketSignEditorOpen, CPacketSoundEffect, CPacketSpawnEntity, CPacketSpawnExperienceOrb, CPacketSpawnPlayer, CPacketTabComplete, CPacketTimeUpdate, CPacketTitle, CPacketUpdate, CPacketUpdateCommandBlock, CPacketUpdateHealth, CPacketUpdateLeaderboard, CPacketUpdateScoreboard, CPacketUpdateSign, CPacketUpdateStatus, CPacketUseBed, CPacketWindowItems, CPacketWindowProperty, ClientBoundCombined, ClientBoundCombined_ClientBoundCombined_CPacket, DemotePlayer, Equipment, KickPlayer, PBBlockPos, PBCosmetics, PBFloatVector3, PBItemStack, PBModifier, PBSnapshot, PBVector3, PBWatchableObject, PlayerData, PlayerPermissionEntry, PromotePlayer, SPacketAdminAction, SPacketAnalytics, SPacketBreakBlock, SPacketClick, SPacketClickWindow, SPacketCloseWindow, SPacketConfirmTransaction, SPacketCraftItem, SPacketEnchantItem, SPacketEntityAction, SPacketHeldItemChange, SPacketLoginStart, SPacketMessage, SPacketOpenShop, SPacketPing, SPacketPlaceBlock, SPacketPlayerAbilities, SPacketPlayerAction, SPacketPlayerInput, SPacketPlayerPosLook, SPacketQueueNext, SPacketRequestChunk, SPacketRespawn, SPacketUpdateCommandBlock, SPacketUpdateInventory, SPacketUpdateSign, SPacketUseEntity, SPacketUseItem, ScoreboardContent, StopServer, UnbanPlayer, UpdateAccessControl, UpdateCheats, UpdateCommandBlock, UpdatePvP, Vector3 };