30 public function getContainerName() :
FullContainerName{ return $this->containerName; }
33 public function getSlots() : array{ return $this->slots; }
39 $slots[] = ItemStackResponseSlotInfo::read($in);
41 return new self($containerName, $slots);
45 $this->containerName->write($out);
47 foreach($this->slots as $slot){