getName()); $this->blockFullId = $block->getFullId(); } public function getBlock(?int $clickedFace = null) : Block{ return BlockFactory::getInstance()->fromFullBlock($this->blockFullId); } public function getFuelTime() : int{ return $this->getBlock()->getFuelTime(); } public function getMaxStackSize() : int{ return $this->getBlock()->getMaxStackSize(); } }