24 use GetTypeIdFromConstTrait;
26 public const ID = ItemStackRequestActionType::SWAP;
28 public function __construct(
38 $slot1 = ItemStackRequestSlotInfo::read($in);
39 $slot2 = ItemStackRequestSlotInfo::read($in);
40 return new self($slot1, $slot2);
44 $this->slot1->write($out);
45 $this->slot2->write($out);