from .base import Packet class Packet32EntityLook(Packet, packet_id=32): FIELDS = [ ('entity_id', 'int'), ('yaw', 'byte'), ('pitch', 'byte'), ]