Private
_bytePrivate
_coordsPrivate
_itemReturns the size of the data that this was deserialized from.
The size of the data that this was deserialized from
The official client sends 255 byte values for the coords if an item is dropped via
the GUI button.
255 values here should be interpreted to mean "drop at current coords".
Otherwise, the x and y fields contain encoded numbers that must be explicitly
decoded to get the actual x and y values.
The official client sends 255 byte values for the coords if an item is dropped via
the GUI button.
255 values here should be interpreted to mean "drop at current coords".
Otherwise, the x and y fields contain encoded numbers that must be explicitly
decoded to get the actual x and y values.
Static
actionReturns the packet action associated with this type.
The packet action associated with this type
Static
familyReturns the packet family associated with this type.
The packet family associated with this type
Static
deserializeDeserializes an instance of ItemDropClientPacket
from the provided EoReader
.
The deserialized data
the reader that the data will be deserialized from
Static
serializeSerializes an instance of ItemDropClientPacket
to the provided EoWriter
.
the writer that the data will be serialized to
the data to serialize
Generated using TypeDoc
Dropping items on the ground