from .base import Packet class Packet12PlayerLook(Packet, packet_id=12): FIELDS = [ ('yaw', 'float'), ('pitch', 'float'), ('grounded', 'bool'), ]