from .base import Packet class Packet134ItemData(Packet, packet_id=134): __slots__ = ('slot', 'data') FIELDS = [ ('slot', 'int'), ('data', 'nbt'), ]