Returns 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.
StaticactionReturns the packet action associated with this type.
The packet action associated with this type
StaticfamilyReturns the packet family associated with this type.
The packet family associated with this type
StaticdeserializeDeserializes an instance of ItemDropClientPacket from the provided EoReader.
the reader that the data will be deserialized from
The deserialized data
StaticserializeSerializes an instance of ItemDropClientPacket to the provided EoWriter.
the writer that the data will be serialized to
the data to serialize
Dropping items on the ground