mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-04 08:25:08 -05:00
24 lines
607 B
Plaintext
24 lines
607 B
Plaintext
[[Category Packet]]
|
|
[[Category Packet 317]]
|
|
{{packet|name=Light item|description=Sent when a player attempts to light logs on fire.|opcode=79|type=Fixed|length=6|revision=317}}
|
|
== Light Item ==
|
|
|
|
=== Description ===
|
|
|
|
This packet is sent when a player attempts to light logs on fire.
|
|
|
|
=== Packet Structure ===
|
|
{|border=2
|
|
! Data Type
|
|
! Description
|
|
|-
|
|
| [[Data Types#Standard data types|Short]]
|
|
| The items Y coordinate.
|
|
|-
|
|
| Unsigned [[Data Types#Standard data types|Short]]
|
|
| The item ID.
|
|
|-
|
|
| [[Data Types#Little Endian|Little Endian]] [[Data Types#Standard data types|Short]]
|
|
| The items X coordinate.
|
|
|-
|
|
|} |