from .base import Packet class Packet141UpdateFlag(Packet, packet_id=141): __slots__ = ('x', 'y', 'z', 'colors') FIELDS = [ ('x', 'int'), ('y', 'short'), ('z', 'int'), ('colors', ('bytes', 384)), ('owner', 'string') ]