mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-11-06 08:55:12 +00:00
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "1398610027",
|
|
"x-format-version": "MISSING VERSION",
|
|
"x-minecraft-version": "1.21.120",
|
|
"x-protocol-version": 859,
|
|
"title": "enum RewindType",
|
|
"type": "string",
|
|
"enum": [
|
|
"Player",
|
|
"Vehicle"
|
|
],
|
|
"x-underlying-type": "uint8"
|
|
} |