from .base import Packet class Packet6SpawnPosition(Packet, packet_id=6): FIELDS = [ ('x', 'int'), ('y', 'int'), ('z', 'int'), ]