Trash:UNBT: Difference between revisions

From wiki.vg
Jump to navigation Jump to search
imported>Revenant
(Created page with "=Unnamed Binary Tags= === Integral === === Real === === String === === ByteString === === Array === === Set === === Dictionary === === StringMap ===")
imported>Revenant
Line 2: Line 2:


=== Integral ===
=== Integral ===
{| class="wikitable"
|- class="row0"
! class="col0" | Tag ID
! class="col1" | Field Name
! class="col2" | Field Type
! class="col3" | Example
! class="col4" | Notes
|- class="row1"
| class="col0 centeralign" rowspan="2" | 0x01
| class="col1 centeralign" | Specification
| class="col2 centeralign" | Bitfield (8 bit)
| class="col3 centeralign" |
| class="col4" | Indicates precision, signedness and endianness (see below)
|- class="row2"
| class="col0 centeralign" | Protocol Version
| class="col1 centeralign" | ?
| class="col2 centeralign" | <code>23</code>
| class="col3" | The actual integral value.
|}
=== Real ===
=== Real ===
=== String ===
=== String ===

Revision as of 18:58, 19 December 2010

Unnamed Binary Tags

Integral

Tag ID Field Name Field Type Example Notes
0x01 Specification Bitfield (8 bit) Indicates precision, signedness and endianness (see below)
Protocol Version ? 23 The actual integral value.

Real

String

ByteString

Array

Set

Dictionary

StringMap